mirror of
https://git.yoctoproject.org/poky
synced 2026-06-03 01:40:07 +00:00
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:
committed by
Richard Purdie
parent
a225f167d0
commit
548397c156
@@ -27,11 +27,8 @@ import datetime
|
|||||||
exclude_packages = [
|
exclude_packages = [
|
||||||
'acpica-src',
|
'acpica-src',
|
||||||
'babeltrace2-ptest',
|
'babeltrace2-ptest',
|
||||||
|
'bind',
|
||||||
'bootchart2-doc',
|
'bootchart2-doc',
|
||||||
'cups',
|
|
||||||
'cwautomacros',
|
|
||||||
'dtc',
|
|
||||||
'efivar',
|
|
||||||
'epiphany',
|
'epiphany',
|
||||||
'gcr',
|
'gcr',
|
||||||
'git',
|
'git',
|
||||||
@@ -40,40 +37,31 @@ exclude_packages = [
|
|||||||
'go-helloworld',
|
'go-helloworld',
|
||||||
'go-runtime',
|
'go-runtime',
|
||||||
'go_',
|
'go_',
|
||||||
'groff',
|
|
||||||
'gst-devtools',
|
|
||||||
'gstreamer1.0-python',
|
'gstreamer1.0-python',
|
||||||
'gtk-doc',
|
'hwlatdetect',
|
||||||
'igt-gpu-tools',
|
|
||||||
'kernel-devsrc',
|
'kernel-devsrc',
|
||||||
'libaprutil',
|
'libaprutil',
|
||||||
'libcap-ng',
|
'libcap-ng',
|
||||||
'libhandy-1-src',
|
'libjson',
|
||||||
'libid3tag',
|
|
||||||
'libproxy',
|
'libproxy',
|
||||||
'libsecret-dev',
|
'lsb-release',
|
||||||
'libsecret-src',
|
|
||||||
'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',
|
'piglit',
|
||||||
|
'pybootchartgui',
|
||||||
'qemu',
|
'qemu',
|
||||||
'quilt-ptest',
|
"rpm",
|
||||||
'rsync',
|
'rsync',
|
||||||
'ruby',
|
'ruby',
|
||||||
'spirv-tools-dev',
|
'stress-ng',
|
||||||
'swig',
|
|
||||||
'syslinux-misc',
|
|
||||||
'systemd-bootchart',
|
'systemd-bootchart',
|
||||||
'valgrind-ptest',
|
'systemtap',
|
||||||
'vim',
|
'vim',
|
||||||
'watchdog',
|
'webkitgtk',
|
||||||
'xmlto',
|
|
||||||
'xorg-minimal-fonts'
|
|
||||||
]
|
]
|
||||||
|
|
||||||
def is_excluded(package):
|
def is_excluded(package):
|
||||||
|
|||||||
Reference in New Issue
Block a user