From 90ace178d3fb5d253cdba396bce66dd2fce2ed79 Mon Sep 17 00:00:00 2001 From: Darren Hart Date: Thu, 12 May 2011 15:37:09 -0700 Subject: linux-yocto*: extend FILESEXTRAPATHS instead of clobber them Clobbering FILESEXTRAPATHS prevents multiple bbappend files providing file:// SRC_URIs. Extend the variable in each meta-* layer instead. Build tested with linux-yocto on n450 and crownbay and linux-yocto-stable on crownbay. Build tested linux-yocto on n450 with a third layer adding a config fragment. Signed-off-by: Darren Hart Acked-by: Tom Zanussi --- meta-jasperforest/recipes-kernel/linux/linux-yocto-stable_git.bbappend | 2 +- meta-jasperforest/recipes-kernel/linux/linux-yocto_git.bbappend | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-jasperforest/recipes-kernel/linux') diff --git a/meta-jasperforest/recipes-kernel/linux/linux-yocto-stable_git.bbappend b/meta-jasperforest/recipes-kernel/linux/linux-yocto-stable_git.bbappend index 066776b3..a6e31d0b 100644 --- a/meta-jasperforest/recipes-kernel/linux/linux-yocto-stable_git.bbappend +++ b/meta-jasperforest/recipes-kernel/linux/linux-yocto-stable_git.bbappend @@ -1,4 +1,4 @@ -FILESEXTRAPATHS := "${THISDIR}/${PN}" +FILESEXTRAPATHS := "${FILESEXTRAPATHS}:${THISDIR}/${PN}" COMPATIBLE_MACHINE_jasperforest = "jasperforest" KMACHINE_jasperforest = "jasperforest" diff --git a/meta-jasperforest/recipes-kernel/linux/linux-yocto_git.bbappend b/meta-jasperforest/recipes-kernel/linux/linux-yocto_git.bbappend index 988c9694..57813268 100644 --- a/meta-jasperforest/recipes-kernel/linux/linux-yocto_git.bbappend +++ b/meta-jasperforest/recipes-kernel/linux/linux-yocto_git.bbappend @@ -1,4 +1,4 @@ -FILESEXTRAPATHS := "${THISDIR}/${PN}" +FILESEXTRAPATHS := "${FILESEXTRAPATHS}:${THISDIR}/${PN}" COMPATIBLE_MACHINE_jasperforest = "jasperforest" -- cgit v1.2.3-54-g00ecf