summaryrefslogtreecommitdiffstats
path: root/meta-emenlow
diff options
context:
space:
mode:
authorDarren Hart <dvhart@linux.intel.com>2011-05-12 15:37:09 -0700
committerDarren Hart <dvhart@linux.intel.com>2011-05-13 07:47:47 -0700
commit90ace178d3fb5d253cdba396bce66dd2fce2ed79 (patch)
treeccdb76a22424cac6c2797f38c8e5b3af66694f9a /meta-emenlow
parent5790768e770e5a86bab2f77bb399b17d60404a42 (diff)
downloadmeta-intel-90ace178d3fb5d253cdba396bce66dd2fce2ed79.tar.gz
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 <dvhart@linux.intel.com> Acked-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'meta-emenlow')
-rw-r--r--meta-emenlow/recipes-kernel/linux/linux-yocto-stable_git.bbappend2
-rw-r--r--meta-emenlow/recipes-kernel/linux/linux-yocto_git.bbappend2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-emenlow/recipes-kernel/linux/linux-yocto-stable_git.bbappend b/meta-emenlow/recipes-kernel/linux/linux-yocto-stable_git.bbappend
index 9fa2937d..09234dcd 100644
--- a/meta-emenlow/recipes-kernel/linux/linux-yocto-stable_git.bbappend
+++ b/meta-emenlow/recipes-kernel/linux/linux-yocto-stable_git.bbappend
@@ -1,3 +1,3 @@
1FILESEXTRAPATHS := "${THISDIR}/${PN}" 1FILESEXTRAPATHS := "${FILESEXTRAPATHS}:${THISDIR}/${PN}"
2COMPATIBLE_MACHINE_emenlow = "emenlow" 2COMPATIBLE_MACHINE_emenlow = "emenlow"
3KMACHINE_emenlow = "emenlow" 3KMACHINE_emenlow = "emenlow"
diff --git a/meta-emenlow/recipes-kernel/linux/linux-yocto_git.bbappend b/meta-emenlow/recipes-kernel/linux/linux-yocto_git.bbappend
index 360c2596..3d7e021d 100644
--- a/meta-emenlow/recipes-kernel/linux/linux-yocto_git.bbappend
+++ b/meta-emenlow/recipes-kernel/linux/linux-yocto_git.bbappend
@@ -1,3 +1,3 @@
1FILESEXTRAPATHS := "${THISDIR}/${PN}" 1FILESEXTRAPATHS := "${FILESEXTRAPATHS}:${THISDIR}/${PN}"
2COMPATIBLE_MACHINE_emenlow = "emenlow" 2COMPATIBLE_MACHINE_emenlow = "emenlow"
3KMACHINE_emenlow = "yocto/standard/emenlow" 3KMACHINE_emenlow = "yocto/standard/emenlow"