From ac4e45ae6f5cba7916deb20c19c1c41c54116246 Mon Sep 17 00:00:00 2001 From: Kishore Bodke Date: Thu, 26 Jan 2012 10:18:31 -0800 Subject: meta-cedartrail: enable smp for linux-yocto-rt_3.0 Add smp feature to linux-yocto-rt_3.0. Signed-off-by: Kishore Bodke Signed-off-by: Tom Zanussi --- meta-cedartrail/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-cedartrail/recipes-kernel') 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}:" COMPATIBLE_MACHINE_cedartrail = "cedartrail" KMACHINE_cedartrail = "cedartrail" +KERNEL_FEATURES_append_cedartrail += " cfg/smp.scc" + # Update the following to use a different BSP branch or meta SRCREV #KBRANCH_cedartrail = "yocto/standard/preempt-rt/base" #SRCREV_machine_pn-linux-yocto-rt_cedartrail ?= XXXX -- cgit v1.2.3-54-g00ecf