On Tue, Nov 19, 2013 at 01:02:08PM -0600, Franklin S. Cooper Jr wrote: > * Add additional example applications for AM43x. > > Signed-off-by: Franklin S. Cooper Jr <[email protected]> > --- > .../packagegroup-arago-tisdk-matrix.bb | 8 +++++++- > 1 files changed, 7 insertions(+), 1 deletions(-) > > diff --git > a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-matrix.bb > > b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-matrix.bb > index 95054b2..c3143d3 100644 > --- > a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-matrix.bb > +++ > b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-matrix.bb > @@ -1,6 +1,6 @@ > DESCRIPTION = "Task to include Matrix v2" > LICENSE = "MIT" > -PR = "r22" > +PR = "r23" > > inherit packagegroup > > @@ -72,10 +72,16 @@ MATRIX_APPS_append_ti33x = " \ > # matrix-gui-wifi-direct-demo > > MATRIX_APPS_append_ti43x = " \ > + ${@base_contains('MACHINE_FEATURES','sgx','${MATRIX_SGX_DEMOS}','',d)} \
So, I just noticed, that in patch #3 of this series, you add SGX libgles unconditionally, but here you do check for the proper MACHINE_FEATURE... Should it be one way or another? If you update patch #3 with conditional like here, the whole series can be pushed even prior to the new SGX in meta-ti... > matrix-multimedia-demo-aac \ > matrix-multimedia-demo-h264dec \ > matrix-multimedia-demo-mpeg4aacdec \ > matrix-multimedia-demo-mpeg4dec \ > + \ > + matrix-gui-generic-pm \ > + matrix-gui-pm-demos-suspend \ > + matrix-gui-clocks \ > " > > MATRIX_APPS_append_omap-a15 = " \ > -- > 1.7.0.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
