From d1f334823a4ae92e6304acf74d3f9d1d56f5518a Mon Sep 17 00:00:00 2001 From: Tom Zanussi Date: Mon, 7 May 2012 10:55:57 -0500 Subject: meta-crownbay: remove smp options from recipe-space SMP support is now configured in the kernel branch, remove it from recipe-space. Signed-off-by: Tom Zanussi --- meta-crownbay/recipes-kernel/linux/linux-yocto_3.2.bbappend | 2 -- 1 file changed, 2 deletions(-) (limited to 'meta-crownbay/recipes-kernel') diff --git a/meta-crownbay/recipes-kernel/linux/linux-yocto_3.2.bbappend b/meta-crownbay/recipes-kernel/linux/linux-yocto_3.2.bbappend index a3075b4b..b1c41dd3 100644 --- a/meta-crownbay/recipes-kernel/linux/linux-yocto_3.2.bbappend +++ b/meta-crownbay/recipes-kernel/linux/linux-yocto_3.2.bbappend @@ -3,12 +3,10 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" COMPATIBLE_MACHINE_crownbay = "crownbay" KMACHINE_crownbay = "crownbay" KBRANCH_crownbay = "standard/default/crownbay" -KERNEL_FEATURES_append_crownbay += " cfg/smp.scc" COMPATIBLE_MACHINE_crownbay-noemgd = "crownbay-noemgd" KMACHINE_crownbay-noemgd = "crownbay" KBRANCH_crownbay-noemgd = "standard/default/crownbay" -KERNEL_FEATURES_append_crownbay-noemgd += " cfg/smp.scc" SRCREV_machine_pn-linux-yocto_crownbay ?= "211fc7f4d10ec2b82b424286aabbaff9254b7cbd" SRCREV_meta_pn-linux-yocto_crownbay ?= "514847185c78c07f52e02750fbe0a03ca3a31d8f" -- cgit v1.2.3-54-g00ecf