Module: meta-ti Branch: danny Commit: 36fde3ec4125ddf4f41375fac300e9146ed47e24 URL: http://arago-project.org/git/meta-ti.git?a=commit;h=36fde3ec4125ddf4f41375fac300e9146ed47e24
Author: Denys Dmytriyenko <[email protected]> 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 <[email protected]> --- 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" _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
