summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/lib/oeqa/selftest/cases/reproducible.py10
1 files changed, 6 insertions, 4 deletions
diff --git a/meta/lib/oeqa/selftest/cases/reproducible.py b/meta/lib/oeqa/selftest/cases/reproducible.py
index 99497522d2..32016f3e65 100644
--- a/meta/lib/oeqa/selftest/cases/reproducible.py
+++ b/meta/lib/oeqa/selftest/cases/reproducible.py
@@ -24,6 +24,9 @@ import datetime
24# https://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20201127-hwds3mcl/ 24# https://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20201127-hwds3mcl/
25# https://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20201203-sua0pzvc/ 25# https://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20201203-sua0pzvc/
26# (both packages/ and packages-excluded/) 26# (both packages/ and packages-excluded/)
27
28# ruby-ri-docs, meson:
29#https://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20210215-0_td9la2/packages/diff-html/
27exclude_packages = [ 30exclude_packages = [
28 'acpica-src', 31 'acpica-src',
29 'babeltrace2-ptest', 32 'babeltrace2-ptest',
@@ -53,18 +56,17 @@ exclude_packages = [
53 'lttng-tools-dbg', 56 'lttng-tools-dbg',
54 'lttng-tools-ptest', 57 'lttng-tools-ptest',
55 'ltp', 58 'ltp',
59 'meson',
56 'ovmf-shell-efi', 60 'ovmf-shell-efi',
57 'parted-ptest', 61 'parted-ptest',
58 'perf', 62 'perf',
59 'python3-cython', 63 'python3-cython',
60 'qemu', 64 'qemu',
61 'rsync', 65 'rsync',
66 'ruby-ri-docs',
62 'swig', 67 'swig',
63 'syslinux-misc', 68 'syslinux-misc',
64 'systemd-bootchart', 69 'systemd-bootchart'
65 'watchdog',
66 'xmlto',
67 'xorg-minimal-fonts'
68 ] 70 ]
69 71
70def is_excluded(package): 72def is_excluded(package):