Add the features commonly added to standard and preempt-rt scc files for sys940x as well. This enables live boot capability as well various analysis bits.
Signed-off-by: Darren Hart <dvh...@linux.intel.com> --- .../bsp/sys940x/sys940x-preempt-rt.scc | 5 +++++ .../kernel-cache/bsp/sys940x/sys940x-standard.scc | 9 ++++++++- 2 files changed, 13 insertions(+), 1 deletions(-) diff --git a/meta/cfg/kernel-cache/bsp/sys940x/sys940x-preempt-rt.scc b/meta/cfg/kernel-cache/bsp/sys940x/sys940x-preempt-rt.scc index 39fa1d4..daf5963 100644 --- a/meta/cfg/kernel-cache/bsp/sys940x/sys940x-preempt-rt.scc +++ b/meta/cfg/kernel-cache/bsp/sys940x/sys940x-preempt-rt.scc @@ -8,3 +8,8 @@ include ktypes/preempt-rt include sys940x.scc include cfg/efi-ext.scc +# default policy for standard kernels +include cfg/boot-live.scc +include features/logbuf/size-normal.scc +include features/latencytop/latencytop.scc +include features/profiling/profiling.scc diff --git a/meta/cfg/kernel-cache/bsp/sys940x/sys940x-standard.scc b/meta/cfg/kernel-cache/bsp/sys940x/sys940x-standard.scc index 23f99fb..cf6d767 100644 --- a/meta/cfg/kernel-cache/bsp/sys940x/sys940x-standard.scc +++ b/meta/cfg/kernel-cache/bsp/sys940x/sys940x-standard.scc @@ -2,10 +2,17 @@ define KMACHINE sys940x define KTYPE standard define KARCH i386 +include ktypes/standard + include features/emgd/emgd-1.10.scc git merge emgd-1.10 include sys940x.scc include cfg/efi-ext.scc -include ktypes/standard +# default policy for standard kernels +include cfg/boot-live.scc +include features/logbuf/size-normal.scc +include features/latencytop/latencytop.scc +include features/profiling/profiling.scc + -- 1.7.7.6 _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto