On Tue, Jun 30, 2020 at 10:37:17PM +0530, [email protected] wrote: > From: Nikhil Devshatwar <[email protected]> > > Check for gpu in MACHINE_FEATURES and include the source package > for img rogue driver for j7-evm
This shouldn't be needed: http://arago-project.org/git/?p=meta-arago.git;a=blob;f=meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics-sdk-host.bb;hb=HEAD#l12 > Signed-off-by: Nikhil Devshatwar <[email protected]> > --- > .../packagegroups/packagegroup-arago-tisdk-addons-sdk-host.bb | 1 + > 1 file changed, 1 insertion(+) > > diff --git > a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-host.bb > > b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-host.bb > index adfcfa3e..7200e9f2 100644 > --- > a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-host.bb > +++ > b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-host.bb > @@ -43,6 +43,7 @@ UTILS_append_k3 = " \ > " > > UTILS_append_j7 = " \ > + ${@bb.utils.contains('MACHINE_FEATURES', 'gpu', > 'ti-img-rogue-driver-src', '', d)} \ > pru-icss-src \ > " > > -- > 2.17.1 > _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
