summaryrefslogtreecommitdiffstats
path: root/meta/lib
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-02-15 23:36:42 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-02-16 11:28:17 +0000
commite26e2bf78eccbb2845d5fb7275704e3497abb433 (patch)
tree57117e5a0c2aeadd7f458486622def2cbb43964d /meta/lib
parentb47421e7451d0c6fdfd06afe614ef5a10e8f08d6 (diff)
downloadpoky-e26e2bf78eccbb2845d5fb7275704e3497abb433.tar.gz
selftest/reproducible: Update exclusions
Add ruby-ri-docs and meson back as not reproducible, remove watchdog, xorg-minimal-fonts and xmlto as issues fixed. (From OE-Core rev: 5e209a7455a231342cded99985b4a6caff424e4f) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib')
-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):