From: "srinuvasan.a via isar-users" <isar-users@googlegroups.com>
To: isar-users@googlegroups.com
Cc: srinuvasan <srinuvasan.a@siemens.com>
Subject: [PATCH v3] kas: Exclude example-module for container-amd64 builds
Date: Mon, 18 Aug 2025 15:41:51 +0530 [thread overview]
Message-ID: <20250818101151.3443270-1-srinuvasan.a@siemens.com> (raw)
In-Reply-To: <767712d7-d768-402d-a294-38546c69723a@siemens.com>
From: srinuvasan <srinuvasan.a@siemens.com>
When building for the container-amd64 machine via the kas menu, the build
hangs during the parsing stage. The example-module is not required for
container-based machines, but it is currently included by default.
Exclude the example-module block when targeting container-amd64 to avoid
these issues.
Signed-off-by: srinuvasan <srinuvasan.a@siemens.com>
---
kas/package/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/kas/package/Kconfig b/kas/package/Kconfig
index a49041e8..d279e7e6 100644
--- a/kas/package/Kconfig
+++ b/kas/package/Kconfig
@@ -41,6 +41,7 @@ config KAS_INCLUDE_PACKAGE_EXAMPLE_RAW
config PACKAGE_EXAMPLE_MODULE
bool "example-module"
default y
+ depends on !MACHINE_CONTAINER_AMD64
config KAS_INCLUDE_PACKAGE_EXAMPLE_MODULE
string
--
2.39.5
--
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/20250818101151.3443270-1-srinuvasan.a%40siemens.com.
next prev parent reply other threads:[~2025-08-18 10:09 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-16 10:32 [PATCH] " srinuvasan.a via isar-users
2025-08-17 16:20 ` 'Jan Kiszka' via isar-users
2025-08-18 10:02 ` [PATCH v2] " srinuvasan.a via isar-users
2025-08-18 10:11 ` srinuvasan.a via isar-users [this message]
2025-08-18 10:56 ` [PATCH v3] " 'Jan Kiszka' via isar-users
2025-09-12 9:16 ` Anton Mikanovich
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250818101151.3443270-1-srinuvasan.a@siemens.com \
--to=isar-users@googlegroups.com \
--cc=srinuvasan.a@siemens.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox