[yocto] question about packagegroups

2013-06-12 Thread Nicolas Dechesne
hello, i am creating a packagegroup to organize better my image/recipes. i am doing something along these lines: DESCRIPTION = My Custom Package Groups inherit packagegroup PACKAGES = \ packagegroup-custom-apps \ packagegroup-custom-tools \

Re: [yocto] question about packagegroups

2013-06-12 Thread Gary Thomas
On 2013-06-12 09:08, Nicolas Dechesne wrote: hello, i am creating a packagegroup to organize better my image/recipes. i am doing something along these lines: DESCRIPTION = My Custom Package Groups inherit packagegroup PACKAGES = \ packagegroup-custom-apps \

Re: [yocto] question about packagegroups

2013-06-12 Thread Nicolas Dechesne
On Wed, Jun 12, 2013 at 10:24 AM, Gary Thomas g...@mlbassoc.com wrote: The problem is that bitbake runs recipes, not packages. So in order to get the package 'packagegroup-custom-tools', you have to build your main recipe which will also build 'packagegroup-custom-apps' I've run across this