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 <[email protected]> --- 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 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
