poky/scripts/lib
Frieder Paape b954f15d66 image_types: Fix reproducible builds for initramfs and UKI img
I've encountered issues reproducing initramfs and UKI image builds,
which will be fixed with this patch.

1. initramfs
There's a symbolic link to /sbin/init, which is appended to the cpio archive after creation.
The links timestamp needs to be static and the cpio append command 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 anything.

(From OE-Core rev: 0d8890f7c1fbea5036acefa3031dcd442b316725)

Signed-off-by: Frieder Paape <frieder@konvera.io>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit fd027729bafb4e085ba0949e38e724f3a8cad102)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
2023-07-12 05:11:38 -10:00
..
build_perf meta: correct collections vs collections.abc deprecation 2021-09-19 11:33:14 +01:00
checklayer yocto-check-layer: Allow OE-Core to be tested 2022-12-23 23:05:50 +00:00
devtool devtool/upgrade: do not delete the workspace/recipes directory 2023-03-28 22:31:53 +01:00
recipetool recipetool/devtool: Fix python egg whitespace issues in PACKAGECONFIG 2022-07-08 08:27:16 +01:00
resulttool lib/resulttool: fix typo breaking resulttool log --ptest 2023-03-28 22:31:54 +01:00
wic image_types: Fix reproducible builds for initramfs and UKI img 2023-07-12 05:11:38 -10:00
argparse_oe.py meta/lib+scripts: Convert to SPDX license headers 2019-05-09 16:31:55 +01:00
buildstats.py scripts/lib/buildstats: handle top-level build_stats not being complete 2023-04-11 11:31:52 +01:00
scriptpath.py meta/lib+scripts: Convert to SPDX license headers 2019-05-09 16:31:55 +01:00
scriptutils.py scriptutils: Fix handling of srcuri urls 2022-02-12 17:05:35 +00:00