grub: add grub-nativesdk

Add nativesdk support to make grub-mkimage tool part of Host tools
in the generated SDK.

The conf file should have "TOOLCHAIN_HOST_TASK_append = " nativesdk-grub"
for the grub-mkimage to show up.

(From OE-Core rev: cc88a1b04c062373e0db15f7f7e6a26013c050fb)

Signed-off-by: Khasim Syed Mohammed <khasim.mohammed@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Khasim Mohammed
2020-10-28 16:40:02 +05:30
committed by Richard Purdie
parent 6a8d75d478
commit dd4c4d71d8

View File

@@ -35,4 +35,4 @@ do_install_append () {
INSANE_SKIP_${PN} = "arch"
INSANE_SKIP_${PN}-dbg = "arch"
BBCLASSEXTEND = "native"
BBCLASSEXTEND = "native nativesdk"