All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] arago.conf: Remove qtwayland from opencv PACKAGECONFIG for keystone
@ 2016-02-15 18:43 Jacob Stiffler
  2016-02-15 18:43 ` [PATCH 2/2] packagegroup-arago-tisdk-addons*: Add opencv Jacob Stiffler
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Jacob Stiffler @ 2016-02-15 18:43 UTC (permalink / raw)
  To: meta-arago

* keystone machines do not have a display, hence they do not support
  wayland
* opencv adds qtwayland support since wayland is in DISTRO_FEATURES
* Remove qtwayland from opencv PACKAGECONFIG for keystone machines

Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
 meta-arago-distro/conf/distro/arago.conf | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf
index 325e112..38c7887 100644
--- a/meta-arago-distro/conf/distro/arago.conf
+++ b/meta-arago-distro/conf/distro/arago.conf
@@ -58,6 +58,9 @@ PACKAGECONFIG_append_pn-qtmultimedia  = " gstreamer"
 # Prefer OpenSSL over GnuTLS for curl due to TSU exemptions
 PACKAGECONFIG_pn-curl = "${@bb.utils.contains("DISTRO_FEATURES", "ipv6", "ipv6", "", d)} ssl zlib"
 
+# Remove qtwayland from openvcv PACKAGECONFIG for keystone
+PACKAGECONFIG_remove_pn-opencv_keystone = "qtwayland"
+
 # Enable UI and scripting for perf
 PERF_FEATURES_ENABLE ?= "perf-scripting perf-tui"
 
-- 
1.9.1



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

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

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-15 18:43 [PATCH 1/2] arago.conf: Remove qtwayland from opencv PACKAGECONFIG for keystone Jacob Stiffler
2016-02-15 18:43 ` [PATCH 2/2] packagegroup-arago-tisdk-addons*: Add opencv Jacob Stiffler
2016-02-15 18:53 ` [PATCH 1/2] arago.conf: Remove qtwayland from opencv PACKAGECONFIG for keystone Jacob Stiffler
2016-02-15 19:04   ` Denys Dmytriyenko
2016-02-15 20:40     ` Jacob Stiffler
2016-02-15 21:02       ` Denys Dmytriyenko
2016-02-17 22:18         ` Jacob Stiffler
2016-02-17 22:27           ` Denys Dmytriyenko
2016-02-15 18:55 ` 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.