diff options
author | Darren Hart <dvhart@linux.intel.com> | 2012-05-18 16:19:31 (GMT) |
---|---|---|
committer | Darren Hart <dvhart@linux.intel.com> | 2012-05-23 18:22:03 (GMT) |
commit | a62c485edffed30ea95658760948fd50925adfb0 (patch) | |
tree | 6421f4982bd1557a73aaec1a189587ec1a2918c3 /meta-romley | |
parent | cb711ad2d9606ab8b5679d3a96dcb16c07cb258b (diff) | |
download | meta-intel-a62c485edffed30ea95658760948fd50925adfb0.tar.gz |
linux-yocto_3.0: Update KMACHINE and KBRANCH to play nice with new kerntools
The 3.0 based boards are lazy compared to our new modern ones.
Without this patch, the linux-yocto-3.0 kernel do_patch() task would
fail with:
/srv/home/pokybuild/yocto-autobuilder/yocto-slave/cedartrail/build/build/tmp/sysroots/x86_64-linux/usr/bin/updateme:
line 434: yocto/standard/cedartrail-standard.scc: No such file or
directory
Setting the KBRANCH explicitly avoids this issue. This brings the
following recipes inline with the fri2 and sys940x BSPs.
Fix proposed by Bruce Ashfield.
Testing: Built linux-yocto_3.0 for all machines involved, including the
nopvr, noemgd variants. All built linux-yocto_3.0 successfully.
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
CC: Tom Zanussi <tom.zanussi@intel.com>
CC: Bruce Ashfield <bruce.ashfield@windriver.com>
CC: Kishore Bodke <kishore.k.bodke@intel.com>
Diffstat (limited to 'meta-romley')
-rw-r--r-- | meta-romley/recipes-kernel/linux/linux-yocto_3.0.bbappend | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-romley/recipes-kernel/linux/linux-yocto_3.0.bbappend b/meta-romley/recipes-kernel/linux/linux-yocto_3.0.bbappend index 02e231c..021f466 100644 --- a/meta-romley/recipes-kernel/linux/linux-yocto_3.0.bbappend +++ b/meta-romley/recipes-kernel/linux/linux-yocto_3.0.bbappend | |||
@@ -1,7 +1,8 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |
2 | 2 | ||
3 | COMPATIBLE_MACHINE_romley = "romley" | 3 | COMPATIBLE_MACHINE_romley = "romley" |
4 | KMACHINE_romley = "yocto/standard/common-pc-64/romley" | 4 | KMACHINE_romley = "romley" |
5 | KBRANCH_romley = "yocto/standard/common-pc-64/romley" | ||
5 | 6 | ||
6 | SRCREV_machine_pn-linux-yocto_romley ?= "d26ab3559d75d0a3946ecaef67d3aeb7e9e7ef22" | 7 | SRCREV_machine_pn-linux-yocto_romley ?= "d26ab3559d75d0a3946ecaef67d3aeb7e9e7ef22" |
7 | SRCREV_meta_pn-linux-yocto_romley ?= "67ce7623909cef63927fd145026aaf371cf4abf1" | 8 | SRCREV_meta_pn-linux-yocto_romley ?= "67ce7623909cef63927fd145026aaf371cf4abf1" |