Looks good, but since you are making TEST_ADDONS_TI variable machine-specific, then this packagegroup should also become machine specific with PACKAGE_ARCH = MACHINE_ARCH
-- Denys On Thu, Feb 26, 2015 at 06:35:17PM -0500, Sam Nelson wrote: > Signed-off-by: Sam Nelson <[email protected]> > --- > .../packagegroup-arago-test-addons.bb | 34 > ++++++++++++++++++++ > 1 file changed, 34 insertions(+) > > diff --git > a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-test-addons.bb > > b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-test-addons.bb > index 925f157..f577c76 100644 > --- > a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-test-addons.bb > +++ > b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-test-addons.bb > @@ -7,9 +7,43 @@ inherit packagegroup > > TEST_ADDONS = " \ > bridge-utils \ > + linuxptp \ > + openntpd \ > + strongswan \ > + gdb \ > " > > TEST_ADDONS_TI = " \ > + cmem-test \ > + " > +TEST_ADDONS_TI_append_keystone = " \ > + qmss-lld-test \ > + pa-lld-test \ > + cppi-lld-test \ > + hyplnk-lld-test \ > + edma3-lld-test \ > + mmap-lld-test \ > + rm-lld \ > + rm-lld-test \ > + sa-lld \ > + sa-lld-test \ > + traceframework-test \ > + multiprocmgr-test \ > + hplib-test \ > + hyplnk-lld-test \ > + nwal-lld \ > + nwal-lld-test \ > + udma-test \ > + mpm-transport-test \ > + " > + > +TEST_ADDONS_TI_append_k2hk-evm = " \ > + srio-lld-test \ > + " > + > +TEST_ADDONS_TI_append_k2l-evm = " \ > + dfe-lld-test \ > + iqn2-lld-test \ > " > > RDEPENDS_${PN} = "\ > -- > 1.7.9.5 > > _______________________________________________ > meta-arago mailing list > [email protected] > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
