grub-efi-native: Install grub-editenv

Having a native version of grub-editenv around can be useful for
setting the targets grub environment.

(From OE-Core rev: 25ead29f96eee47f565225bd2f0b4d0198405ccc)

Signed-off-by: Jacob Kroon <jacob.kroon@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Jacob Kroon
2019-04-13 16:48:53 +02:00
committed by Richard Purdie
parent c47245b0d4
commit 4b4db64156

View 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() {