mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
yocto-bsp: remove obsolete references
The logbuf-normal feature is obsolete, so remove any references to it. The dmaengine and hpet features have changed, but don't really need to be added by default to i386 - leave that to the BSP developer. Also, remove a couple duplicate feature references in the .scc files. (From meta-yocto rev: 3f37864d474912d680c2e6ee2a962e9fa61df39b) Signed-off-by: Tom Zanussi <tom.zanussi@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
54a1665423
commit
6b96147048
@@ -10,6 +10,5 @@ include {{=machine}}.scc
|
||||
# default policy for preempt-rt kernels
|
||||
include cfg/usb-mass-storage.scc
|
||||
include cfg/boot-live.scc
|
||||
include features/logbuf/size-normal.scc
|
||||
include features/latencytop/latencytop.scc
|
||||
include features/profiling/profiling.scc
|
||||
|
||||
@@ -15,6 +15,5 @@ include {{=machine}}.scc
|
||||
# default policy for standard kernels
|
||||
include cfg/usb-mass-storage.scc
|
||||
include cfg/boot-live.scc
|
||||
include features/logbuf/size-normal.scc
|
||||
include features/latencytop/latencytop.scc
|
||||
include features/profiling/profiling.scc
|
||||
|
||||
@@ -9,9 +9,7 @@ include features/drm-emgd/drm-emgd.scc
|
||||
{{ if xserver == "y" and xserver_choice == "xserver_i915": }}
|
||||
include features/i915/i915.scc
|
||||
|
||||
include features/dmaengine/dmaengine.scc
|
||||
include features/serial/8250.scc
|
||||
include features/hpet/hpet.scc
|
||||
include features/ericsson-3g/f5521gw.scc
|
||||
|
||||
{{ if xserver == "y" and xserver_choice == "xserver_vesa" or xserver_choice == "xserver_emgd": }}
|
||||
@@ -21,10 +19,5 @@ include cfg/usb-mass-storage.scc
|
||||
include cfg/boot-live.scc
|
||||
include features/power/intel.scc
|
||||
|
||||
include features/logbuf/size-normal.scc
|
||||
|
||||
include features/latencytop/latencytop.scc
|
||||
include features/profiling/profiling.scc
|
||||
|
||||
kconf hardware user-config.cfg
|
||||
include user-patches.scc
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
kconf hardware {{=machine}}.cfg
|
||||
|
||||
include features/logbuf/size-normal.scc
|
||||
|
||||
kconf hardware user-config.cfg
|
||||
include user-patches.scc
|
||||
|
||||
@@ -10,6 +10,5 @@ include {{=machine}}.scc
|
||||
# default policy for preempt-rt kernels
|
||||
include cfg/usb-mass-storage.scc
|
||||
include cfg/boot-live.scc
|
||||
include features/logbuf/size-normal.scc
|
||||
include features/latencytop/latencytop.scc
|
||||
include features/profiling/profiling.scc
|
||||
|
||||
@@ -11,6 +11,5 @@ include {{=machine}}.scc
|
||||
# default policy for standard kernels
|
||||
include cfg/usb-mass-storage.scc
|
||||
include cfg/boot-live.scc
|
||||
include features/logbuf/size-normal.scc
|
||||
include features/latencytop/latencytop.scc
|
||||
include features/profiling/profiling.scc
|
||||
|
||||
@@ -8,10 +8,5 @@ include features/i915/i915.scc
|
||||
include cfg/usb-mass-storage.scc
|
||||
include features/power/intel.scc
|
||||
|
||||
include features/logbuf/size-normal.scc
|
||||
|
||||
include features/latencytop/latencytop.scc
|
||||
include features/profiling/profiling.scc
|
||||
|
||||
kconf hardware user-config.cfg
|
||||
include user-patches.scc
|
||||
|
||||
Reference in New Issue
Block a user