mirror of
https://git.yoctoproject.org/poky
synced 2026-06-05 14:29:48 +00: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: 1a491515d58d0d9f03f7a3a84738f53377b0f819) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
8d8983b7a5
commit
435a9f86e3
@@ -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