From: "'Jan Kiszka' via isar-users" <isar-users@googlegroups.com>
To: srinuvasan.a@siemens.com, isar-users@googlegroups.com
Subject: Re: [PATCH] kas: Exclude example-module for container-amd64 builds
Date: Sun, 17 Aug 2025 18:20:33 +0200 [thread overview]
Message-ID: <767712d7-d768-402d-a294-38546c69723a@siemens.com> (raw)
In-Reply-To: <20250816103244.3427191-1-srinuvasan.a@siemens.com>
On 16.08.25 12:32, srinuvasan.a via isar-users wrote:
> 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 | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/kas/package/Kconfig b/kas/package/Kconfig
> index a49041e8..e0b7754d 100644
> --- a/kas/package/Kconfig
> +++ b/kas/package/Kconfig
> @@ -37,6 +37,7 @@ config KAS_INCLUDE_PACKAGE_EXAMPLE_RAW
> default "kas/package/pkg_example-raw.yaml"
> depends on PACKAGE_EXAMPLE_RAW
>
> +if !MACHINE_CONTAINER_AMD64
>
You just need to make the package "depends on !", just like was done
already for others.
Jan
> config PACKAGE_EXAMPLE_MODULE
> bool "example-module"
> @@ -47,6 +48,7 @@ config KAS_INCLUDE_PACKAGE_EXAMPLE_MODULE
> default "kas/package/pkg_example-module.yaml"
> depends on PACKAGE_EXAMPLE_MODULE
>
> +endif
>
> config PACKAGE_EXAMPLE_PREBUILT
> bool "example-prebuilt"
--
Siemens AG, Foundational Technologies
Linux Expert Center
--
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/767712d7-d768-402d-a294-38546c69723a%40siemens.com.
next prev parent reply other threads:[~2025-08-17 16:20 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-16 10:32 srinuvasan.a via isar-users
2025-08-17 16:20 ` 'Jan Kiszka' via isar-users [this message]
2025-08-18 10:02 ` [PATCH v2] " srinuvasan.a via isar-users
2025-08-18 10:11 ` [PATCH v3] " srinuvasan.a via isar-users
2025-08-18 10:56 ` '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=767712d7-d768-402d-a294-38546c69723a@siemens.com \
--to=isar-users@googlegroups.com \
--cc=jan.kiszka@siemens.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