* [morty/master][PATCH 4/4] packagegroup-arago-tisdk-matrix: add browser demos for AM5/DRA7
2017-07-27 21:22 [morty/master][PATCH 0/4] matrix-gui: add browser demos Eric Ruei
@ 2017-07-27 21:23 ` Eric Ruei
0 siblings, 0 replies; 11+ messages in thread
From: Eric Ruei @ 2017-07-27 21:23 UTC (permalink / raw)
To: meta-ti
Signed-off-by: Eric Ruei <e-ruei1@ti.com>
---
.../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)} \
"
MATRIX_APPS_append_dra7xx += " \
--
1.9.1
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [morty/master][PATCH 0/4] matrix-gui: add browser demos
@ 2017-07-27 22:28 Eric Ruei
2017-07-27 22:28 ` [morty/master][PATCH 1/4] matrix-gui-apps-git: bump SRCREV to pick up the " Eric Ruei
` (3 more replies)
0 siblings, 4 replies; 11+ messages in thread
From: Eric Ruei @ 2017-07-27 22:28 UTC (permalink / raw)
To: meta-arago
OOB Matrix Gui: add browser submenu and browser demos
Eric Ruei (4):
matrix-gui-apps-git: bump SRCREV to pick up the browser demos
matix-gui-browser-demos: add browser demos
matrix-gui-submenu: add browser submenu
packagegroup-arago-tisdk-matrix: add browser demos for AM5/DRA7
.../packagegroups/packagegroup-arago-tisdk-matrix.bb | 3 ++-
.../recipes-core/matrix/matrix-gui-apps-git.inc | 4 ++--
.../recipes-core/matrix/matrix-gui-browser-demos_2.0.bb | 16 ++++++++++++++++
.../recipes-core/matrix/matrix-gui-submenus_2.0.bb | 5 ++++-
4 files changed, 24 insertions(+), 4 deletions(-)
create mode 100644 meta-arago-extras/recipes-core/matrix/matrix-gui-browser-demos_2.0.bb
--
1.9.1
^ permalink raw reply [flat|nested] 11+ messages in thread
* [morty/master][PATCH 1/4] matrix-gui-apps-git: bump SRCREV to pick up the browser demos
2017-07-27 22:28 [morty/master][PATCH 0/4] matrix-gui: add browser demos Eric Ruei
@ 2017-07-27 22:28 ` Eric Ruei
2017-07-27 22:28 ` [morty/master][PATCH 2/4] matix-gui-browser-demos: add " Eric Ruei
` (2 subsequent siblings)
3 siblings, 0 replies; 11+ messages in thread
From: Eric Ruei @ 2017-07-27 22:28 UTC (permalink / raw)
To: meta-arago
Signed-off-by: Eric Ruei <e-ruei1@ti.com>
---
| 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--git a/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc b/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc
index 0ae0d21..b805f5e 100644
--- a/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc
+++ b/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc
@@ -4,9 +4,9 @@ LICENSE_CHECKSUM = "LICENSE;md5=6e0ae7214f6c74c149cb25f373057fa9"
LIC_FILES_CHKSUM := "file://../${LICENSE_CHECKSUM}"
SRC_URI = "git://git.ti.com/matrix-gui-v2/matrix-gui-v2-apps.git;protocol=git;branch=${BRANCH}"
-SRCREV = "7ab39e827e65c35f4e37d1142a45071f670395fe"
+SRCREV = "38afccb5335216ececa874cf4cf72a67c4164fc3"
BRANCH = "master"
-INC_PR = "r46"
+INC_PR = "r47"
# Pull in the base package for installing matrix applications
require matrix-gui-apps.inc
--
1.9.1
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [morty/master][PATCH 2/4] matix-gui-browser-demos: add browser demos
2017-07-27 22:28 [morty/master][PATCH 0/4] matrix-gui: add browser demos Eric Ruei
2017-07-27 22:28 ` [morty/master][PATCH 1/4] matrix-gui-apps-git: bump SRCREV to pick up the " Eric Ruei
@ 2017-07-27 22:28 ` Eric Ruei
2017-07-27 23:26 ` Denys Dmytriyenko
2017-07-27 22:28 ` [morty/master][PATCH 3/4] matrix-gui-submenu: add browser submenu Eric Ruei
2017-07-27 22:28 ` [morty/master][PATCH 4/4] packagegroup-arago-tisdk-matrix: add browser demos for AM5/DRA7 Eric Ruei
3 siblings, 1 reply; 11+ messages in thread
From: Eric Ruei @ 2017-07-27 22:28 UTC (permalink / raw)
To: meta-arago
Signed-off-by: Eric Ruei <e-ruei1@ti.com>
---
.../recipes-core/matrix/matrix-gui-browser-demos_2.0.bb | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
create mode 100644 meta-arago-extras/recipes-core/matrix/matrix-gui-browser-demos_2.0.bb
diff --git a/meta-arago-extras/recipes-core/matrix/matrix-gui-browser-demos_2.0.bb b/meta-arago-extras/recipes-core/matrix/matrix-gui-browser-demos_2.0.bb
new file mode 100644
index 0000000..63811c7
--- /dev/null
+++ b/meta-arago-extras/recipes-core/matrix/matrix-gui-browser-demos_2.0.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "Various Demo Browsers for Matrix v2"
+HOMEPAGE = "https://git.ti.com/matrix-gui-v2/matrix-gui-v2-apps"
+
+require matrix-gui-apps-git.inc
+
+PR = "${INC_PR}.0"
+
+inherit allarch
+
+S = "${WORKDIR}/git/browser_apps"
+
+# Make sure browser submenu and app images has been installed
+RDEPENDS_${PN} += "matrix-gui-apps-images matrix-gui-submenus-browser"
+
+FILES_${PN} += "${MATRIX_BASE_DIR}/*"
+FILES_${PN} += "${bindir}/runGoogleChrome.sh"
--
1.9.1
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [morty/master][PATCH 3/4] matrix-gui-submenu: add browser submenu
2017-07-27 22:28 [morty/master][PATCH 0/4] matrix-gui: add browser demos Eric Ruei
2017-07-27 22:28 ` [morty/master][PATCH 1/4] matrix-gui-apps-git: bump SRCREV to pick up the " Eric Ruei
2017-07-27 22:28 ` [morty/master][PATCH 2/4] matix-gui-browser-demos: add " Eric Ruei
@ 2017-07-27 22:28 ` Eric Ruei
2017-07-27 22:28 ` [morty/master][PATCH 4/4] packagegroup-arago-tisdk-matrix: add browser demos for AM5/DRA7 Eric Ruei
3 siblings, 0 replies; 11+ messages in thread
From: Eric Ruei @ 2017-07-27 22:28 UTC (permalink / raw)
To: meta-arago
Signed-off-by: Eric Ruei <e-ruei1@ti.com>
---
| 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
--git a/meta-arago-extras/recipes-core/matrix/matrix-gui-submenus_2.0.bb b/meta-arago-extras/recipes-core/matrix/matrix-gui-submenus_2.0.bb
index 7e1f7d1..f592f7a 100644
--- a/meta-arago-extras/recipes-core/matrix/matrix-gui-submenus_2.0.bb
+++ b/meta-arago-extras/recipes-core/matrix/matrix-gui-submenus_2.0.bb
@@ -7,7 +7,7 @@ require matrix-gui-apps-git.inc
# reset the LIC_FILES_CHKSUM setting from the matrix-gui-apps-git.inc file
LIC_FILES_CHKSUM = "file://LICENSE;md5=6e0ae7214f6c74c149cb25f373057fa9"
-PR = "${INC_PR}.17"
+PR = "${INC_PR}.18"
# These packages make submenus in matrix and are not architecture specific
inherit allarch
@@ -34,6 +34,7 @@ SUBMENUS = " arm_submenu \
videoanalytics_submenu \
machinevision_submenu \
touch_submenu \
+ browser_submenu \
"
do_install(){
@@ -66,6 +67,7 @@ PACKAGES += " ${PN}-arm \
${PN}-videoanalytics \
${PN}-machinevision \
${PN}-touch \
+ ${PN}-browser \
"
# Make sure app images has been installed
@@ -93,3 +95,4 @@ FILES_${PN}-opencl = "${MATRIX_APP_DIR}/opencl_submenu/*"
FILES_${PN}-videoanalytics = "${MATRIX_APP_DIR}/videoanalytics_submenu/*"
FILES_${PN}-machinevision = "${MATRIX_APP_DIR}/machinevision_submenu/*"
FILES_${PN}-touch = "${MATRIX_APP_DIR}/touch_submenu/*"
+FILES_${PN}-browser = "${MATRIX_APP_DIR}/browser_submenu/*"
--
1.9.1
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [morty/master][PATCH 4/4] packagegroup-arago-tisdk-matrix: add browser demos for AM5/DRA7
2017-07-27 22:28 [morty/master][PATCH 0/4] matrix-gui: add browser demos Eric Ruei
` (2 preceding siblings ...)
2017-07-27 22:28 ` [morty/master][PATCH 3/4] matrix-gui-submenu: add browser submenu Eric Ruei
@ 2017-07-27 22:28 ` Eric Ruei
2017-07-27 23:26 ` Denys Dmytriyenko
3 siblings, 1 reply; 11+ messages in thread
From: Eric Ruei @ 2017-07-27 22:28 UTC (permalink / raw)
To: meta-arago
Signed-off-by: Eric Ruei <e-ruei1@ti.com>
---
.../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)} \
"
MATRIX_APPS_append_dra7xx += " \
--
1.9.1
^ permalink raw reply related [flat|nested] 11+ messages in thread
* Re: [morty/master][PATCH 2/4] matix-gui-browser-demos: add browser demos
2017-07-27 22:28 ` [morty/master][PATCH 2/4] matix-gui-browser-demos: add " Eric Ruei
@ 2017-07-27 23:26 ` Denys Dmytriyenko
2017-07-28 13:26 ` Ruei, Eric
0 siblings, 1 reply; 11+ messages in thread
From: Denys Dmytriyenko @ 2017-07-27 23:26 UTC (permalink / raw)
To: Eric Ruei; +Cc: meta-arago
On Thu, Jul 27, 2017 at 06:28:13PM -0400, Eric Ruei wrote:
> Signed-off-by: Eric Ruei <e-ruei1@ti.com>
> ---
> .../recipes-core/matrix/matrix-gui-browser-demos_2.0.bb | 16 ++++++++++++++++
> 1 file changed, 16 insertions(+)
> create mode 100644 meta-arago-extras/recipes-core/matrix/matrix-gui-browser-demos_2.0.bb
>
> diff --git a/meta-arago-extras/recipes-core/matrix/matrix-gui-browser-demos_2.0.bb b/meta-arago-extras/recipes-core/matrix/matrix-gui-browser-demos_2.0.bb
> new file mode 100644
> index 0000000..63811c7
> --- /dev/null
> +++ b/meta-arago-extras/recipes-core/matrix/matrix-gui-browser-demos_2.0.bb
> @@ -0,0 +1,16 @@
> +DESCRIPTION = "Various Demo Browsers for Matrix v2"
SUMMARY ^^^
> +HOMEPAGE = "https://git.ti.com/matrix-gui-v2/matrix-gui-v2-apps"
> +
> +require matrix-gui-apps-git.inc
> +
> +PR = "${INC_PR}.0"
> +
> +inherit allarch
> +
> +S = "${WORKDIR}/git/browser_apps"
> +
> +# Make sure browser submenu and app images has been installed
> +RDEPENDS_${PN} += "matrix-gui-apps-images matrix-gui-submenus-browser"
> +
> +FILES_${PN} += "${MATRIX_BASE_DIR}/*"
> +FILES_${PN} += "${bindir}/runGoogleChrome.sh"
> --
> 1.9.1
>
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [morty/master][PATCH 4/4] packagegroup-arago-tisdk-matrix: add browser demos for AM5/DRA7
2017-07-27 22:28 ` [morty/master][PATCH 4/4] packagegroup-arago-tisdk-matrix: add browser demos for AM5/DRA7 Eric Ruei
@ 2017-07-27 23:26 ` Denys Dmytriyenko
2017-07-28 13:36 ` Ruei, Eric
0 siblings, 1 reply; 11+ messages in thread
From: Denys Dmytriyenko @ 2017-07-27 23:26 UTC (permalink / raw)
To: Eric Ruei; +Cc: meta-arago
On Thu, Jul 27, 2017 at 06:28:15PM -0400, Eric Ruei wrote:
> Signed-off-by: Eric Ruei <e-ruei1@ti.com>
> ---
> .../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?
> "
>
> MATRIX_APPS_append_dra7xx += " \
> --
> 1.9.1
>
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [morty/master][PATCH 2/4] matix-gui-browser-demos: add browser demos
2017-07-27 23:26 ` Denys Dmytriyenko
@ 2017-07-28 13:26 ` Ruei, Eric
0 siblings, 0 replies; 11+ messages in thread
From: Ruei, Eric @ 2017-07-28 13:26 UTC (permalink / raw)
To: Dmytriyenko, Denys; +Cc: meta-arago@arago-project.org
-----Original Message-----
From: Dmytriyenko, Denys
Sent: Thursday, July 27, 2017 7:26 PM
To: Ruei, Eric
Cc: meta-arago@arago-project.org
Subject: Re: [meta-arago] [morty/master][PATCH 2/4] matix-gui-browser-demos: add browser demos
On Thu, Jul 27, 2017 at 06:28:13PM -0400, Eric Ruei wrote:
> Signed-off-by: Eric Ruei <e-ruei1@ti.com>
> ---
> .../recipes-core/matrix/matrix-gui-browser-demos_2.0.bb | 16
> ++++++++++++++++
> 1 file changed, 16 insertions(+)
> create mode 100644
> meta-arago-extras/recipes-core/matrix/matrix-gui-browser-demos_2.0.bb
>
> diff --git
> a/meta-arago-extras/recipes-core/matrix/matrix-gui-browser-demos_2.0.b
> b
> b/meta-arago-extras/recipes-core/matrix/matrix-gui-browser-demos_2.0.b
> b
> new file mode 100644
> index 0000000..63811c7
> --- /dev/null
> +++ b/meta-arago-extras/recipes-core/matrix/matrix-gui-browser-demos_2
> +++ .0.bb
> @@ -0,0 +1,16 @@
> +DESCRIPTION = "Various Demo Browsers for Matrix v2"
SUMMARY ^^^
[Eric] Yes, I shall change to SUMMARY.
> +HOMEPAGE = "https://git.ti.com/matrix-gui-v2/matrix-gui-v2-apps"
> +
> +require matrix-gui-apps-git.inc
> +
> +PR = "${INC_PR}.0"
> +
> +inherit allarch
> +
> +S = "${WORKDIR}/git/browser_apps"
> +
> +# Make sure browser submenu and app images has been installed
> +RDEPENDS_${PN} += "matrix-gui-apps-images matrix-gui-submenus-browser"
> +
> +FILES_${PN} += "${MATRIX_BASE_DIR}/*"
> +FILES_${PN} += "${bindir}/runGoogleChrome.sh"
> --
> 1.9.1
>
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [morty/master][PATCH 4/4] packagegroup-arago-tisdk-matrix: add browser demos for AM5/DRA7
2017-07-27 23:26 ` Denys Dmytriyenko
@ 2017-07-28 13:36 ` Ruei, Eric
2017-07-28 17:06 ` Denys Dmytriyenko
0 siblings, 1 reply; 11+ messages in thread
From: Ruei, Eric @ 2017-07-28 13:36 UTC (permalink / raw)
To: Dmytriyenko, Denys; +Cc: meta-arago@arago-project.org
-----Original Message-----
From: Dmytriyenko, Denys
Sent: Thursday, July 27, 2017 7:27 PM
To: Ruei, Eric
Cc: meta-arago@arago-project.org
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 <e-ruei1@ti.com>
> ---
> .../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
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [morty/master][PATCH 4/4] packagegroup-arago-tisdk-matrix: add browser demos for AM5/DRA7
2017-07-28 13:36 ` Ruei, Eric
@ 2017-07-28 17:06 ` Denys Dmytriyenko
0 siblings, 0 replies; 11+ messages in thread
From: Denys Dmytriyenko @ 2017-07-28 17:06 UTC (permalink / raw)
To: Ruei, Eric; +Cc: meta-arago@arago-project.org
On Fri, Jul 28, 2017 at 09:36:36AM -0400, Ruei, Eric wrote:
>
>
> -----Original Message-----
> From: Dmytriyenko, Denys
> Sent: Thursday, July 27, 2017 7:27 PM
> To: Ruei, Eric
> Cc: meta-arago@arago-project.org
> 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 <e-ruei1@ti.com>
> > ---
> > .../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?
Should it be dependent on "wayland" distro feature then?
> > "
> >
> > MATRIX_APPS_append_dra7xx += " \
> > --
> > 1.9.1
> >
> > _______________________________________________
> > meta-arago mailing list
> > meta-arago@arago-project.org
> > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2017-07-28 17:06 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-27 22:28 [morty/master][PATCH 0/4] matrix-gui: add browser demos Eric Ruei
2017-07-27 22:28 ` [morty/master][PATCH 1/4] matrix-gui-apps-git: bump SRCREV to pick up the " Eric Ruei
2017-07-27 22:28 ` [morty/master][PATCH 2/4] matix-gui-browser-demos: add " Eric Ruei
2017-07-27 23:26 ` Denys Dmytriyenko
2017-07-28 13:26 ` Ruei, Eric
2017-07-27 22:28 ` [morty/master][PATCH 3/4] matrix-gui-submenu: add browser submenu Eric Ruei
2017-07-27 22:28 ` [morty/master][PATCH 4/4] packagegroup-arago-tisdk-matrix: add browser demos for AM5/DRA7 Eric Ruei
2017-07-27 23:26 ` Denys Dmytriyenko
2017-07-28 13:36 ` Ruei, Eric
2017-07-28 17:06 ` Denys Dmytriyenko
-- strict thread matches above, loose matches on Subject: below --
2017-07-27 21:22 [morty/master][PATCH 0/4] matrix-gui: add browser demos Eric Ruei
2017-07-27 21:23 ` [morty/master][PATCH 4/4] packagegroup-arago-tisdk-matrix: add browser demos for AM5/DRA7 Eric Ruei
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.