From 36fde3ec4125ddf4f41375fac300e9146ed47e24 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Mon, 4 Mar 2013 12:10:47 -0500 Subject: [PATCH] linux-omap: replace use of FILESPATHPKG with FILESEXTRAPATHS Thanks to Robert P. J. Day for reporting. Signed-off-by: Denys Dmytriyenko --- 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 aa7d2fc4..62076fb2 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 34e24e72..ae90ad29 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"