]> code.ossystems Code Review - openembedded-core.git/commitdiff
grub: add grub-nativesdk
authorKhasim Mohammed <khasim.mohammed@arm.com>
Wed, 28 Oct 2020 11:10:02 +0000 (16:40 +0530)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 30 Oct 2020 12:37:53 +0000 (12:37 +0000)
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.

Signed-off-by: Khasim Syed Mohammed <khasim.mohammed@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-bsp/grub/grub_2.04.bb

index df607cae14f8f192ae735a34aaabb5320ee97a1f..f2942b9e37d0576c41d37925199f9e71586dc7a7 100644 (file)
@@ -35,4 +35,4 @@ do_install_append () {
 INSANE_SKIP_${PN} = "arch"
 INSANE_SKIP_${PN}-dbg = "arch"
 
-BBCLASSEXTEND = "native"
+BBCLASSEXTEND = "native nativesdk"