diff options
author | Darren Hart <dvhart@linux.intel.com> | 2011-05-12 22:37:09 (GMT) |
---|---|---|
committer | Darren Hart <dvhart@linux.intel.com> | 2011-05-13 14:47:47 (GMT) |
commit | 90ace178d3fb5d253cdba396bce66dd2fce2ed79 (patch) | |
tree | ccdb76a22424cac6c2797f38c8e5b3af66694f9a /meta-jasperforest | |
parent | 5790768e770e5a86bab2f77bb399b17d60404a42 (diff) | |
download | meta-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-jasperforest')
-rw-r--r-- | meta-jasperforest/recipes-kernel/linux/linux-yocto-stable_git.bbappend | 2 | ||||
-rw-r--r-- | meta-jasperforest/recipes-kernel/linux/linux-yocto_git.bbappend | 2 |
2 files changed, 2 insertions, 2 deletions
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 066776b..a6e31d0 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 @@ | |||
1 | FILESEXTRAPATHS := "${THISDIR}/${PN}" | 1 | FILESEXTRAPATHS := "${FILESEXTRAPATHS}:${THISDIR}/${PN}" |
2 | 2 | ||
3 | COMPATIBLE_MACHINE_jasperforest = "jasperforest" | 3 | COMPATIBLE_MACHINE_jasperforest = "jasperforest" |
4 | KMACHINE_jasperforest = "jasperforest" | 4 | 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 988c969..5781326 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 @@ | |||
1 | FILESEXTRAPATHS := "${THISDIR}/${PN}" | 1 | FILESEXTRAPATHS := "${FILESEXTRAPATHS}:${THISDIR}/${PN}" |
2 | 2 | ||
3 | COMPATIBLE_MACHINE_jasperforest = "jasperforest" | 3 | COMPATIBLE_MACHINE_jasperforest = "jasperforest" |
4 | 4 | ||