[meta-ti] Denys Dmytriyenko : linux-omap: replace use of FILESPATHPKG with FILESEXTRAPATHS
Arago Project git
git at arago-project.org
Mon Mar 4 09:15:23 PST 2013
Module: meta-ti
Branch: master
Commit: 85120ef4cbb4642a079cd6db0f78001a85f66611
URL: http://arago-project.org/git/meta-ti.git?a=commit;h=85120ef4cbb4642a079cd6db0f78001a85f66611
Author: Denys Dmytriyenko <denys at ti.com>
Date: Mon Mar 4 12:10:47 2013 -0500
linux-omap: replace use of FILESPATHPKG with FILESEXTRAPATHS
Thanks to Robert P. J. Day for reporting.
Signed-off-by: Denys Dmytriyenko <denys at ti.com>
---
recipes-kernel/linux/linux-omap_2.6.37.bb | 2 +-
recipes-kernel/linux/linux-omap_2.6.39.bb | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/recipes-kernel/linux/linux-omap_2.6.37.bb b/recipes-kernel/linux/linux-omap_2.6.37.bb
index aa7d2fc..62076fb 100644
--- a/recipes-kernel/linux/linux-omap_2.6.37.bb
+++ b/recipes-kernel/linux/linux-omap_2.6.37.bb
@@ -10,7 +10,7 @@ PV = "2.6.37"
MACHINE_KERNEL_PR_append = "c+gitr${SRCREV}"
SRCREV = "fa3b4e23ec20cfc944db7cc2b30b0d82c20e4472"
-FILESPATHPKG_prepend = "linux-omap-2.6.37:"
+FILESEXTRAPATHS_prepend := "{THISDIR}/${PN}-${PV}:"
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git;protocol=git \
file://defconfig"
diff --git a/recipes-kernel/linux/linux-omap_2.6.39.bb b/recipes-kernel/linux/linux-omap_2.6.39.bb
index 34e24e7..ae90ad2 100644
--- a/recipes-kernel/linux/linux-omap_2.6.39.bb
+++ b/recipes-kernel/linux/linux-omap_2.6.39.bb
@@ -9,7 +9,7 @@ COMPATIBLE_MACHINE = "(beagleboard)"
SRCREV_pn-${PN} = "v2.6.39"
MACHINE_KERNEL_PR_append = "o"
-FILESPATHPKG_prepend = "linux-omap-2.6.39:"
+FILESEXTRAPATHS_prepend := "{THISDIR}/${PN}-${PV}:"
SRC_URI += "git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git;protocol=git \
file://defconfig"
More information about the meta-ti
mailing list