diff options
author | Jacob Kroon <jacob.kroon@gmail.com> | 2019-04-13 16:48:53 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-04-16 11:10:02 +0100 |
commit | 4b4db64156c8fa8ff8eb55f652cc597e0bd70f7f (patch) | |
tree | 2ba09bc9fe196a03a96799a718e755f198f3e4ce /meta/recipes-bsp | |
parent | c47245b0d491d48902e2e18e502dea5a7b604e13 (diff) | |
download | poky-4b4db64156c8fa8ff8eb55f652cc597e0bd70f7f.tar.gz |
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>
Diffstat (limited to 'meta/recipes-bsp')
-rw-r--r-- | meta/recipes-bsp/grub/grub-efi_2.02.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-bsp/grub/grub-efi_2.02.bb b/meta/recipes-bsp/grub/grub-efi_2.02.bb index 14fce97ff0..6dbd23a3c7 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() { | |||
70 | do_install_class-native() { | 70 | do_install_class-native() { |
71 | install -d ${D}${bindir} | 71 | install -d ${D}${bindir} |
72 | install -m 755 grub-mkimage ${D}${bindir} | 72 | install -m 755 grub-mkimage ${D}${bindir} |
73 | install -m 755 grub-editenv ${D}${bindir} | ||
73 | } | 74 | } |
74 | 75 | ||
75 | do_install_class-target() { | 76 | do_install_class-target() { |