diff mbox series

[isar-cip-core,1/4] kas/opt/reproducible.yml: Enable extracting individual partition files

Message ID 20230814091714.9400-2-venkata.pyla@toshiba-tsip.com (mailing list archive)
State Accepted
Headers show
Series Enable File system images in reproducible | expand

Commit Message

Venkata Pyla Aug. 14, 2023, 9:17 a.m. UTC
From: venkata pyla <venkata.pyla@toshiba-tsip.com>

Reproducible checks are done till now on the contents of the image like
rootfs, vmlinux, initrd and other swupdate artifacts, but not the
file system images that were finally copied into.

file system images will have additional header information like label, uuid
and other data that should be verified against reproducibility.

So, allow reproducible builds to extract individual partition files that
are formatted with respective file systems and had contents, compare them
to check they are reproducibly created.

Signed-off-by: venkata pyla <venkata.pyla@toshiba-tsip.com>
---
 kas/opt/reproducible.yml | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/kas/opt/reproducible.yml b/kas/opt/reproducible.yml
index e071c3d..9b56b28 100644
--- a/kas/opt/reproducible.yml
+++ b/kas/opt/reproducible.yml
@@ -14,3 +14,4 @@  header:
 local_conf_header:
   reproducible-builds: |
     SOURCE_DATE_EPOCH := "${@bb.process.run("git -C ${LAYERDIR_cip-core} log -1 --pretty=%ct | tr -d '\n'")[0]}"
+    WIC_DEPLOY_PARTITIONS = "1"