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 v3 09/12] kas: Add IMAGE_FSTYPES selection
Date: Wed, 20 Sep 2023 08:54:17 +0200	[thread overview]
Message-ID: <20230920065420.11399-10-ubely@ilbers.de> (raw)
In-Reply-To: <20230920065420.11399-1-ubely@ilbers.de>

This makes possible to adjust IMAGE_FSTYPES variable.

Signed-off-by: Uladzimir Bely <ubely@ilbers.de>
---
 kas/opt/Kconfig            | 24 ++++++++++++++++++++++++
 kas/opt/image-fstypes.yaml |  6 ++++++
 2 files changed, 30 insertions(+)
 create mode 100644 kas/opt/image-fstypes.yaml

diff --git a/kas/opt/Kconfig b/kas/opt/Kconfig
index 1909a915..d4a1de38 100644
--- a/kas/opt/Kconfig
+++ b/kas/opt/Kconfig
@@ -36,6 +36,30 @@ config KAS_INCLUDE_MIRROR_UBUNTU
 endmenu
 
 
+config KAS_IMAGE_FSTYPES
+	string "Additional image fstypes"
+	default ""
+	help
+	  Space-separated list of additional image fstypes to generate. Default
+	  machine configurations set up IMAGE_FSTYPES variable, but it's possible
+	  to select additonal ones to generate.
+	  The following IMAGE_FSTYPES are supported:
+	    cpio
+	    fit
+	    docker-archive
+	    ext4
+	    ova
+	    tar
+	    ubi
+	    ubifs
+	    wic
+	  They can be followed by suffixes like ".gz" for compressing the image
+
+config KAS_INCLUDE_IMAGE_FSTYPES
+	string
+	default "kas/opt/image-fstypes.yaml"
+
+
 config COMPAT_ARCH
 	bool "Enable compat arch support"
 
diff --git a/kas/opt/image-fstypes.yaml b/kas/opt/image-fstypes.yaml
new file mode 100644
index 00000000..b87f1abd
--- /dev/null
+++ b/kas/opt/image-fstypes.yaml
@@ -0,0 +1,6 @@
+header:
+  version: 14
+
+local_conf_header:
+  image-fstypes: |
+    IMAGE_FSTYPES:append = " ${KAS_IMAGE_FSTYPES}"
-- 
2.20.1


  parent reply	other threads:[~2023-09-20  6:54 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-20  6:54 [PATCH v3 00/12] Support building Isar using kas Uladzimir Bely
2023-09-20  6:54 ` [PATCH v3 01/12] kas: Add initial Kconfig support Uladzimir Bely
2023-09-20  6:54 ` [PATCH v3 02/12] kas: Add a local copy of kas-container script Uladzimir Bely
2023-09-20  6:54 ` [PATCH v3 03/12] kas: Add mirror selection Uladzimir Bely
2023-09-20  6:54 ` [PATCH v3 04/12] kas: Add packages selection Uladzimir Bely
2023-09-20  6:54 ` [PATCH v3 05/12] kas: Add COMPAT_ARCH support Uladzimir Bely
2023-09-20  6:54 ` [PATCH v3 06/12] kas: Add cross compilation mode selection support Uladzimir Bely
2023-09-20  6:54 ` [PATCH v3 07/12] kas: Add ccache option Uladzimir Bely
2023-09-20  6:54 ` [PATCH v3 08/12] kas: Add image type selection Uladzimir Bely
2023-09-20  6:54 ` Uladzimir Bely [this message]
2023-09-20  6:54 ` [PATCH v3 10/12] kas: Support CACHE_DEB_SRC option in menu Uladzimir Bely
2023-09-20  6:54 ` [PATCH v3 11/12] kas: Add options to activate predefined users Uladzimir Bely
2023-09-20  6:54 ` [PATCH v3 12/12] kas: Add kas/README.md 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=20230920065420.11399-10-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