summaryrefslogtreecommitdiffstats
path: root/meta-crownbay/recipes-kernel
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@intel.com>2012-09-22 15:47:37 -0500
committerTom Zanussi <tom.zanussi@intel.com>2012-10-04 20:20:43 -0500
commitc1f3e7587ca24e370461f1636b2bd5390a325004 (patch)
tree266c0ef8a5fecf5ba427f55d2cc60582d3edddbc /meta-crownbay/recipes-kernel
parente3878f3916cf797ef65236ec9ff855adec2e0945 (diff)
downloadmeta-intel-c1f3e7587ca24e370461f1636b2bd5390a325004.tar.gz
meta-crownbay: remove -rt smp options from recipe-space
SMP support is now configured in the kernel branch, remove it from recipe-space. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'meta-crownbay/recipes-kernel')
-rw-r--r--meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend4
1 files changed, 0 insertions, 4 deletions
diff --git a/meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend b/meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend
index dee9bce4..55537fdb 100644
--- a/meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend
+++ b/meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend
@@ -3,13 +3,9 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
3COMPATIBLE_MACHINE_crownbay-noemgd = "crownbay-noemgd" 3COMPATIBLE_MACHINE_crownbay-noemgd = "crownbay-noemgd"
4KMACHINE_crownbay-noemgd = "crownbay" 4KMACHINE_crownbay-noemgd = "crownbay"
5 5
6KERNEL_FEATURES_append_crownbay-noemgd += " cfg/smp.scc"
7
8COMPATIBLE_MACHINE_crownbay = "crownbay" 6COMPATIBLE_MACHINE_crownbay = "crownbay"
9KMACHINE_crownbay = "crownbay" 7KMACHINE_crownbay = "crownbay"
10 8
11KERNEL_FEATURES_append_crownbay += " cfg/smp.scc"
12
13# Update the following to use a different BSP branch or meta SRCREV 9# Update the following to use a different BSP branch or meta SRCREV
14#KBRANCH_crownbay-noemgd = "yocto/standard/preempt-rt/base" 10#KBRANCH_crownbay-noemgd = "yocto/standard/preempt-rt/base"
15#SRCREV_machine_pn-linux-yocto-rt_crownbay-noemgd ?= XXXX 11#SRCREV_machine_pn-linux-yocto-rt_crownbay-noemgd ?= XXXX