* [PATCH] fix: add gawk to KBUILD_DEPENDS
@ 2026-06-11 9:33 'Michael Adler' via isar-users
2026-06-15 9:04 ` Zhihang Wei
0 siblings, 1 reply; 2+ messages 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] 2+ messages in thread* Re: [PATCH] fix: add gawk to KBUILD_DEPENDS
2026-06-11 9:33 [PATCH] fix: add gawk to KBUILD_DEPENDS 'Michael Adler' via isar-users
@ 2026-06-15 9:04 ` Zhihang Wei
0 siblings, 0 replies; 2+ messages in thread
From: Zhihang Wei @ 2026-06-15 9:04 UTC (permalink / raw)
To: Michael Adler, isar-users
Applied to next, thanks.
Zhihang
On 6/11/26 11:33, 'Michael Adler' via isar-users wrote:
> 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>, \
--
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/d6981df2-7513-49cd-9e84-32f8e05f14aa%40ilbers.de.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-06-15 9:04 UTC | newest]
Thread overview: 2+ messages (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
2026-06-15 9:04 ` Zhihang Wei
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox