[oe-commits] [openembedded-core] 60/62: grub-efi: add configfile as default built-in

git at git.openembedded.org git at git.openembedded.org
Tue Feb 6 11:08:01 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 6b297ccf04683380d0a894253a78424f4398782d
Author: Ricardo Salveti <ricardo at opensourcefoundries.com>
AuthorDate: Fri Feb 2 02:27:30 2018 -0200

    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).
    
    Signed-off-by: Ricardo Salveti <ricardo at opensourcefoundries.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 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 a72b189..d5aa64c 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() {
 }
 
 GRUB_BUILDIN ?= "boot linux ext2 fat serial part_msdos part_gpt normal \
-                 efi_gop iso9660 search loadenv test"
+                 efi_gop iso9660 configfile search loadenv test"
 
 do_deploy() {
 	# Search for the grub.cfg on the local boot media by using the

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list