1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-04-20 19:53:43 +00:00

linux-omap: replace use of FILESPATHPKG with FILESEXTRAPATHS

Thanks to Robert P. J. Day for reporting.

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Denys Dmytriyenko
2013-03-04 12:10:47 -05:00
parent e97da12725
commit 85120ef4cb
2 changed files with 2 additions and 2 deletions

View File

@@ -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"

View File

@@ -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"