mirror of
https://git.yoctoproject.org/poky
synced 2026-04-14 17:02:22 +02:00
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:
committed by
Richard Purdie
parent
c47245b0d4
commit
4b4db64156
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user