From: Otavio Salvador Date: Tue, 3 May 2016 18:32:13 +0000 (-0300) Subject: core-image-weston: Remove now that Wayland backend is preferred X-Git-Tag: 2.2~437 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=d431308ea5d38cf52b207248aa7dc02bf4764bec;p=meta-freescale.git core-image-weston: Remove now that Wayland backend is preferred Now that Wayland backend is preferred over X11, we can use this image with X11 DISTRO_FEATURE enabled. Change-Id: Ief201823644b5982b6c4b64c1234c5d65cca15e4 Signed-off-by: Otavio Salvador --- diff --git a/recipes-graphics/images/core-image-weston.bbappend b/recipes-graphics/images/core-image-weston.bbappend deleted file mode 100644 index 6e33067f..00000000 --- a/recipes-graphics/images/core-image-weston.bbappend +++ /dev/null @@ -1,4 +0,0 @@ -# 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"