From 435a9f86e3ea95fea44a2e432ad20fb4ce3b0e68 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Fri, 1 Dec 2017 11:02:52 -0200 Subject: 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 Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- 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 44e32a88f1..a7be6cf30d 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 -- cgit v1.2.3-54-g00ecf