[oe-commits] [openembedded-core] 09/16: grub-efi-native: Install grub-editenv

git at git.openembedded.org git at git.openembedded.org
Mon Apr 15 10:53:40 UTC 2019


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

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

commit 27e35db9e68768e282df851a69cc7ad5cd12d7d2
Author: Jacob Kroon <jacob.kroon at gmail.com>
AuthorDate: Sat Apr 13 16:48:53 2019 +0200

    grub-efi-native: Install grub-editenv
    
    Having a native version of grub-editenv around can be useful for
    setting the targets grub environment.
    
    Signed-off-by: Jacob Kroon <jacob.kroon at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-bsp/grub/grub-efi_2.02.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-bsp/grub/grub-efi_2.02.bb b/meta/recipes-bsp/grub/grub-efi_2.02.bb
index 14fce97..6dbd23a 100644
--- a/meta/recipes-bsp/grub/grub-efi_2.02.bb
+++ b/meta/recipes-bsp/grub/grub-efi_2.02.bb
@@ -70,6 +70,7 @@ do_install_append_class-target() {
 do_install_class-native() {
 	install -d ${D}${bindir}
 	install -m 755 grub-mkimage ${D}${bindir}
+	install -m 755 grub-editenv ${D}${bindir}
 }
 
 do_install_class-target() {

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


More information about the Openembedded-commits mailing list