diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2016-05-03 15:32:13 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-05-23 10:05:22 -0300 |
commit | be30177c9fa6a349e7b69d827e36af4dab16ee0d (patch) | |
tree | 405bf3cd6437fdc9a8ae1306d1e078310fa362a1 | |
parent | c65e8a92d61148197ba0411b31204032a2fed24c (diff) | |
download | meta-fsl-arm-be30177c9fa6a349e7b69d827e36af4dab16ee0d.tar.gz |
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 <otavio@ossystems.com.br>
-rw-r--r-- | recipes-graphics/images/core-image-weston.bbappend | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/recipes-graphics/images/core-image-weston.bbappend b/recipes-graphics/images/core-image-weston.bbappend deleted file mode 100644 index 6e33067..0000000 --- a/recipes-graphics/images/core-image-weston.bbappend +++ /dev/null | |||
@@ -1,4 +0,0 @@ | |||
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. | ||
4 | CONFLICT_DISTRO_FEATURES_append_mx6 = " x11" | ||