Re: [OE-core] [PATCH] linux-yocto: add efi entry for machine features

2022-10-02 Thread Bruce Ashfield
Looks good to me! Bruce On Sun, Oct 2, 2022 at 8:50 PM Jon Mason wrote: > > EFI has kernel features when need to be enabled for it to boot. Add the > existing kernel config fragment to the kernel config if this machine > feature is enabled. > > Signed-off-by: Jon Mason > --- > meta/recipes-ke

[OE-core] [PATCH] linux-yocto: add efi entry for machine features

2022-10-02 Thread Jon Mason
EFI has kernel features when need to be enabled for it to boot. Add the existing kernel config fragment to the kernel config if this machine feature is enabled. Signed-off-by: Jon Mason --- meta/recipes-kernel/linux/linux-yocto.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipe