public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
From: Uladzimir Bely <ubely@ilbers.de>
To: isar-users@googlegroups.com
Subject: [PATCH 1/2] kas: Allow isar-image-ci to be embedded into installer image.
Date: Tue, 11 Feb 2025 17:10:35 +0300	[thread overview]
Message-ID: <20250211141754.5442-2-ubely@ilbers.de> (raw)
In-Reply-To: <20250211141754.5442-1-ubely@ilbers.de>

Also, this fixes typo for isar-image-debug embedding.

Signed-off-by: Uladzimir Bely <ubely@ilbers.de>
---
 kas/image/Kconfig | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/kas/image/Kconfig b/kas/image/Kconfig
index 0c0a664c..d602c369 100644
--- a/kas/image/Kconfig
+++ b/kas/image/Kconfig
@@ -48,6 +48,11 @@ config INSTALL_IMAGE_BASE
 	help
 	  Embed the basic Isar image into the installer image.
 
+config INSTALL_IMAGE_CI
+	bool "CI image"
+	help
+	  Embed the Isar CI image into the installer image.
+
 config INSTALL_IMAGE_DEBUG
 	bool "Debug image"
 	help
@@ -65,7 +70,8 @@ endchoice
 config INSTALLER_TARGET_IMAGE
 	string
 	default "isar-image-base" if INSTALL_IMAGE_BASE
-	default "isar-image-base" if INSTALL_IMAGE_DEBUG
+	default "isar-image-ci" if INSTALL_IMAGE_CI
+	default "isar-image-debug" if INSTALL_IMAGE_DEBUG
 
 config INSTALL_UNATTENDED
 	bool "Run installer unattended"
-- 
2.45.3

-- 
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/20250211141754.5442-2-ubely%40ilbers.de.

  reply	other threads:[~2025-02-11 14:18 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-11 14:10 [PATCH 0/2] Cover installer image with tests Uladzimir Bely
2025-02-11 14:10 ` Uladzimir Bely [this message]
2025-02-11 14:10 ` [PATCH 2/2] testsuite: Add tests for installer image Uladzimir Bely

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=20250211141754.5442-2-ubely@ilbers.de \
    --to=ubely@ilbers.de \
    --cc=isar-users@googlegroups.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