mirror of
https://git.yoctoproject.org/poky
synced 2026-04-03 20:02:24 +02:00
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:
committed by
Richard Purdie
parent
6a8d75d478
commit
dd4c4d71d8
@@ -35,4 +35,4 @@ do_install_append () {
|
||||
INSANE_SKIP_${PN} = "arch"
|
||||
INSANE_SKIP_${PN}-dbg = "arch"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
Reference in New Issue
Block a user