diff options
author | Yoann Congal <yoann.congal@smile.fr> | 2024-10-01 23:14:43 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-10-01 17:56:44 -0700 |
commit | 0532cc345ceb70e118be049620eeb5a52c6a3118 (patch) | |
tree | 881e7bc112434920b16e6b1a1d0fc0ed99a54404 | |
parent | 56010090ef75da2a3d564e16ee046a709da4a650 (diff) | |
download | meta-openembedded-0532cc345ceb70e118be049620eeb5a52c6a3118.tar.gz |
non-repro-meta-initramfs: update known non-reproducible list
Remove packages seen reproducible in the last 3 completed tests:
https://autobuilder.yoctoproject.org/typhoon/#/builders/155/builds/43/steps/20/logs/stdio
https://autobuilder.yoctoproject.org/typhoon/#/builders/155/builds/44/steps/20/logs/stdio
https://autobuilder.yoctoproject.org/typhoon/#/builders/155/builds/45/steps/20/logs/stdio
Effectively, the list is now empty. This marks meta-initramfs as
reproducible!
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rwxr-xr-x | meta-initramfs/conf/include/non-repro-meta-initramfs.inc | 22 |
1 files changed, 1 insertions, 21 deletions
diff --git a/meta-initramfs/conf/include/non-repro-meta-initramfs.inc b/meta-initramfs/conf/include/non-repro-meta-initramfs.inc index 8f01f5624b..c05f59d1a2 100755 --- a/meta-initramfs/conf/include/non-repro-meta-initramfs.inc +++ b/meta-initramfs/conf/include/non-repro-meta-initramfs.inc | |||
@@ -1,23 +1,3 @@ | |||
1 | # List of known non-reproducible package of the meta-initramfs layer | 1 | # List of known non-reproducible package of the meta-initramfs layer |
2 | # Please keep this list sorted | 2 | # Please keep this list sorted |
3 | KNOWN_NON_REPRO_META_INITRAMFS = " \ | 3 | KNOWN_NON_REPRO_META_INITRAMFS = "" |
4 | kexecboot-klibc \ | ||
5 | kexecboot-klibc-dbg \ | ||
6 | kexec-klibc \ | ||
7 | kexec-tools-klibc-dbg \ | ||
8 | mtdinfo-klibc \ | ||
9 | ubiattach-klibc \ | ||
10 | ubiblock-klibc \ | ||
11 | ubicrc32-klibc \ | ||
12 | ubidetach-klibc \ | ||
13 | ubiformat-klibc \ | ||
14 | ubimkvol-klibc \ | ||
15 | ubinfo-klibc \ | ||
16 | ubinize-klibc \ | ||
17 | ubirename-klibc \ | ||
18 | ubirmvol-klibc \ | ||
19 | ubirsvol-klibc \ | ||
20 | ubiupdatevol-klibc \ | ||
21 | ubi-utils-klibc-dbg \ | ||
22 | vmcore-dmesg-klibc \ | ||
23 | " | ||