[gnome-continuous-yocto/gnomeostree-3.28-rocko: 104/218] grub-efi: Add loadenv and test as default built-in



commit 8fde211b3e931b26671c13db04ae3284f98a8fe5
Author: Otavio Salvador <otavio ossystems com br>
Date:   Tue Jan 23 14:56:24 2018 -0200

    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: 567649a3556da4387f3b58a6076d459e167ba3ef)
    
    Signed-off-by: Otavio Salvador <otavio ossystems com br>
    Signed-off-by: Ross Burton <ross burton intel com>
    (cherry picked from commit b7c9a298801c828c06b6e7da47c35f592864ce74)
    Signed-off-by: Armin Kuster <akuster808 gmail com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 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 7ae5596..128da16 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() {
 }
 
 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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]