Enable efi-ext in the standard and preempt-rt configs so the recipes do not have to do this explicitly.
Signed-off-by: Darren Hart <dvh...@linux.intel.com> --- .../bsp/sys940x/sys940x-preempt-rt.scc | 3 +++ .../kernel-cache/bsp/sys940x/sys940x-standard.scc | 4 +++- 2 files changed, 6 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 3b8f0aa..39fa1d4 100644 --- a/meta/cfg/kernel-cache/bsp/sys940x/sys940x-preempt-rt.scc +++ b/meta/cfg/kernel-cache/bsp/sys940x/sys940x-preempt-rt.scc @@ -4,4 +4,7 @@ define KARCH i386 # no new branch required, re-use the ktypes/preempt-rt branch include ktypes/preempt-rt + include sys940x.scc +include cfg/efi-ext.scc + diff --git a/meta/cfg/kernel-cache/bsp/sys940x/sys940x-standard.scc b/meta/cfg/kernel-cache/bsp/sys940x/sys940x-standard.scc index 132e44a..23f99fb 100644 --- a/meta/cfg/kernel-cache/bsp/sys940x/sys940x-standard.scc +++ b/meta/cfg/kernel-cache/bsp/sys940x/sys940x-standard.scc @@ -5,5 +5,7 @@ define KARCH i386 include features/emgd/emgd-1.10.scc git merge emgd-1.10 -include ktypes/standard include sys940x.scc +include cfg/efi-ext.scc + +include ktypes/standard -- 1.7.7.6 _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto