diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2017-12-01 11:02:53 -0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-12-10 22:45:19 +0000 |
commit | add4b2aad12c44a7701eb244ae38020fc7447b4c (patch) | |
tree | 5d9ee7dfe70332ddeba9984523fef1893c47b6d9 /meta | |
parent | 435a9f86e3ea95fea44a2e432ad20fb4ce3b0e68 (diff) | |
download | poky-add4b2aad12c44a7701eb244ae38020fc7447b4c.tar.gz |
grub-efi: Add loadenv and test as default built-in
To allow scripting and environment changes, the loadenv and test must
be enabled. This adds those to the default set.
(From OE-Core rev: b7c9a298801c828c06b6e7da47c35f592864ce74)
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')
-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 a7be6cf30d..a38d05a2a0 100644 --- a/meta/recipes-bsp/grub/grub-efi_2.02.bb +++ b/meta/recipes-bsp/grub/grub-efi_2.02.bb | |||
@@ -52,7 +52,7 @@ do_install_append_class-target() { | |||
52 | } | 52 | } |
53 | 53 | ||
54 | GRUB_BUILDIN ?= "boot linux ext2 fat serial part_msdos part_gpt normal \ | 54 | GRUB_BUILDIN ?= "boot linux ext2 fat serial part_msdos part_gpt normal \ |
55 | efi_gop iso9660 search" | 55 | efi_gop iso9660 search loadenv test" |
56 | 56 | ||
57 | do_deploy() { | 57 | do_deploy() { |
58 | # 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 |