mirror of
https://git.yoctoproject.org/poky
synced 2026-06-04 14:09:47 +00: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:
@@ -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-20201127-hwds3mcl/
|
||||||
# https://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20201203-sua0pzvc/
|
# https://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20201203-sua0pzvc/
|
||||||
# (both packages/ and packages-excluded/)
|
# (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 = [
|
exclude_packages = [
|
||||||
'acpica-src',
|
'acpica-src',
|
||||||
'babeltrace2-ptest',
|
'babeltrace2-ptest',
|
||||||
@@ -53,18 +56,17 @@ exclude_packages = [
|
|||||||
'lttng-tools-dbg',
|
'lttng-tools-dbg',
|
||||||
'lttng-tools-ptest',
|
'lttng-tools-ptest',
|
||||||
'ltp',
|
'ltp',
|
||||||
|
'meson',
|
||||||
'ovmf-shell-efi',
|
'ovmf-shell-efi',
|
||||||
'parted-ptest',
|
'parted-ptest',
|
||||||
'perf',
|
'perf',
|
||||||
'python3-cython',
|
'python3-cython',
|
||||||
'qemu',
|
'qemu',
|
||||||
'rsync',
|
'rsync',
|
||||||
|
'ruby-ri-docs',
|
||||||
'swig',
|
'swig',
|
||||||
'syslinux-misc',
|
'syslinux-misc',
|
||||||
'systemd-bootchart',
|
'systemd-bootchart'
|
||||||
'watchdog',
|
|
||||||
'xmlto',
|
|
||||||
'xorg-minimal-fonts'
|
|
||||||
]
|
]
|
||||||
|
|
||||||
def is_excluded(package):
|
def is_excluded(package):
|
||||||
|
|||||||
Reference in New Issue
Block a user