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:45:19 +0000 |
commit | 435a9f86e3ea95fea44a2e432ad20fb4ce3b0e68 (patch) | |
tree | 8412f85f18ee3bb0fb49e8d59f92eabd9a8e9c6c /meta/recipes-bsp/grub | |
parent | 8d8983b7a57ae35c52a2e6d5a2121b91ce314da5 (diff) | |
download | poky-435a9f86e3ea95fea44a2e432ad20fb4ce3b0e68.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.
(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>
Diffstat (limited to 'meta/recipes-bsp/grub')
-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 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() { | |||
51 | {} + | 51 | {} + |
52 | } | 52 | } |
53 | 53 | ||
54 | GRUB_BUILDIN ?= "boot linux ext2 fat serial part_msdos part_gpt normal efi_gop iso9660 search" | 54 | GRUB_BUILDIN ?= "boot linux ext2 fat serial part_msdos part_gpt normal \ |
55 | efi_gop iso9660 search" | ||
55 | 56 | ||
56 | do_deploy() { | 57 | do_deploy() { |
57 | # Search for the grub.cfg on the local boot media by using the | 58 | # Search for the grub.cfg on the local boot media by using the |