diff mbox series

[isar-cip-core,1/3] kas/opt/ext4-targz-img: option file to create ext4 and tar ball images

Message ID 20230601073454.1896-2-venkata.pyla@toshiba-tsip.com (mailing list archive)
State Changes Requested
Headers show
Series Add ext4-fs image in reproducible checks | expand

Commit Message

Venkata Pyla June 1, 2023, 7:34 a.m. UTC
From: venkata pyla <venkata.pyla@toshiba-tsip.com>

This option file helps to create tarball and ext4 images for the rootfs
and which can be used in reproducible build checks.

Signed-off-by: venkata pyla <venkata.pyla@toshiba-tsip.com>
---
 kas/opt/ext4-targz-img.yml | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 kas/opt/ext4-targz-img.yml
diff mbox series

Patch

diff --git a/kas/opt/ext4-targz-img.yml b/kas/opt/ext4-targz-img.yml
new file mode 100644
index 0000000..98ceb5e
--- /dev/null
+++ b/kas/opt/ext4-targz-img.yml
@@ -0,0 +1,19 @@ 
+#
+# CIP Core, generic profile
+#
+# Copyright (c) Siemens AG, 2019
+#
+# Authors:
+#  Quirin Gylstorff <quirin.gylstorff@siemens.com>
+#
+# SPDX-License-Identifier: MIT
+#
+
+header:
+  version: 12
+
+# reproduicble check uses ext4 and tar ball images
+
+local_conf_header:
+  image-type: |
+    IMAGE_FSTYPES = "ext4 tar.gz"