Re: [yocto] How to require image recipe from another layer?

2011-12-29 Thread Chris Larson
On Thu, Dec 29, 2011 at 11:14 AM, autif khan wrote: > Can you please help me with setting up my recipes so that all the > hello world apps are included when I use the following recipe. > > require recipes-sato/images/core-image-sato.bb > IMAGE_FEATURES += "helloworld" > > I am guessing that I woul

Re: [yocto] How to require image recipe from another layer?

2011-12-29 Thread Paul Eggleton
On Thursday 29 December 2011 13:14:20 autif khan wrote: > The following recipe does not actually put helloworld in the image - > it does not even build it. > > require recipes-sato/images/core-image-sato.bb > IMAGE_FEATURES += "helloworld" > > The following one does. > > require recipes-sato/ima

Re: [yocto] How to require image recipe from another layer?

2011-12-29 Thread autif khan
Another recipe question along the same path. The following recipe does not actually put helloworld in the image - it does not even build it. require recipes-sato/images/core-image-sato.bb IMAGE_FEATURES += "helloworld" The following one does. require recipes-sato/images/core-image-sato.bb IMAGE

Re: [yocto] RFC: Yocto BSP and kernel usability tools

2011-12-29 Thread Tom Zanussi
On Wed, 2011-12-28 at 00:36 +, McClintock Matthew-B29882 wrote: > (This probably belongs somewhere inline but I got lost on the long email) > > A lot of times users would already have a git tree containing linux > and/or u-boot already working for their boards. Perhaps you could let > the user

Re: [yocto] build error on meta-cedarview

2011-12-29 Thread Saul Wold
On 12/28/2011 09:26 PM, Andrew Schweitzer wrote: Jim Abernathy writes: While running a build of the core-image-sato using the edison latest commits and the meta-cedartrail bsp, I notices some errors fly by and thought I'd see if anyone knows the reason. The build is just

[yocto] Manuaaly copying library to rootfs/lib

2011-12-29 Thread Navani Kamal Srivastava
Hi, I need to copy a library manually to rootfs. I want to put it in the manner that on doing bitbake of initscripts this library should get copied to the rootfs in the same manner as it used to copy contents under etc/ to rootfs. I am successful in porting this library to tmp/work/armv6-poky-

Re: [yocto] Query about how Yocto handles the bbclass file when it exists in multi-layers

2011-12-29 Thread Luo Zhenhua-B19537
> -Original Message- > From: Paul Eggleton [mailto:paul.eggle...@linux.intel.com] > Sent: Thursday, December 29, 2011 5:41 PM > > > If one bbclass exists in multi-layers, which one will Yocto pick up? > > It seems BBFILE_PRIORITY doesn't impact bbclass file. > > I believe for bbclass files

Re: [yocto] Query about how Yocto handles the bbclass file when it exists in multi-layers

2011-12-29 Thread Paul Eggleton
On Thursday 29 December 2011 09:37:07 Luo Zhenhua-B19537 wrote: > If one bbclass exists in multi-layers, which one will Yocto pick up? It > seems BBFILE_PRIORITY doesn't impact bbclass file. I believe for bbclass files it's the order in which the layers are listed in your bblayers.conf. We could

[yocto] Query about how Yocto handles the bbclass file when it exists in multi-layers

2011-12-29 Thread Luo Zhenhua-B19537
If one bbclass exists in multi-layers, which one will Yocto pick up? It seems BBFILE_PRIORITY doesn't impact bbclass file. Best Regards, Zhenhua ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto