mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-01 13:58:05 +00:00
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:
parent
bd34513dc1
commit
2173e8f778
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user