mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02:00
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:
parent
b47421e745
commit
e26e2bf78e
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue
Block a user