* [PATCH] grub: add grub-nativesdk
@ 2020-10-28 11:10 Khasim Mohammed
0 siblings, 0 replies; only message in thread
From: Khasim Mohammed @ 2020-10-28 11:10 UTC (permalink / raw)
To: openembedded-core; +Cc: nd, Khasim Syed Mohammed
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.
Change-Id: I78d9965ea29ffa9e020574e0977c3c133c8ff9f3
Signed-off-by: Khasim Syed Mohammed <khasim.mohammed@arm.com>
---
meta/recipes-bsp/grub/grub_2.04.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-bsp/grub/grub_2.04.bb b/meta/recipes-bsp/grub/grub_2.04.bb
index df607cae14..f2942b9e37 100644
--- a/meta/recipes-bsp/grub/grub_2.04.bb
+++ b/meta/recipes-bsp/grub/grub_2.04.bb
@@ -35,4 +35,4 @@ do_install_append () {
INSANE_SKIP_${PN} = "arch"
INSANE_SKIP_${PN}-dbg = "arch"
-BBCLASSEXTEND = "native"
+BBCLASSEXTEND = "native nativesdk"
--
2.17.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2020-10-28 11:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-28 11:10 [PATCH] grub: add grub-nativesdk Khasim Mohammed
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox