summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2019-01-07 18:10:03 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2019-03-04 17:09:52 +0100
commit6835704e303a6389b564440446b8a5fcad7ce94e (patch)
tree1ef364ab7246e0ed12361012f55412ad6fe1afc5
parentfd069bddeac4a81147f994051a73b1ef420a699d (diff)
mesa: remove workaround
With the removal of angstrom we can drop this workaround. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--recipes-graphics/mesa/mesa_%.bbappend17
1 files changed, 0 insertions, 17 deletions
diff --git a/recipes-graphics/mesa/mesa_%.bbappend b/recipes-graphics/mesa/mesa_%.bbappend
deleted file mode 100644
index e2a06f3..0000000
--- a/recipes-graphics/mesa/mesa_%.bbappend
+++ /dev/null
@@ -1,17 +0,0 @@
-# cope with the wrong order of _append and and _pn-mesa
-# in conf/distro/include/angstrom-mesa-tweaks.inc
-
-# add the original mesa PACKAGECONFIG settings
-PACKAGECONFIG_pn-mesa_append = " \
- ${@bb.utils.filter('DISTRO_FEATURES', 'wayland vulkan', d)} \
- ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'opengl egl gles gbm dri', '', d)} \
- ${@bb.utils.contains('DISTRO_FEATURES', 'x11 opengl', 'x11', '', d)} \
- ${@bb.utils.contains('DISTRO_FEATURES', 'x11 vulkan', 'dri3', '', d)} \
-"
-
-# meta-freescale/recipes-graphics/mesa/mesa_%.bbappend
-PACKAGECONFIG_pn-mesa_remove_imxgpu2d = "egl gles"
-
-# meta-toradex-tegra/recipes-graphics/mesa/mesa_%.bbappend
-PACKAGECONFIG_pn-mesa_remove_tegra = "egl gles"
-PACKAGECONFIG_pn-mesa_append_tegra124m = " dri3 egl gles gallium gbm "