Re: [OE-Core][PATCH v1] wic: implement reproducible Disk GUID

2024-01-26 Thread Alexandre Belloni via lists.openembedded.org
Hello, This causes oe-selftest failures: https://autobuilder.yoctoproject.org/typhoon/#/builders/79/builds/6342/steps/15/logs/stdio 2024-01-25 02:21:53,130 - oe-selftest - INFO - RESULTS - runqemu.RunqemuTests.test_boot_machine_slirp_qcow2: ERROR (1028.13s) 2024-01-25 02:21:53,131 - oe-selftest

[OE-Core][PATCH v1] wic: implement reproducible Disk GUID

2024-01-22 Thread Adithya Balakumar
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 +++