summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2015-08-18 06:58:24 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2015-08-18 06:58:24 -0300
commit7e8772e42b4c5db14d51e2d7d49fd5257ec314cd (patch)
treebb3474c205b08477a1b5ac94cb8aa49ea9b8ab98
parent44a5115b6ece869cfb10714423e6956128dbaef8 (diff)
downloadmeta-fsl-arm-7e8772e42b4c5db14d51e2d7d49fd5257ec314cd.tar.gz
Revert "mesa-demos: Support for mx6 without GPUs"
This reverts commit 44a5115b6ece869cfb10714423e6956128dbaef8. The change breaks machine using multiple SoC types and a better technical solution is still under investigation. In meanwhile we are reverting this in Fido branch so we do not break stable users. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes-graphics/mesa/mesa-demos_%.bbappend9
1 files changed, 1 insertions, 8 deletions
diff --git a/recipes-graphics/mesa/mesa-demos_%.bbappend b/recipes-graphics/mesa/mesa-demos_%.bbappend
index c8d1667..65f3d53 100644
--- a/recipes-graphics/mesa/mesa-demos_%.bbappend
+++ b/recipes-graphics/mesa/mesa-demos_%.bbappend
@@ -9,11 +9,4 @@ SRC_URI_append_mx6dl = " ${MESA-DEMO-PATCH}"
9SRC_URI_append_mx6sx = " ${MESA-DEMO-PATCH}" 9SRC_URI_append_mx6sx = " ${MESA-DEMO-PATCH}"
10SRC_URI_append_mx6sl = " ${MESA-DEMO-PATCH}" 10SRC_URI_append_mx6sl = " ${MESA-DEMO-PATCH}"
11 11
12REMOVE_GLU = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', '', \ 12PACKAGECONFIG_remove_mx6sl = "gles1 gles2"
13 bb.utils.contains('DISTRO_FEATURES', 'wayland', 'glu', '', d), d)}"
14
15# only remove GLU on mx6 thave have a GPU
16PACKAGECONFIG_remove_mx6q = "${REMOVE_GLU}"
17PACKAGECONFIG_remove_mx6dl = "${REMOVE_GLU}"
18PACKAGECONFIG_remove_mx6sx = "${REMOVE_GLU}"
19PACKAGECONFIG_remove_mx6sl = "gles1 gles2 ${REMOVE_GLU}"