diff options
author | Ricardo Salveti <ricardo@opensourcefoundries.com> | 2018-02-02 02:27:30 -0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-02-06 11:06:30 +0000 |
commit | d00c35a1818e16de9b8fb34d88d40d2ff93591e0 (patch) | |
tree | f38094354821ae98d0596bcdb2ee6939f7e3b6a6 /meta/recipes-bsp/grub | |
parent | 18b862304b5b1c20eff9116ebd5c07524c69ca72 (diff) | |
download | poky-d00c35a1818e16de9b8fb34d88d40d2ff93591e0.tar.gz |
grub-efi: add configfile as default built-in
The module configfile allows loading a custom grub configuration file
from block devices, which can be used to customize the default grub
menu when creating images with wic (via configfile argument).
(From OE-Core rev: 6b297ccf04683380d0a894253a78424f4398782d)
Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>
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 | 2 |
1 files changed, 1 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 a72b189bc3..d5aa64c75f 100644 --- a/meta/recipes-bsp/grub/grub-efi_2.02.bb +++ b/meta/recipes-bsp/grub/grub-efi_2.02.bb | |||
@@ -54,7 +54,7 @@ do_install_class-target() { | |||
54 | } | 54 | } |
55 | 55 | ||
56 | GRUB_BUILDIN ?= "boot linux ext2 fat serial part_msdos part_gpt normal \ | 56 | GRUB_BUILDIN ?= "boot linux ext2 fat serial part_msdos part_gpt normal \ |
57 | efi_gop iso9660 search loadenv test" | 57 | efi_gop iso9660 configfile search loadenv test" |
58 | 58 | ||
59 | do_deploy() { | 59 | do_deploy() { |
60 | # Search for the grub.cfg on the local boot media by using the | 60 | # Search for the grub.cfg on the local boot media by using the |