diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2017-12-01 11:02:52 -0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-12-10 22:41:41 +0000 |
commit | 1a491515d58d0d9f03f7a3a84738f53377b0f819 (patch) | |
tree | 575d3ea5b9c48791667ddbbb17c8ba97a524d8ad /meta/recipes-bsp | |
parent | 78f848bff2749f26041b950ae4090b5ebbf71ab9 (diff) | |
download | openembedded-core-contrib-1a491515d58d0d9f03f7a3a84738f53377b0f819.tar.gz |
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.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-bsp')
-rw-r--r-- | meta/recipes-bsp/grub/grub-efi_2.02.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-bsp/grub/grub-efi_2.02.bb b/meta/recipes-bsp/grub/grub-efi_2.02.bb index 44e32a88f1e..a7be6cf30d3 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 |