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:
Tom Zanussi 2012-08-06 15:40:46 -05:00 committed by Richard Purdie
parent 995a5ac02c
commit 10ffef358e
4 changed files with 28 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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