From: Nitin A Kamble <[email protected]> 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 <[email protected]> --- 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 _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
