summaryrefslogtreecommitdiff
path: root/recipes-graphics
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-graphics')
-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"