From 2173e8f778a381012028ee79d5dc3351606a9bdb Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Thu, 27 Jun 2013 13:33:51 -0700 Subject: sugarbay: correct the KERNEL_FEATURE variable name The var KERNEL_FEATURES_sugarbay_append overrides the previous value defined in the oecore layer, and the var KERNEL_FEATURES_append_sugarbay preserves the old value and extends it. This change avoids unintentional disabling of some KERNEL_FEATURES such as netfilter. Fixes bug: [YOCTO #4741] Signed-off-by: Nitin A Kamble Signed-off-by: Tom Zanussi --- meta-sugarbay/recipes-kernel/linux/linux-yocto_3.8.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.8.bbappend b/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.8.bbappend index 3889456b..f1336fa9 100644 --- a/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.8.bbappend +++ b/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.8.bbappend @@ -4,7 +4,7 @@ COMPATIBLE_MACHINE_sugarbay = "sugarbay" KMACHINE_sugarbay = "sugarbay" KBRANCH_sugarbay = "standard/common-pc-64/sugarbay" -KERNEL_FEATURES_sugarbay_append = " features/usb/usb-uvcvideo features/media/v4l2" +KERNEL_FEATURES_append_sugarbay = " features/usb/usb-uvcvideo features/media/v4l2" LINUX_VERSION = "3.8.13" -- cgit v1.2.3-54-g00ecf