From: Jan Kiszka <jan.kiszka@siemens.com>
To: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>,
cip-dev@lists.cip-project.org
Subject: Re: [isar-cip-core][PATCH 2/2] Kconfig: Add config NO_KERNEL for kernel selection
Date: Fri, 28 Feb 2025 16:41:32 +0100 [thread overview]
Message-ID: <3deff6cb-afee-4f1b-b6fe-e8b4261ff8cd@siemens.com> (raw)
In-Reply-To: <1740746806-6557-2-git-send-email-nobuhiro1.iwamatsu@toshiba.co.jp>
On 28.02.25 13:46, Nobuhiro Iwamatsu wrote:
> This adds config NO_KERNEL not to install the kernel select.
>
> Signed-off-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
> ---
> Kconfig | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/Kconfig b/Kconfig
> index 3c246fa..cfa4d11 100644
> --- a/Kconfig
> +++ b/Kconfig
> @@ -100,6 +100,9 @@ config KERNEL_5_10
> config KERNEL_6_1
> bool "Kernel 6.1.x-cip"
>
> +config NO_KERNEL
> + bool "Do not install kernel to image"
When is this useful? And will a normal user of isar-cip-core have that
use case as well so that we should expose it here?
Jan
> +
> endchoice
>
> config KAS_INCLUDE_KERNEL
> @@ -108,6 +111,7 @@ config KAS_INCLUDE_KERNEL
> default "kas/opt/4.19.yml" if KERNEL_4_19
> default "kas/opt/5.10.yml" if KERNEL_5_10
> default "kas/opt/6.1.yml" if KERNEL_6_1
> + default "kas/opt/no_kernel.yml" if NO_KERNEL
>
> config KERNEL_RT
> bool "Real-time CIP kernel"
--
Siemens AG, Foundational Technologies
Linux Expert Center
next prev parent reply other threads:[~2025-02-28 15:41 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-28 12:46 [isar-cip-core][PATCH 1/2] kas/opt: Add option for not install kernel Nobuhiro Iwamatsu
2025-02-28 12:46 ` [isar-cip-core][PATCH 2/2] Kconfig: Add config NO_KERNEL for kernel selection Nobuhiro Iwamatsu
2025-02-28 15:41 ` Jan Kiszka [this message]
2025-03-05 4:53 ` [cip-dev] " nobuhiro1.iwamatsu
2025-02-28 15:40 ` [isar-cip-core][PATCH 1/2] kas/opt: Add option for not install kernel Jan Kiszka
2025-03-05 4:45 ` nobuhiro1.iwamatsu
2025-03-05 5:38 ` Jan Kiszka
2025-03-06 5:54 ` [cip-dev] " nobuhiro1.iwamatsu
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=3deff6cb-afee-4f1b-b6fe-e8b4261ff8cd@siemens.com \
--to=jan.kiszka@siemens.com \
--cc=cip-dev@lists.cip-project.org \
--cc=nobuhiro1.iwamatsu@toshiba.co.jp \
/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