All of lore.kernel.org
 help / color / mirror / Atom feed
From: Eric Ruei <e-ruei1@ti.com>
To: <meta-arago@arago-project.org>
Subject: [meta-processor-sdk][PATCH 8/9] packagegroup-arago-tisdk-graphics: replace chromium-wayland with chromium-ozone-wayland
Date: Tue, 10 Sep 2019 14:11:30 -0400	[thread overview]
Message-ID: <20190910181131.8808-9-e-ruei1@ti.com> (raw)
In-Reply-To: <20190910181131.8808-1-e-ruei1@ti.com>

chromium-wayland has been renamed to chromium-ozone-wayland at the latest
meta-browser

Signed-off-by: Eric Ruei <e-ruei1@ti.com>
---
 .../packagegroup-arago-tisdk-graphics.bbappend | 18 +++++++++++++++++-
 1 file changed, 17 insertions(+), 1 deletion(-)

diff --git a/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bbappend b/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bbappend
index ac1f1f5..288233a 100644
--- a/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bbappend
+++ b/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bbappend
@@ -1,10 +1,26 @@
-PR_append = ".tisdk10"
+PR_append = ".tisdk11"
 
 GRAPHICS_DEMO = ""
 GRAPHICS_DEMO_omap-a15 = "\
     kmscube \
 "
 
+GRAPHICS_WAYLAND_remove_omap-a15 = "\
+    ${@bb.utils.contains('MACHINE_FEATURES','gpu','chromium-wayland','',d)} \
+"
+
+GRAPHICS_WAYLAND_remove_k3 = "\
+    ${@bb.utils.contains('MACHINE_FEATURES','gpu','chromium-wayland','',d)} \
+"
+
+GRAPHICS_WAYLAND_append_omap-a15 = "\
+    ${@bb.utils.contains('MACHINE_FEATURES','gpu','chromium-ozone-wayland','',d)} \
+"
+
+GRAPHICS_WAYLAND_append_k3 = "\
+    ${@bb.utils.contains('MACHINE_FEATURES','gpu','chromium-ozone-wayland','',d)} \
+"
+
 GRAPHICS_RDEPENDS_remove = "\
     ${@bb.utils.contains('MACHINE_FEATURES', 'gpu', '', 'ti-sgx-ddk-km', d)} \
 "
-- 
2.17.1



  parent reply	other threads:[~2019-09-10 18:15 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-10 18:11 [meta-processor-sdk][PATCH 0/9] Enable build with mesa-based EGL1.5 Eric Ruei
2019-09-10 18:11 ` [meta-processor-sdk][PATCH 1/9] chromium-ozone-wayland: remove virtual/libgl from DEPENDS list Eric Ruei
2019-09-10 18:11 ` [meta-processor-sdk][PATCH 2/9] HACK: matrix-gui-machinevision-demos: remove point-cloud-viewer Eric Ruei
2019-09-10 18:11 ` [meta-processor-sdk][PATCH 3/9] HACK: packagegroup-arago-test-addons: remove omapdrmtest Eric Ruei
2019-09-10 18:11 ` [meta-processor-sdk][PATCH 4/9] packagegroup-arago-tisdk-multimedia: rename chromium-wayland Eric Ruei
2019-09-10 18:11 ` [meta-processor-sdk][PATCH 5/9] HACK: weston: undefine HAVE_GBM_MODIFIERS unconditionally Eric Ruei
2019-09-10 18:11 ` [meta-processor-sdk][PATCH 6/9] HACK: qtwebkit: sync up the khrplatform.h under ANGLE/include/KHR with the one provided by mesa-egl Eric Ruei
2019-09-10 18:11 ` [meta-processor-sdk][PATCH 7/9] HACK: libepoxy: replace local definitions with khrplatform.h at gen_dispatch Eric Ruei
2019-09-10 18:11 ` Eric Ruei [this message]
2019-09-10 18:11 ` [meta-processor-sdk][PATCH 9/9] HACK: ti-sgx-ddk-um: take AM5 binaries from mesa-egl based experimental branch Eric Ruei

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190910181131.8808-9-e-ruei1@ti.com \
    --to=e-ruei1@ti.com \
    --cc=meta-arago@arago-project.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.