mirror of
https://git.yoctoproject.org/poky
synced 2026-04-16 15:32:13 +02:00
grub-efi: Rework GRUB_BUILTIN variable as it is too long
As we will add new values here, it is better to split it in multiple lines. (From OE-Core rev: 9d05172cc7239910b583dcc6750a192c41795616) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Ross Burton <ross.burton@intel.com> (cherry picked from commit 1a491515d58d0d9f03f7a3a84738f53377b0f819) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
dd21509449
commit
4e34bb5d92
@@ -51,7 +51,8 @@ do_install_append_class-target() {
|
||||
{} +
|
||||
}
|
||||
|
||||
GRUB_BUILDIN ?= "boot linux ext2 fat serial part_msdos part_gpt normal efi_gop iso9660 search"
|
||||
GRUB_BUILDIN ?= "boot linux ext2 fat serial part_msdos part_gpt normal \
|
||||
efi_gop iso9660 search"
|
||||
|
||||
do_deploy() {
|
||||
# Search for the grub.cfg on the local boot media by using the
|
||||
|
||||
Reference in New Issue
Block a user