mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
yocto-bsp: add some standard policy
Add some useful default options to to the i386 and x86_64 templates. (From meta-yocto rev: 2f98c6dfce82d670acf54bb93c827cf142539b98) Signed-off-by: Tom Zanussi <tom.zanussi@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
995a5ac02c
commit
10ffef358e
@@ -6,3 +6,10 @@ define KARCH i386
|
||||
include ktypes/preempt-rt
|
||||
|
||||
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
|
||||
|
||||
@@ -7,3 +7,10 @@ include {{=map_standard_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)
|
||||
branch {{=machine}}
|
||||
|
||||
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
|
||||
|
||||
@@ -6,3 +6,10 @@ define KARCH x86_64
|
||||
include ktypes/preempt-rt
|
||||
|
||||
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
|
||||
|
||||
@@ -7,3 +7,10 @@ include {{=map_standard_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)
|
||||
branch {{=machine}}
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user