Re: [yocto] setcap using recipe

2016-06-28 Thread Kumar, Shrawan
Hello Ross, Could your update on my issues ? Regards Shrawan From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Kumar, Shrawan Sent: Monday, June 27, 2016 12:04 PM To: Burton, Ross Cc: yocto@yoctoproject.org Subject: Re: [yocto] setcap using recipe

[yocto] [yocyo-autobuilder][PATCH v2] add mkefidisk image for easier debugging

2016-06-28 Thread Bill Randle
Originally-by: Ed Bartosh Signed-off-by: Bill Randle --- v2 fixes typo in image name buildset-config.controller/nightly-wic.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

[yocto] [yocto-autobuilder][PATCH] add mkefdisk image for easier debugging

2016-06-28 Thread Bill Randle
Originally-by: Ed Bartosh Signed-off-by: Bill Randle --- buildset-config.controller/nightly-wic.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletions(-) diff --git a/buildset-config.controller/nightly-wic.conf

Re: [linux-yocto] [yocto-kernel-cache] [PATCH] Fix bitbake warnings on build

2016-06-28 Thread Sullivan, California L
Ack'd. It looks like we need this for 4.4 and master as well. Thanks, Cal On 06/27/2016 12:14 AM, rebecca.swee.fun.ch...@intel.com wrote: > From: Rebecca Chang Swee Fun > > Hi Bruce, > > With a build test run on Intel Common BSP, some warning messages poped >

[yocto] some questions about PPC yocto reference board mpc8315e-rdb

2016-06-28 Thread Robert P. J. Day
i'm currently working on a project involving some aging PPC boards (including MPC8360), and i just happened across a MPC8315E-RDB (apparently unused), which could be useful since it's the PPC yocto reference board, which means i should be able to build fully working images for it without a

Re: [yocto] How to generate debug symbols but not copied to the image?

2016-06-28 Thread Austin Kim
Thank you for the help. Now, it generate the debug image but there are two questions. 1. I have problem with Eclipse ADT plugin. I don't know how to set debug-file-directory into my .dbginit. My project is created via eclipse Yocto ADT plugin and it overwrites .dbginit whenever Eclipse starts

[yocto] copying build configuration files to the rootfs

2016-06-28 Thread Bjorn Sorensen
Hello experts, I built a Yocto image with ROS and a few of its packages, it all went down fine. I can run ROS and the packages that are built in the rootfs. Next I on the target machine I setup my environment (Catkin) in order to compile my additional ROS packages locally on the target later

Re: [yocto] [PATCH][yocto-autobuilder] nightly-world-lsb.conf: Update buildstep name DownloadBitbakeErrorReports -> DownloadErrorReports

2016-06-28 Thread Joshua G Lock
Merged to master, thanks, Joshua On Tue, 2016-06-28 at 09:53 -0500, Aníbal Limón wrote: > The reference of the buildsteps for download error reports was > updated [1] but, > i forget to update this one. > > [1] http://git.yoctoproject.org/cgit/cgit.cgi/yocto-autobuilder/commi >

Re: [yocto] How to generate debug symbols but not copied to the image?

2016-06-28 Thread Burton, Ross
On 28 June 2016 at 16:38, Austin Kim wrote: > I'm wondering how to copy only stripped binary and leave debug symbols on > the host build machine. I'm running on the OS on a very tight HDD space so > I cannot put debug symbols into the image. So I tried > > >

[yocto] How to generate debug symbols but not copied to the image?

2016-06-28 Thread Austin Kim
Hi, I'm wondering how to copy only stripped binary and leave debug symbols on the host build machine. I'm running on the OS on a very tight HDD space so I cannot put debug symbols into the image. So I tried PACKAGE_DEBUG_SPLIT_STYLE = 'debug-without-src' EXTRA_IMAGE_FEATURES = "dbg-pkgs" But

[yocto] [PATCH][yocto-autobuilder] nightly-world-lsb.conf: Update buildstep name DownloadBitbakeErrorReports -> DownloadErrorReports

2016-06-28 Thread Aníbal Limón
The reference of the buildsteps for download error reports was updated [1] but, i forget to update this one. [1] http://git.yoctoproject.org/cgit/cgit.cgi/yocto-autobuilder/commit/?id=e1e7c3b86720786ae4f60da008f68d4cf5d58559 Signed-off-by: Aníbal Limón ---

