mirror of
https://git.yoctoproject.org/poky
synced 2026-05-05 20:27:58 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
435a9f86e3
commit
add4b2aad1
@@ -52,7 +52,7 @@ do_install_append_class-target() {
|
||||
}
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user