From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 7278939938131804160 X-Received: by 2002:a05:6402:31e7:b0:532:c6d7:b93c with SMTP id dy7-20020a05640231e700b00532c6d7b93cmr7993470edb.5.1695706669329; Mon, 25 Sep 2023 22:37:49 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a05:6402:c07:b0:533:cc3e:9ee1 with SMTP id co7-20020a0564020c0700b00533cc3e9ee1ls649056edb.0.-pod-prod-02-eu; Mon, 25 Sep 2023 22:37:47 -0700 (PDT) X-Google-Smtp-Source: AGHT+IGvmhoqOViz3C/J5E24kHoMy3cnrBVGWhO1aeHUz8vUiRH3G5U28lblIhYfcj5M/SzYvXjr X-Received: by 2002:a17:907:3f21:b0:9ae:546f:d9ad with SMTP id hq33-20020a1709073f2100b009ae546fd9admr10543688ejc.18.1695706667547; Mon, 25 Sep 2023 22:37:47 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1695706667; cv=none; d=google.com; s=arc-20160816; b=MqG2ZaWeHjM4QmWv9vbukgQiX8C2MiYwy77Gyaqh2VG7ozsmPFOn2tqtDSkJ5nSDLM kN18nneiOv1F5q+QjhhaoxGlbQZKDfoUH5y/pItQvaTYvjtE3FGp9LFGTvS0e+067Sbk tR46T1HNB5obnTpLh0A73HBm1hFn38+Iq0ysHK7PLNw1nund/T5XaLk5vLq1/AVsYzIK ceYVWQJNyNWMihpi6KQpeX5lRCyXUrat6zLjUlCbxm+3K3W8wAnejhxqPqioMYjmv7cV ZdOImXC0jJGNR5XLhn8emfmVhh1fDayfxP8gPgp3d7pW76YeWhwuB4vQKg04gkiuw/ps yh5g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from; bh=Cut4yxG8eUZbOjRj/yTby5RqPr1GpkSICfoHf0Nwbms=; fh=7tclEdh7YbwSQowgJ6LNq720O7H5HTEaqj22NJWRE2E=; b=ofhCzeZKf9DGXbbnxUlmaGw+tkLgDRGbW2Ufi6VMzqEBJQJ8TSDamUQbjU5xkocahV yMgHCszse9kVfvIU8BqdR+syAtolO+W5Ri1Mg5+C+tRDVS2ZEd62xyP8Xl0zLgIp5Jpk ABEXW81naILvuOuGTb/EWFbWyAqMRva4jASR4XP2honH88OPVuTEmI/r9jvlzcxxbr5t Gnc2O24xSMARegDaOCPw1c98qn9KT1s03mR1j5hbOsaI30BmNLF+1gYfQxp53CbXETyj lq3AZmYSBoyL3ZzR/2AYEV8pvd9xj0Zr3ESPIKD6fedOzK+OAyRW/WaCCo2myTfgn5t1 eNkQ== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of ubely@ilbers.de designates 85.214.156.166 as permitted sender) smtp.mailfrom=ubely@ilbers.de Return-Path: Received: from shymkent.ilbers.de (shymkent.ilbers.de. [85.214.156.166]) by gmr-mx.google.com with ESMTPS id jz8-20020a17090775e800b009ae3e884341si927608ejc.0.2023.09.25.22.37.47 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Mon, 25 Sep 2023 22:37:47 -0700 (PDT) Received-SPF: pass (google.com: domain of ubely@ilbers.de designates 85.214.156.166 as permitted sender) client-ip=85.214.156.166; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of ubely@ilbers.de designates 85.214.156.166 as permitted sender) smtp.mailfrom=ubely@ilbers.de Received: from baighyz.m.ilbers.de (host-80-81-17-52.static.customer.m-online.net [80.81.17.52]) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8+deb9u1) with ESMTPSA id 38Q5bhxt016779 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Tue, 26 Sep 2023 07:37:46 +0200 From: Uladzimir Bely To: isar-users@googlegroups.com Subject: [PATCH v5 09/13] kas: Add IMAGE_FSTYPES selection Date: Tue, 26 Sep 2023 07:37:38 +0200 Message-Id: <20230926053742.11352-10-ubely@ilbers.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20230926053742.11352-1-ubely@ilbers.de> References: <20230926053742.11352-1-ubely@ilbers.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=unavailable autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on shymkent.ilbers.de X-TUID: khZ7Uw66+/85 This makes possible to adjust IMAGE_FSTYPES variable. Signed-off-by: Uladzimir Bely --- kas/opt/Kconfig | 24 ++++++++++++++++++++++++ kas/opt/image-fstypes.yaml | 9 +++++++++ 2 files changed, 33 insertions(+) create mode 100644 kas/opt/image-fstypes.yaml diff --git a/kas/opt/Kconfig b/kas/opt/Kconfig index 981571f6..5f14af43 100644 --- a/kas/opt/Kconfig +++ b/kas/opt/Kconfig @@ -43,6 +43,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..f0658cbf --- /dev/null +++ b/kas/opt/image-fstypes.yaml @@ -0,0 +1,9 @@ +# This software is a part of ISAR. +# Copyright (C) 2023 ilbers GmbH + +header: + version: 14 + +local_conf_header: + image-fstypes: | + IMAGE_FSTYPES:append = " ${KAS_IMAGE_FSTYPES}" -- 2.20.1