Re: [yocto] packagegroup not appearing in HOB

2015-10-12 Thread Barros Pena, Belen
On 07/10/2015 18:36, "yocto-boun...@yoctoproject.org on behalf of Allen Curtis" wrote: >Hello, > >I created a packagegroup file as per the instructions called >packagegroup-foo.bb > >Within that file I define 2

[yocto] packagegroup not appearing in HOB

2015-10-07 Thread Allen Curtis
Hello, I created a packagegroup file as per the instructions called packagegroup-foo.bb Within that file I define 2 package groups as such. PACKAGES = "\ packagegroup-foo-apps \ packagegroup-foo-tools \ " RDEPENDS_packagegroup-foo-apps = "…" RDEPENDS_packagegroup-foo-tools = "…" However,