summaryrefslogtreecommitdiff
path: root/recipes-graphics
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2017-03-22 10:27:31 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-04-07 12:13:17 +0200
commit652bd5750511b17ca7804e24578d1e6f759ef90f (patch)
tree8a91a2af0aa335c660981218008bccdb1c04c044 /recipes-graphics
parente190276bb8ebd0ffa3e8f427ce15a69c4fe2b579 (diff)
mesa_%.bbappend: further clean-up
reorder assignments to be similar between tegra, tegra124, tegra124m remove unneeded COMPATIBLE_MACHINE assignement. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/mesa/mesa_%.bbappend20
1 files changed, 8 insertions, 12 deletions
diff --git a/recipes-graphics/mesa/mesa_%.bbappend b/recipes-graphics/mesa/mesa_%.bbappend
index 03fe573..8bd7619 100644
--- a/recipes-graphics/mesa/mesa_%.bbappend
+++ b/recipes-graphics/mesa/mesa_%.bbappend
@@ -12,25 +12,24 @@ PACKAGE_ARCH_tegra = "${MACHINE_ARCH}"
#####
# tegra tk1
-PACKAGE_ARCH_tegra124 = "${MACHINE_ARCH}"
-
DEPENDS_REMOVE = "linux-driver-package"
DEPENDS_REMOVE_tegra124 = ""
DEPENDS_remove = "${DEPENDS_REMOVE}"
+SRC_URI_append_tegra124 = " file://tegra-path-add.patch"
+
+PACKAGE_ARCH_tegra124 = "${MACHINE_ARCH}"
+
# until meta-jetson-tk1 adds it through its bbappend:
DEPENDS_append_tegra124= " linux-driver-package "
-SRC_URI_append_tegra124 = " file://tegra-path-add.patch"
-
#####
## Tegra TK1 mainline kernel
PACKAGECONFIG_append_tegra124m = "dri3 egl gles gallium gbm "
-
-PE_tegra124m = "99"
-
EXTRA_OECONF_append_tegra124m = " --enable-texture-float --without-dri-drivers --enable-glx --enable-osmesa --enable-debug"
+DRIDRIVERS_tegra124m = " "
+GALLIUMDRIVERS_tegra124m = "tegra"
SRC_URI_append_tegra124m = "\
file://0001-gallium-add-renderonly-library.patch \
@@ -39,10 +38,7 @@ SRC_URI_append_tegra124m = "\
file://0006-HACK-make-DRI-work-under-X.patch \
file://0008-remove-dependency-on-libdrm_tegra.patch \
"
-PACKAGE_ARCH_tegra124m = "${MACHINE_ARCH}"
-DRIDRIVERS_tegra124m = " "
-
-GALLIUMDRIVERS_tegra124m = "tegra"
+PACKAGE_ARCH_tegra124m = "${MACHINE_ARCH}"
+PE_tegra124m = "99"
-COMPATIBLE_MACHINE_tegra124m = "(apalis-tk1-mainline)"