1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-02 13:29:49 +00:00

selftest/reproducible: Remove no longer needed exclusions

It appears these exclusions are no longer needed with master, drop
them and improve our reproducibilty metrics.

(From OE-Core rev: c71c984a9cd6d130ece08153d7d92bb33c7ec444)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2021-02-13 16:14:20 +00:00
parent cb0c95dedb
commit fcdd03a1e7
@@ -29,8 +29,6 @@ exclude_packages = [
'babeltrace2-ptest', 'babeltrace2-ptest',
'bootchart2-doc', 'bootchart2-doc',
'cups', 'cups',
'cwautomacros',
'dtc',
'efivar', 'efivar',
'epiphany', 'epiphany',
'gcr', 'gcr',
@@ -45,7 +43,6 @@ exclude_packages = [
'gstreamer1.0-python', 'gstreamer1.0-python',
'gtk-doc', 'gtk-doc',
'igt-gpu-tools', 'igt-gpu-tools',
'kernel-devsrc',
'libaprutil', 'libaprutil',
'libcap-ng', 'libcap-ng',
'libhandy-1-src', 'libhandy-1-src',
@@ -56,20 +53,15 @@ 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',
'quilt-ptest',
'rsync', 'rsync',
'ruby',
'swig', 'swig',
'syslinux-misc', 'syslinux-misc',
'systemd-bootchart', 'systemd-bootchart',
'valgrind-ptest',
'vim',
'watchdog', 'watchdog',
'xmlto', 'xmlto',
'xorg-minimal-fonts' 'xorg-minimal-fonts'