selftest/reproducible: adjust exclusion list for dunfell

Signed-off-be: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Steve Sakoman
2020-12-20 06:34:42 -10:00
committed by Richard Purdie
parent a225f167d0
commit 548397c156

View File

@@ -27,11 +27,8 @@ import datetime
exclude_packages = [
'acpica-src',
'babeltrace2-ptest',
'bind',
'bootchart2-doc',
'cups',
'cwautomacros',
'dtc',
'efivar',
'epiphany',
'gcr',
'git',
@@ -40,40 +37,31 @@ exclude_packages = [
'go-helloworld',
'go-runtime',
'go_',
'groff',
'gst-devtools',
'gstreamer1.0-python',
'gtk-doc',
'igt-gpu-tools',
'hwlatdetect',
'kernel-devsrc',
'libaprutil',
'libcap-ng',
'libhandy-1-src',
'libid3tag',
'libjson',
'libproxy',
'libsecret-dev',
'libsecret-src',
'lsb-release',
'lttng-tools-dbg',
'lttng-tools-ptest',
'ltp',
'meson',
'ovmf-shell-efi',
'parted-ptest',
'perf',
'python3-cython',
'piglit',
'pybootchartgui',
'qemu',
'quilt-ptest',
"rpm",
'rsync',
'ruby',
'spirv-tools-dev',
'swig',
'syslinux-misc',
'stress-ng',
'systemd-bootchart',
'valgrind-ptest',
'systemtap',
'vim',
'watchdog',
'xmlto',
'xorg-minimal-fonts'
'webkitgtk',
]
def is_excluded(package):