From 0fc6958f5e2c9f25038edcb0ecb0dcd8beb8771f Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Sat, 25 Feb 2017 10:53:13 +0100 Subject: mesa: fix src uri and override for tk1 Signed-off-by: Max Krummenacher Acked-by: Marcel Ziswiler --- recipes-graphics/mesa/mesa/tegra-path-add.pcp | 0 recipes-graphics/mesa/mesa_%.bbappend | 12 ++++++------ 2 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 recipes-graphics/mesa/mesa/tegra-path-add.pcp (limited to 'recipes-graphics') 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 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" -- cgit v1.2.3