>-----Original Message-----
>From: meta-arago-boun...@arago-project.org <meta-arago-bounces@arago-
>project.org> On Behalf Of Denys Dmytriyenko
>Sent: Tuesday, March 23, 2021 4:15 PM
>To: meta-arago@arago-project.org
>Cc: Denys Dmytriyenko <de...@konsulko.com>
>Subject: [EXTERNAL] [meta-arago] [dunfell/master][PATCH 2/4]
>images/packagegroups: add extra browser-layer check when including
>chromium
>
>From: Denys Dmytriyenko <de...@konsulko.com>
>
>When pulling in chromium, check that all conditions are met:
>1. browser-layer layer is present
>2. meta-python2 layer is present
>3. wayland distro feature is enabled
>
>Signed-off-by: Denys Dmytriyenko <de...@konsulko.com>

Reviewed-by: Gowtham Tammana <g-tamm...@ti.com>

>---
> meta-arago-distro/recipes-core/images/tisdk-default-image.bb | 2 +-
> meta-arago-distro/recipes-core/packagegroups/ti-world.bb     | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
>diff --git a/meta-arago-distro/recipes-core/images/tisdk-default-image.bb
>b/meta-arago-distro/recipes-core/images/tisdk-default-image.bb
>index bc77b97..152f857 100644
>--- a/meta-arago-distro/recipes-core/images/tisdk-default-image.bb
>+++ b/meta-arago-distro/recipes-core/images/tisdk-default-image.bb
>@@ -50,7 +50,7 @@ EXTRABROWSERS = " \
>
> PYTHON2APPS = " \
>
>${@bb.utils.contains('MACHINE_FEATURES','gpu',"${EXTRABROWSERS}",'',d)} \
>-    ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', "${CHROMIUM}", '',
>d)} \
>+    ${@bb.utils.contains("BBFILE_COLLECTIONS","browser-
>layer",bb.utils.contains('DISTRO_FEATURES','wayland',"${CHROMIUM}",'',d),'
>',d)} \
> "
>
> DEVTOOLS = " \
>diff --git a/meta-arago-distro/recipes-core/packagegroups/ti-world.bb
>b/meta-arago-distro/recipes-core/packagegroups/ti-world.bb
>index 87f3004..440e9e6 100644
>--- a/meta-arago-distro/recipes-core/packagegroups/ti-world.bb
>+++ b/meta-arago-distro/recipes-core/packagegroups/ti-world.bb
>@@ -23,7 +23,7 @@ EXTRABROWSERS = " \
>
> PYTHON2APPS = " \
>
>${@bb.utils.contains('MACHINE_FEATURES','gpu',"${EXTRABROWSERS}",'',d)} \
>-    ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', "${CHROMIUM}", '',
>d)} \
>+    ${@bb.utils.contains("BBFILE_COLLECTIONS","browser-
>layer",bb.utils.contains('DISTRO_FEATURES','wayland',"${CHROMIUM}",'',d),'
>',d)} \
> "
>
> DEVTOOLS = " \
>--
>2.7.4
>
>_______________________________________________
>meta-arago mailing list
>meta-arago@arago-project.org
>http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
_______________________________________________
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

Reply via email to