From: Adithya Balakumar
Although setting hash_seed is handled for the rootfs plugin case, but
this is missed when deploying an empty ext partition.
Signed-off-by: Adithya Balakumar
---
scripts/lib/wic/partition.py | 37 ++--
1 file changed, 23 insertions(+), 14
From: Adithya Balakumar
Although setting hash_seed is handled for the rootfs plugin case, but
this is missed when deploying an empty ext partition.
Signed-off-by: Adithya Balakumar
---
scripts/lib/wic/partition.py | 37 ++--
1 file changed, 23 insertions(+), 14
From: Adithya Balakumar
GPT based disks have a disk guid apart from the 32-bit disk identifier.
This commit implements reproducible disk guid by using SOURCE_DATE_EPOCH (if
available) value as a random seed
Signed-off-by: Adithya Balakumar
---
scripts/lib/wic/plugins/imager/direct.py | 16
I am trying to generate reproducible wic images. I see that the Disk GUID is
changing between builds. On seeing the wic imager source file (direct.py), i
noticed that the disk identifier is set based on the "SOURCE_DATE_EPOCH"
environment variable
(https://github.com/openembedded/openembedded-c