diff options
author | Kishore Bodke <kishore.k.bodke@intel.com> | 2012-01-26 18:18:31 (GMT) |
---|---|---|
committer | Tom Zanussi <tom.zanussi@intel.com> | 2012-01-27 15:46:49 (GMT) |
commit | ac4e45ae6f5cba7916deb20c19c1c41c54116246 (patch) | |
tree | c2666311f4f224cc240c6a09b505e20ee1fa0926 /meta-cedartrail | |
parent | 3f86785a9a510773ca9eb7b31903f90ac78a297e (diff) | |
download | meta-intel-ac4e45ae6f5cba7916deb20c19c1c41c54116246.tar.gz |
meta-cedartrail: enable smp for linux-yocto-rt_3.0
Add smp feature to linux-yocto-rt_3.0.
Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'meta-cedartrail')
-rw-r--r-- | meta-cedartrail/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-cedartrail/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend b/meta-cedartrail/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend index 372b139..5a95d3e 100644 --- a/meta-cedartrail/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend +++ b/meta-cedartrail/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend | |||
@@ -2,6 +2,8 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | |||
2 | COMPATIBLE_MACHINE_cedartrail = "cedartrail" | 2 | COMPATIBLE_MACHINE_cedartrail = "cedartrail" |
3 | KMACHINE_cedartrail = "cedartrail" | 3 | KMACHINE_cedartrail = "cedartrail" |
4 | 4 | ||
5 | KERNEL_FEATURES_append_cedartrail += " cfg/smp.scc" | ||
6 | |||
5 | # Update the following to use a different BSP branch or meta SRCREV | 7 | # Update the following to use a different BSP branch or meta SRCREV |
6 | #KBRANCH_cedartrail = "yocto/standard/preempt-rt/base" | 8 | #KBRANCH_cedartrail = "yocto/standard/preempt-rt/base" |
7 | #SRCREV_machine_pn-linux-yocto-rt_cedartrail ?= XXXX | 9 | #SRCREV_machine_pn-linux-yocto-rt_cedartrail ?= XXXX |