All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] packagegroup-*-graphics: selectively enable gc320
@ 2016-11-02 14:10 Karthik Ramanan
  2016-11-02 22:34 ` Denys Dmytriyenko
  0 siblings, 1 reply; 2+ messages in thread
From: Karthik Ramanan @ 2016-11-02 14:10 UTC (permalink / raw)
  To: meta-arago

Signed-off-by: Karthik Ramanan <a0393906@ti.com>
---
 .../packagegroups/packagegroup-arago-tisdk-graphics.bb           | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb
index ef2b71d..250a2f7 100644
--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb
@@ -1,6 +1,6 @@
 DESCRIPTION = "Task to install graphics binaries"
 LICENSE = "MIT"
-PR = "r13"
+PR = "r16"
 
 inherit packagegroup
 
@@ -16,6 +16,13 @@ GRAPHICS_RDEPENDS = "\
     ti-sgx-ddk-um \
 "
 
+
+GRAPHICS_RDEPENDS_append_omap-a15 = "\
+    ti-gc320-tests \
+    ti-gc320-driver \
+    ti-gc320-libs  \
+"
+
 RDEPENDS_${PN} = "\
     ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', "${GRAPHICS_WESTON}", '', d)} \
     ${GRAPHICS_RDEPENDS} \
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-11-02 22:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-02 14:10 [PATCH] packagegroup-*-graphics: selectively enable gc320 Karthik Ramanan
2016-11-02 22:34 ` Denys Dmytriyenko

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.