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>
This commit is contained in:
Richard Purdie 2021-02-15 23:36:42 +00:00
parent b47421e745
commit e26e2bf78e

View File

@ -24,6 +24,9 @@ import datetime
# https://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20201127-hwds3mcl/
# https://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20201203-sua0pzvc/
# (both packages/ and packages-excluded/)
# ruby-ri-docs, meson:
#https://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20210215-0_td9la2/packages/diff-html/
exclude_packages = [
'acpica-src',
'babeltrace2-ptest',
@ -53,18 +56,17 @@ exclude_packages = [
'lttng-tools-dbg',
'lttng-tools-ptest',
'ltp',
'meson',
'ovmf-shell-efi',
'parted-ptest',
'perf',
'python3-cython',
'qemu',
'rsync',
'ruby-ri-docs',
'swig',
'syslinux-misc',
'systemd-bootchart',
'watchdog',
'xmlto',
'xorg-minimal-fonts'
'systemd-bootchart'
]
def is_excluded(package):