Re: [yocto] qemu-qoriq

2016-06-28 Thread Khem Raj
On Jun 28, 2016 7:22 AM, "Anicic Damir (PSI)" wrote: > > Hi! > > For Yocto 2.1 > I have added meta-fsl-ppc repo, > added layer to bblayers.conf, > but how to instruct bitbake to use fsl's qemu-qoriq > instead of poky's qemu (and qemu-native) > See if you can use

Re: [yocto] [[yocto-autobuilder][PATCHv2] 00/15] Add support for generate bitbake/oe-selftest error reports

2016-06-28 Thread Aníbal Limón
On 06/27/2016 07:28 AM, Beth 'pidge' Flanagan wrote: > Pulled into master, thanks! Thanks, when i was reviewing the integration i noticed that i miss to update the buildstep reference (DownloadBitbakeErrorReports -> DownloadErrorReports) into nightly-world-lsb.conf. Sorry about that, i sent

Re: [yocto] Failed to cross compile kernel with Yocto toolchain

2016-06-28 Thread Khem Raj
/usr/lib64/ccache is unusual why do you have it in path and if you really need it add it after all other paths. Check your env first On Jun 27, 2016 10:56 PM, "Zhenhua Luo" wrote: Hello Khem, > -Original Message- > From: Khem Raj [mailto:raj.k...@gmail.com] > Sent:

[yocto] [PATCH] nightly-world-lsb.conf: Update name buildstep DownloadBitbakeErrorReports -> DownloadErrorReports

2016-06-28 Thread Aníbal Limón
The reference of the buildsteps for download error reports was updated [1] but, i forget to update this one. [1] http://git.yoctoproject.org/cgit/cgit.cgi/yocto-autobuilder/commit/?id=e1e7c3b86720786ae4f60da008f68d4cf5d58559 Signed-off-by: Aníbal Limón ---

[yocto] qemu-qoriq

2016-06-28 Thread Anicic Damir (PSI)
Hi! For Yocto 2.1 I have added meta-fsl-ppc repo, added layer to bblayers.conf, but how to instruct bitbake to use fsl's qemu-qoriq instead of poky's qemu (and qemu-native) Regards, Damir -- ___ yocto mailing list yocto@yoctoproject.org

Re: [yocto] Failed to cross compile kernel with Yocto toolchain

2016-06-28 Thread Daniel.
I think you should set CROSS_COMPILE variable usually I have a script at kernel root to setup variables for me: here is what I'm using for Daisy https://gist.github.com/gkos/28f7cf019b716eba8574b21e6f628aa7 2016-06-28 8:20 GMT-03:00 Zhenhua Luo : > Hi, > >> From: Burton,

Re: [yocto] How to add recipes to images not RPMs.

2016-06-28 Thread richard.zhang
Fine ,its work. Thanks 在 2016年06月28日 20:28, Daniel. 写道: Ops, Yeah, you right Paul! IMAGE_INSTALL_append*** Thanks 2016-06-27 22:30 GMT-03:00 Paul Eggleton : I think you mean IMAGE_INSTALL_append. There is a section of the manual covering this:

Re: [yocto] How to add recipes to images not RPMs.

2016-06-28 Thread Daniel.
Ops, Yeah, you right Paul! IMAGE_INSTALL_append*** Thanks 2016-06-27 22:30 GMT-03:00 Paul Eggleton : > I think you mean IMAGE_INSTALL_append. > > There is a section of the manual covering this: > > >

Re: [yocto] Failed to cross compile kernel with Yocto toolchain

2016-06-28 Thread Zhenhua Luo
Hi, > From: Burton, Ross [mailto:ross.bur...@intel.com] > Sent: Tuesday, June 28, 2016 6:27 PM > To: Zhenhua Luo > Cc: Khem Raj ; yocto@yoctoproject.org > Subject: Re: [yocto] Failed to cross compile kernel with Yocto toolchain > > On 28 June 2016 at

Re: [yocto] Failed to cross compile kernel with Yocto toolchain

2016-06-28 Thread Burton, Ross
On 28 June 2016 at 06:56, Zhenhua Luo wrote: > [Luo Zhenhua-B19537] gcc can't be found after sourcing the SDK env script. > but the /usr/bin is in the PATH env variable. > You *do* have a gcc in /usr/bin, right? Ross -- ___