]> code.ossystems Code Review - openembedded-core.git/commitdiff
grub-efi-native: Install grub-editenv
authorJacob Kroon <jacob.kroon@gmail.com>
Sat, 13 Apr 2019 14:48:53 +0000 (16:48 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 16 Apr 2019 10:05:49 +0000 (11:05 +0100)
Having a native version of grub-editenv around can be useful for
setting the targets grub environment.

Signed-off-by: Jacob Kroon <jacob.kroon@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-bsp/grub/grub-efi_2.02.bb

index 14fce97ff0528f93b5026f159e60f5604e4c250c..6dbd23a3c7e78fdfb307754bda1f739338e17a9c 100644 (file)
@@ -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() {