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, when I run HOB and inspect the list of packages it shows 
packagegroup-foo but it does not list packagegroup-foo-apps or 
packagegroup-foo-tools.

Is this correct?

How do I verify the groups are created correctly so I can complete 
implementation using the new group definitions?

TIA

-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to