summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKishore Bodke <kishore.k.bodke@intel.com>2012-01-26 10:18:31 -0800
committerTom Zanussi <tom.zanussi@intel.com>2012-01-27 09:46:49 -0600
commitac4e45ae6f5cba7916deb20c19c1c41c54116246 (patch)
treec2666311f4f224cc240c6a09b505e20ee1fa0926
parent3f86785a9a510773ca9eb7b31903f90ac78a297e (diff)
downloadmeta-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>
-rw-r--r--meta-cedartrail/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend2
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 372b1392..5a95d3e2 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}:"
2COMPATIBLE_MACHINE_cedartrail = "cedartrail" 2COMPATIBLE_MACHINE_cedartrail = "cedartrail"
3KMACHINE_cedartrail = "cedartrail" 3KMACHINE_cedartrail = "cedartrail"
4 4
5KERNEL_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