[meta-intel] [PATCH 1/5] sugarbay: correct the KERNEL_FEATURE variable name

nitin.a.kamble at intel.com nitin.a.kamble at intel.com
Fri Jul 26 19:19:49 PDT 2013


From: Nitin A Kamble <nitin.a.kamble at intel.com>

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 <nitin.a.kamble at intel.com>
---
 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 3889456..f1336fa 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"
 
-- 
1.8.1.4




More information about the meta-intel mailing list