Re: [OE-core] [PATCH] fixup! fix: reproducible builds for initramfs and UKI img

2023-06-06 Thread Frieder Paape
The failure happens because `touch` doesn't create a file if called with the no-dereference option `-h`. Removing `-h` from affected touch command. Signed-off-by: Frieder Paape --- meta/classes-recipe/image_types.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a

[OE-core] [PATCH] fix: reproducible builds for initramfs and UKI img

2023-06-05 Thread Frieder Paape
needs the '--reproducible' flag to produce deterministic outcomes. 2. Unified Kernel Image '--preserve-dates' is required for a static 'Time/Date' entry. I've added '--enable-deterministic-archives' although in my case this didn't change anyth