-----Original Message----- From: Dmytriyenko, Denys Sent: Thursday, July 27, 2017 7:27 PM To: Ruei, Eric Cc: [email protected] Subject: Re: [meta-arago] [morty/master][PATCH 4/4] packagegroup-arago-tisdk-matrix: add browser demos for AM5/DRA7
On Thu, Jul 27, 2017 at 06:28:15PM -0400, Eric Ruei wrote: > Signed-off-by: Eric Ruei <[email protected]> > --- > .../recipes-core/packagegroups/packagegroup-arago-tisdk-matrix.bb | 3 > ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > 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 7402427..9a19224 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 = "r66" > +PR = "r67" > > PACKAGE_ARCH = "${MACHINE_ARCH}" > > @@ -128,6 +128,7 @@ MATRIX_APPS_append_omap-a15 = " \ > matrix-gui-generic-pm \ > matrix-gui-clocks \ > matrix-gui-pm-demos-governor \ > + > ${@bb.utils.contains('MACHINE_FEATURES','sgx','matrix-gui-browser-demos','',d)} > \ Are these really specific to sgx? [Eric] One of the browser demo is chromium browser which is based on wayland-egl . Does it make sense to allow the browser demos only when SGX is enabled? Should I remove the condition? > " > > MATRIX_APPS_append_dra7xx += " \ > -- > 1.9.1 > > _______________________________________________ > 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
