From 7e035f717aada261cf63855031dd39d612aa5b61 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Mon, 15 Jun 2015 10:41:41 -0300 Subject: 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 --- 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" -- cgit v1.2.3-54-g00ecf