[linux-yocto] [PATCH v2 1/2] meta: update efi config fragment to include EFI_STUB by default
Bruce Ashfield
bruce.ashfield at windriver.com
Thu Mar 13 20:36:37 PDT 2014
On 2014-03-13, 10:50 AM, Stefan Stanacar wrote:
> A number of bsps (intel-common, fri2, minnow) include the efi config.
> Some boot loaders (such as gummiboot, recently added to OE-core)
> require the kernel to be built with CONFIG_EFI_STUB.
> I think it would be useful to have that enabled by default instead
> of having to build your kernel with efi-ext added to KERNEL_FEATURES.
This is merged to 3.10 and the pending 3.14 tree. I'll be sending
SRCREV updates for it shortly.
Bruce
>
> Signed-off-by: Stefan Stanacar <stefanx.stanacar at intel.com>
> ---
> meta/cfg/kernel-cache/cfg/efi-ext.cfg | 1 -
> meta/cfg/kernel-cache/cfg/efi.cfg | 1 +
> 2 files changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/cfg/kernel-cache/cfg/efi-ext.cfg b/meta/cfg/kernel-cache/cfg/efi-ext.cfg
> index 4788ce7..6371da2 100644
> --- a/meta/cfg/kernel-cache/cfg/efi-ext.cfg
> +++ b/meta/cfg/kernel-cache/cfg/efi-ext.cfg
> @@ -12,4 +12,3 @@ CONFIG_FRAMEBUFFER_CONSOLE=y
> CONFIG_FB_EFI=y
> CONFIG_EFI_VARS=y
> CONFIG_EFI_PARTITION=y
> -CONFIG_EFI_STUB=y
> diff --git a/meta/cfg/kernel-cache/cfg/efi.cfg b/meta/cfg/kernel-cache/cfg/efi.cfg
> index 7f1a062..e2ecc18 100644
> --- a/meta/cfg/kernel-cache/cfg/efi.cfg
> +++ b/meta/cfg/kernel-cache/cfg/efi.cfg
> @@ -6,3 +6,4 @@ CONFIG_ACPI=y
>
> # Enable basic EFI support
> CONFIG_EFI=y
> +CONFIG_EFI_STUB=y
>
More information about the linux-yocto
mailing list