diff options
| author | Darren Hart <dvhart@linux.intel.com> | 2012-05-18 09:19:31 -0700 |
|---|---|---|
| committer | Darren Hart <dvhart@linux.intel.com> | 2012-05-23 11:22:03 -0700 |
| commit | a62c485edffed30ea95658760948fd50925adfb0 (patch) | |
| tree | 6421f4982bd1557a73aaec1a189587ec1a2918c3 /meta-crownbay/recipes-kernel | |
| 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-crownbay/recipes-kernel')
| -rw-r--r-- | meta-crownbay/recipes-kernel/linux/linux-yocto_3.0.bbappend | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-crownbay/recipes-kernel/linux/linux-yocto_3.0.bbappend b/meta-crownbay/recipes-kernel/linux/linux-yocto_3.0.bbappend index 505d8999..0c92871b 100644 --- a/meta-crownbay/recipes-kernel/linux/linux-yocto_3.0.bbappend +++ b/meta-crownbay/recipes-kernel/linux/linux-yocto_3.0.bbappend | |||
| @@ -1,11 +1,13 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |
| 2 | 2 | ||
| 3 | COMPATIBLE_MACHINE_crownbay = "crownbay" | 3 | COMPATIBLE_MACHINE_crownbay = "crownbay" |
| 4 | KMACHINE_crownbay = "yocto/standard/crownbay" | 4 | KMACHINE_crownbay = "crownbay" |
| 5 | KBRANCH_crownbay = "yocto/standard/crownbay" | ||
| 5 | KERNEL_FEATURES_append_crownbay += " cfg/smp.scc" | 6 | KERNEL_FEATURES_append_crownbay += " cfg/smp.scc" |
| 6 | 7 | ||
| 7 | COMPATIBLE_MACHINE_crownbay-noemgd = "crownbay-noemgd" | 8 | COMPATIBLE_MACHINE_crownbay-noemgd = "crownbay-noemgd" |
| 8 | KMACHINE_crownbay-noemgd = "yocto/standard/crownbay" | 9 | KMACHINE_crownbay-noemgd = "crownbay" |
| 10 | KBRANCH_crownbay-noemgd = "yocto/standard/crownbay" | ||
| 9 | KERNEL_FEATURES_append_crownbay-noemgd += " cfg/smp.scc" | 11 | KERNEL_FEATURES_append_crownbay-noemgd += " cfg/smp.scc" |
| 10 | 12 | ||
| 11 | SRCREV_machine_pn-linux-yocto_crownbay ?= "63c65842a3a74e4bd3128004ac29b5639f16433f" | 13 | SRCREV_machine_pn-linux-yocto_crownbay ?= "63c65842a3a74e4bd3128004ac29b5639f16433f" |
