[yocto] packagegroup not appearing in HOB

Allen Curtis allen.curtis at curtisembedded.com
Wed Oct 7 10:36:40 PDT 2015


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




More information about the yocto mailing list