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 <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
This commit is contained in:
Nitin A Kamble 2013-06-27 13:33:51 -07:00 committed by Tom Zanussi
parent bd34513dc1
commit 2173e8f778

View File

@ -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"