All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [meta-fsl-arm][PATCH 1/4] core-image-weston: Fail gracefully if using incompatible DISTRO_FEATURES
@ 2015-06-17 18:02 Otavio Salvador
  2015-06-17 18:02 ` [meta-fsl-arm][PATCH 2/4] fsl-default-providers.inc: Move content to imx-base.inc and mxs-base.inc Otavio Salvador
                   ` (2 more replies)
  0 siblings, 3 replies; 23+ messages in thread
From: Otavio Salvador @ 2015-06-17 18:02 UTC (permalink / raw)
  To: meta-freescale Mailing List; +Cc: Otavio Salvador

Vivante GPU driver cannot operate in X11 and Wayland in same
distribution as it needs to have different libraries installed. So in
case 'x11' is in DISTRO_FEATURES, Wayland is disabled.

Fixes [YOCTO: #7814].

Change-Id: Ibde60384b1146ecb0aad353cfbc44163b21b4fc1
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
 recipes-graphics/images/core-image-weston.bbappend | 4 ++++
 1 file changed, 4 insertions(+)
 create mode 100644 recipes-graphics/images/core-image-weston.bbappend

diff --git a/recipes-graphics/images/core-image-weston.bbappend b/recipes-graphics/images/core-image-weston.bbappend
new file mode 100644
index 0000000..6e33067
--- /dev/null
+++ b/recipes-graphics/images/core-image-weston.bbappend
@@ -0,0 +1,4 @@
+# FIXME: Vivante GPU driver cannot operate in X11 and Wayland in same
+# distribution as it needs to have different libraries installed. So
+# in case 'x11' is in DISTRO_FEATURES, Wayland is disabled.
+CONFLICT_DISTRO_FEATURES_append_mx6 = " x11"
-- 
2.4.3



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

end of thread, other threads:[~2015-06-18 17:40 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-17 18:02 [meta-fsl-arm][PATCH 1/4] core-image-weston: Fail gracefully if using incompatible DISTRO_FEATURES Otavio Salvador
2015-06-17 18:02 ` [meta-fsl-arm][PATCH 2/4] fsl-default-providers.inc: Move content to imx-base.inc and mxs-base.inc Otavio Salvador
2015-06-17 18:33   ` Nikolay Dimitrov
2015-06-17 18:38     ` Otavio Salvador
2015-06-17 19:27       ` Nikolay Dimitrov
2015-06-17 18:02 ` [meta-fsl-arm][PATCH 3/4] linux-fslc-mx6 (3.14-1.0.x): Add recipe Otavio Salvador
2015-06-17 18:28   ` Nikolay Dimitrov
2015-06-17 18:30     ` Otavio Salvador
2015-06-17 18:38       ` Nikolay Dimitrov
2015-06-17 18:39         ` Otavio Salvador
2015-06-17 19:25           ` Nikolay Dimitrov
2015-06-17 19:32             ` Daiane Angolini
2015-06-17 19:45             ` Otavio Salvador
2015-06-18 13:40               ` Daiane Angolini
2015-06-18 13:58                 ` Otavio Salvador
2015-06-18 15:32                   ` Nikolay Dimitrov
2015-06-18 16:21                     ` Otavio Salvador
2015-06-18 16:38                       ` Nikolay Dimitrov
2015-06-18 16:47                         ` Otavio Salvador
2015-06-18 16:47                     ` Ann Thornton
2015-06-18 17:10                   ` Nikolay Dimitrov
2015-06-18 17:40                     ` Otavio Salvador
2015-06-17 18:02 ` [meta-fsl-arm][PATCH 4/4] imx-base.inc: Use linux-fslc-mx6 for all i.MX6 by default Otavio Salvador

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.