summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2015-06-15 10:41:41 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2015-07-03 14:32:43 -0300
commita154ee296263c7497bd1484500b3d7902cba390d (patch)
tree92865574e88184bf17f3c4fb71a235a18f500754 /recipes-graphics
parent1b6953978ec2703c6a1750f82715acb61c1abc4e (diff)
downloadmeta-fsl-arm-a154ee296263c7497bd1484500b3d7902cba390d.tar.gz
core-image-weston: Fail gracefully if using incompatible DISTRO_FEATURES
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>
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/images/core-image-weston.bbappend4
1 files changed, 4 insertions, 0 deletions
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 @@
1# FIXME: Vivante GPU driver cannot operate in X11 and Wayland in same
2# distribution as it needs to have different libraries installed. So
3# in case 'x11' is in DISTRO_FEATURES, Wayland is disabled.
4CONFLICT_DISTRO_FEATURES_append_mx6 = " x11"