[OE-core] [rocko-backport PATCH 6/8] grub-efi: Rework GRUB_BUILTIN variable as it is too long

Otavio Salvador otavio at ossystems.com.br
Tue Jan 23 16:56:23 UTC 2018


As we will add new values here, it is better to split it in multiple
lines.

Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
Signed-off-by: Ross Burton <ross.burton at intel.com>
(cherry picked from commit 1a491515d58d0d9f03f7a3a84738f53377b0f819)
---

 meta/recipes-bsp/grub/grub-efi_2.02.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-bsp/grub/grub-efi_2.02.bb b/meta/recipes-bsp/grub/grub-efi_2.02.bb
index bcd3776b68..7ae5596ac7 100644
--- a/meta/recipes-bsp/grub/grub-efi_2.02.bb
+++ b/meta/recipes-bsp/grub/grub-efi_2.02.bb
@@ -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
-- 
2.16.1




More information about the Openembedded-core mailing list