summaryrefslogtreecommitdiff
path: root/recipes-graphics/mesa/mesa_%.bbappend
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2020-05-17 11:09:41 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2020-06-01 13:43:34 +0200
commit179e4188a38ccc086f8b23201fa1594ea9ba0c0f (patch)
treee39d15cec95a4a3ce4f562e6c78ff7d71338b1f6 /recipes-graphics/mesa/mesa_%.bbappend
parent8b6885b97588ccae34eb9a1338815b29bf58c811 (diff)
apalis-tk1: drop machine
The downstream kernel gets to old to be used with the new zeus userspace components. Drop the machine. Related-to: ELB-2733 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit d13caaba2d90f856b944ebde44967b679d3eb3a9)
Diffstat (limited to 'recipes-graphics/mesa/mesa_%.bbappend')
-rw-r--r--recipes-graphics/mesa/mesa_%.bbappend14
1 files changed, 0 insertions, 14 deletions
diff --git a/recipes-graphics/mesa/mesa_%.bbappend b/recipes-graphics/mesa/mesa_%.bbappend
index b3f960f..7b44575 100644
--- a/recipes-graphics/mesa/mesa_%.bbappend
+++ b/recipes-graphics/mesa/mesa_%.bbappend
@@ -1,18 +1,4 @@
#####
-# tegra tk1
-
-PACKAGE_ARCH_tegra124 = "${MACHINE_ARCH}"
-
-PROVIDES_remove_tegra124 = "virtual/egl virtual/libgl virtual/libgles1 virtual/libgles2"
-
-do_install_append_tegra124 () {
- rm ${D}${libdir}/libEGL.so*
- rm ${D}${libdir}/libGL.so*
- rm ${D}${libdir}/libGLESv1*.so*
- rm ${D}${libdir}/libGLESv2.so*
-}
-
-#####
## Tegra TK1 mainline kernel
PACKAGECONFIG_append_tegra124m = " dri3 egl gles gallium gbm "