summaryrefslogtreecommitdiffstats
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-06 14:50:59 -0300
commit7e035f717aada261cf63855031dd39d612aa5b61 (patch)
tree4fd1320923892c042aa5d0c258cd1c72db33c3f7
parent60cf780424ea956af9759f3413175c1bafb2dfb3 (diff)
downloadmeta-fsl-arm-7e035f717aada261cf63855031dd39d612aa5b61.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>
-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"