summaryrefslogtreecommitdiff
path: root/recipes-graphics/mesa
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-05-28 12:29:05 +0200
commitd13caaba2d90f856b944ebde44967b679d3eb3a9 (patch)
tree417d262852123f10c03838f81bc51bda9c2c3a03 /recipes-graphics/mesa
parent7a56c4b0ae2a656cde85ab8b369e6bc2969ca91c (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>
Diffstat (limited to 'recipes-graphics/mesa')
-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 "