Re: [linux-yocto] [PATCH 1/1] xilinx-zynqmp: add the basic support xilinx-zynqmp

2019-06-13 Thread Zumeng Chen
Ha, yes, thanks Bruce, it's just right time. Have a good trip ~ And I did a quick check, it's OK as well :) zchen@pek-lpggp4:$ bitbake linux-yocto-dev WARNING: You have included the meta-openstack layer, but 'openstack' has not been enabled in your DISTRO_FEATURES. Some bbappend files and

Re: [yocto] [ptest-runner][PATCH] utils: ensure child can be session leader

2019-06-13 Thread Randy MacLeod
On 6/13/19 6:39 PM, Randy MacLeod wrote: From: Sakib Sajal Oops. Sakib started on this and then had to work on something else so I finished it up. If needed, I'll send a v2 with me as the author, since "finishing up" was most of the work. We're both down as SOBs so whatever works. -- # Randy

[yocto] [ptest-runner][PATCH] utils: ensure child can be session leader

2019-06-13 Thread Randy MacLeod
From: Sakib Sajal When running the run-execscript bash ptest as a user rather than root, a warning: bash: cannot set terminal process group (16036): Inappropriate ioctl for device bash: no job control in this shell contaminates the bash log files causing the test to fail. This happens only

Re: [yocto] YP sstate example conf file

2019-06-13 Thread Martin Jansa
Good question. I've one related to this as well. It would be also good to document (if it isn't somewhere already) what builds populate this mirror. I assume it will be some autobuilder job with DISTRO = poky, but without file listing enabled over http I cannot even guess which MACHINEs were

[yocto] YP sstate example conf file

2019-06-13 Thread William Mills
Hello, >From poky warrior tip, file meta-poky/conf/local.conf.sample """ # #SSTATE_MIRRORS ?= "file://.* http://sstate.yoctoproject.org/2.5/PATH;downloadfilename=PATH; """ Should that be 2.7?? Or are you relying on the intelligence of the user to fix this up? If the former then it needs to go

Re: [linux-yocto] [PATCH 1/1] xilinx-zynqmp: add the basic support xilinx-zynqmp

2019-06-13 Thread Bruce Ashfield
Sorry about that. I was traveling this week, and kept forgetting to create the branch. It should be in place now. Bruce On Thu, Jun 13, 2019 at 3:48 AM Zumeng Chen wrote: > > Ping > > On 6/11/19 9:40 AM, Zumeng Chen wrote: > > Hi Bruce, > > I just finished insane check to build

Re: [yocto] Command to make zimage to ramdisk format

2019-06-13 Thread Zoran Stojsavljevic
Here is what you need (my best guess): https://lists.yoctoproject.org/pipermail/yocto/2018-July/041680.html Please, read carefully this thread. Zoran ___ On Thu, Jun 13, 2019 at 1:35 PM JH wrote: > > Hi, > > I built the Yocto images: > > dev-image-20190528085324.rootfs.wic.gz >

[yocto] Command to make zimage to ramdisk format

2019-06-13 Thread JH
Hi, I built the Yocto images: dev-image-20190528085324.rootfs.wic.gz zImage--.bin I need to build zImage to ramdisk to run it on RAM in development. What is the correct mkimage command can be used for add ramdisk to the zimage? $ mkimage -A arm -T ramdisk -C none -n uInitrd -d

Re: [yocto] Download git source not the latest

2019-06-13 Thread JH
I set up for my release version which is nothing to do with the git source, how could I link the PV to autorev? VERSION_MAJOR = "1" VERSION_MINOR = "0" VERSION_BUILD = "0" PV = "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_BUILD}" Thanks Richard, - jupiter On 6/12/19, Richard Purdie wrote: >

[yocto] [patchtest][PATCH V2] patchtest: fix linux-yocto version

2019-06-13 Thread changqing.li
From: Changqing Li 4.9 is not avaiable currently, so remove version from bbappend and remove PREFERRED_VERSION. Signed-off-by: Changqing Li --- .../linux/{linux-yocto_4.%.bbappend => linux-yocto_%.bbappend} | 0 scripts/create-guest-machine | 5

Re: [yocto] [patchtest][PATCH 2/2] patchtest: fix linux-yocto version

2019-06-13 Thread Changqing Li
On 6/13/19 4:29 PM, Adrian Bunk wrote: On Thu, Jun 13, 2019 at 03:46:04PM +0800, changqing...@windriver.com wrote: From: Changqing Li 4.9 is not avaiable currently, preferred version changed to 5.0, also correct the bbappend name 5.0 is already EOL upstream and will be removed soon. ...

Re: [yocto] [patchtest][PATCH 2/2] patchtest: fix linux-yocto version

2019-06-13 Thread Adrian Bunk
On Thu, Jun 13, 2019 at 03:46:04PM +0800, changqing...@windriver.com wrote: > From: Changqing Li > > 4.9 is not avaiable currently, preferred version changed > to 5.0, also correct the bbappend name 5.0 is already EOL upstream and will be removed soon. >... > --- a/scripts/create-guest-machine

Re: [yocto] [PATCH 1/2] patchtest: fix virtio-9p-pci is not a valid device

2019-06-13 Thread Changqing Li
Please ignore this one, I resend one. On 6/13/19 3:45 PM, changqing...@windriver.com wrote: From: Changqing Li fix error during runqemu: test_mount: 'virtio-9p-pci' is not a valid device model name recipe qemu has been splited into qemu/qemu-native/qemu-sytem-native Signed-off-by: Changqing

[yocto] [autobuilder] Y-AB in a docker container?

2019-06-13 Thread Robert Berger
Hi, I use the good old yocto autobuilder in a docker container and it still serves me well, but I would like to move to the shiny new yocto autobuilder. Before I start spending hours to do it myself I wonder if someone already did something like this and is willing to share the

Re: [linux-yocto] [PATCH 1/1] xilinx-zynqmp: add the basic support xilinx-zynqmp

2019-06-13 Thread Zumeng Chen
Ping On 6/11/19 9:40 AM, Zumeng Chen wrote: Hi Bruce, I just finished insane check to build xilinx-zynqmp machine with core-image-sato, all passed with boot process. Could you please help me to create a branch like that standard/xilinx-zynqmp in the following git repo. in convenient

[yocto] [patchtest][PATCH 2/2] patchtest: fix linux-yocto version

2019-06-13 Thread changqing.li
From: Changqing Li 4.9 is not avaiable currently, preferred version changed to 5.0, also correct the bbappend name Signed-off-by: Changqing Li --- .../linux/{linux-yocto_4.%.bbappend => linux-yocto_%.bbappend} | 0 scripts/create-guest-machine | 5

[yocto] [patchtest][PATCH 1/2] patchtest: fix virtio-9p-pci is not a valid device

2019-06-13 Thread changqing.li
From: Changqing Li fix error during runqemu: test_mount: 'virtio-9p-pci' is not a valid device model name recipe qemu has been splited into qemu/qemu-native/qemu-sytem-native Signed-off-by: Changqing Li --- meta-patchtest/recipes-devtools/qemu/qemu-system-native_%.bbappend | 1 +

[yocto] [PATCH 1/2] patchtest: fix virtio-9p-pci is not a valid device

2019-06-13 Thread changqing.li
From: Changqing Li fix error during runqemu: test_mount: 'virtio-9p-pci' is not a valid device model name recipe qemu has been splited into qemu/qemu-native/qemu-sytem-native Signed-off-by: Changqing Li --- meta-patchtest/recipes-devtools/qemu/qemu-system-native_%.bbappend | 1 +