> -----Original Message----- > From: Dmytriyenko, Denys > Sent: Friday, June 10, 2016 11:43 AM > To: Stiffler, Jacob > Cc: [email protected] > Subject: Re: [meta-arago] [PATCH] tisdk-rootfs-image: add opencl-extra > packagegroup > > Huh? Wasn't it meant to be added to "extra" rootfs image? Which it already > is. >
The "extra" rootfs image is the "server-extra" rootfs image, and only applicable to keystone. The opencl-extra packagegroup is also needed for dra7xx machines. > > On Wed, Jun 08, 2016 at 01:33:23PM -0400, Jacob Stiffler wrote: > > Signed-off-by: Jacob Stiffler <[email protected]> > > --- > > meta-arago-distro/recipes-core/images/tisdk-rootfs-image.bb | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/meta-arago-distro/recipes-core/images/tisdk-rootfs-image.bb > b/meta-arago-distro/recipes-core/images/tisdk-rootfs-image.bb > > index 98988b2..8747e52 100644 > > --- a/meta-arago-distro/recipes-core/images/tisdk-rootfs-image.bb > > +++ b/meta-arago-distro/recipes-core/images/tisdk-rootfs-image.bb > > @@ -8,6 +8,7 @@ IMAGE_INSTALL += "\ > > packagegroup-arago-tisdk-qte \ > > packagegroup-arago-tisdk-addons \ > > ${@bb.utils.contains('MACHINE_FEATURES','opencl','packagegroup- > arago-tisdk-opencl','',d)} \ > > + ${@bb.utils.contains('MACHINE_FEATURES','opencl','packagegroup- > arago-tisdk-opencl-extra','',d)} \ > > packagegroup-arago-tisdk-connectivity \ > > packagegroup-arago-tisdk-crypto \ > > packagegroup-arago-tisdk-matrix \ > > -- > > 2.7.4 > > > > _______________________________________________ > > 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
