[OE-core] [PATCH 2/3] grub-efi: Add loadenv and test as default built-in
Otavio Salvador
otavio at ossystems.com.br
Fri Nov 10 20:37:42 UTC 2017
To allow scripting and environment changes, the loadenv and test must
be enabled. This adds those to the default set.
Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
---
meta/recipes-bsp/grub/grub-efi_2.02.bb | 2 +-
1 file changed, 1 insertion(+), 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 6280ee0ccd..b6cfd88fde 100644
--- a/meta/recipes-bsp/grub/grub-efi_2.02.bb
+++ b/meta/recipes-bsp/grub/grub-efi_2.02.bb
@@ -42,7 +42,7 @@ do_install_class-native() {
}
GRUB_BUILDIN ?= "boot linux ext2 fat serial part_msdos part_gpt normal \
- efi_gop iso9660 search"
+ efi_gop iso9660 search loadenv test"
do_deploy() {
# Search for the grub.cfg on the local boot media by using the
--
2.15.0
More information about the Openembedded-core
mailing list