summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2017-02-25 10:53:13 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-04-07 12:11:51 +0200
commit0fc6958f5e2c9f25038edcb0ecb0dcd8beb8771f (patch)
treefbd06ac9dee71f9906ae2b1053470928fbbb8991
parent00036eeefcdc887e629c7776b52d60fde349e448 (diff)
mesa: fix src uri and override for tk1
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
-rw-r--r--recipes-graphics/mesa/mesa/tegra-path-add.pcp0
-rw-r--r--recipes-graphics/mesa/mesa_%.bbappend12
2 files changed, 6 insertions, 6 deletions
diff --git a/recipes-graphics/mesa/mesa/tegra-path-add.pcp b/recipes-graphics/mesa/mesa/tegra-path-add.pcp
deleted file mode 100644
index e69de29..0000000
--- a/recipes-graphics/mesa/mesa/tegra-path-add.pcp
+++ /dev/null
diff --git a/recipes-graphics/mesa/mesa_%.bbappend b/recipes-graphics/mesa/mesa_%.bbappend
index 1865a1d..351a3df 100644
--- a/recipes-graphics/mesa/mesa_%.bbappend
+++ b/recipes-graphics/mesa/mesa_%.bbappend
@@ -20,6 +20,12 @@ DEPENDS_REMOVE = "linux-driver-package"
DEPENDS_REMOVE_tegra124 = ""
DEPENDS_remove = "${DEPENDS_REMOVE}"
+
+# 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
@@ -45,9 +51,3 @@ DRIDRIVERS_tegra124m = " "
GALLIUMDRIVERS_tegra124m = "tegra"
COMPATIBLE_MACHINE_tegra124m = "(apalis-tk1-mainline)"
-
-
-# until meta-jetson-tk1 adds it through its bbappend:
-DEPENDS_append_tegra124= " linux-driver-package "
-
-SRC_URI_append_tegra123 = " tegra-path-add.patch"