* [PATCH] fix: add gawk to KBUILD_DEPENDS
@ 2026-06-11 9:33 'Michael Adler' via isar-users
0 siblings, 0 replies; only message in thread
From: 'Michael Adler' via isar-users @ 2026-06-11 9:33 UTC (permalink / raw)
To: isar-users; +Cc: Michael Adler
CONFIG_BUILTIN_MODULE_RANGES requires gawk during kernel build.
Add it to the default KBUILD_DEPENDS list.
Signed-off-by: Michael Adler <michael.adler@siemens.com>
---
meta/classes-recipe/linux-kernel.bbclass | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/classes-recipe/linux-kernel.bbclass b/meta/classes-recipe/linux-kernel.bbclass
index 55ea6d63..1ccd7f40 100644
--- a/meta/classes-recipe/linux-kernel.bbclass
+++ b/meta/classes-recipe/linux-kernel.bbclass
@@ -26,6 +26,7 @@ KBUILD_DEPENDS ?= "build-essential:native, \
cpio, \
dwarves, \
flex, \
+ gawk, \
git, \
kmod, \
linux-image-${KERNEL_NAME_PROVIDED}:${DISTRO_ARCH} <pkg.${BPN}.kbuild !pkg.${BPN}.kernel>, \
--
2.54.0
--
You received this message because you are subscribed to the Google Groups "isar-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isar-users+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/isar-users/20260611093332.145522-1-michael.adler%40siemens.com.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-11 9:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-11 9:33 [PATCH] fix: add gawk to KBUILD_DEPENDS 'Michael Adler' via isar-users
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox