diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-02-13 16:14:20 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-02-13 17:01:12 +0000 |
| commit | fcdd03a1e7319665c7f76c1b8659a8a9fb4d879b (patch) | |
| tree | 6d4e70d2285543253129a73db2f86f4495d8ea93 /meta/lib | |
| parent | cb0c95dedbdc4911c827955d6270d8f6331bc1d5 (diff) | |
| download | poky-fcdd03a1e7319665c7f76c1b8659a8a9fb4d879b.tar.gz | |
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>
Diffstat (limited to 'meta/lib')
| -rw-r--r-- | meta/lib/oeqa/selftest/cases/reproducible.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/meta/lib/oeqa/selftest/cases/reproducible.py b/meta/lib/oeqa/selftest/cases/reproducible.py index 860c8c9588..cb4c59ca6f 100644 --- a/meta/lib/oeqa/selftest/cases/reproducible.py +++ b/meta/lib/oeqa/selftest/cases/reproducible.py | |||
| @@ -29,8 +29,6 @@ exclude_packages = [ | |||
| 29 | 'babeltrace2-ptest', | 29 | 'babeltrace2-ptest', |
| 30 | 'bootchart2-doc', | 30 | 'bootchart2-doc', |
| 31 | 'cups', | 31 | 'cups', |
| 32 | 'cwautomacros', | ||
| 33 | 'dtc', | ||
| 34 | 'efivar', | 32 | 'efivar', |
| 35 | 'epiphany', | 33 | 'epiphany', |
| 36 | 'gcr', | 34 | 'gcr', |
| @@ -45,7 +43,6 @@ exclude_packages = [ | |||
| 45 | 'gstreamer1.0-python', | 43 | 'gstreamer1.0-python', |
| 46 | 'gtk-doc', | 44 | 'gtk-doc', |
| 47 | 'igt-gpu-tools', | 45 | 'igt-gpu-tools', |
| 48 | 'kernel-devsrc', | ||
| 49 | 'libaprutil', | 46 | 'libaprutil', |
| 50 | 'libcap-ng', | 47 | 'libcap-ng', |
| 51 | 'libhandy-1-src', | 48 | 'libhandy-1-src', |
| @@ -56,20 +53,15 @@ exclude_packages = [ | |||
| 56 | 'lttng-tools-dbg', | 53 | 'lttng-tools-dbg', |
| 57 | 'lttng-tools-ptest', | 54 | 'lttng-tools-ptest', |
| 58 | 'ltp', | 55 | 'ltp', |
| 59 | 'meson', | ||
| 60 | 'ovmf-shell-efi', | 56 | 'ovmf-shell-efi', |
| 61 | 'parted-ptest', | 57 | 'parted-ptest', |
| 62 | 'perf', | 58 | 'perf', |
| 63 | 'python3-cython', | 59 | 'python3-cython', |
| 64 | 'qemu', | 60 | 'qemu', |
| 65 | 'quilt-ptest', | ||
| 66 | 'rsync', | 61 | 'rsync', |
| 67 | 'ruby', | ||
| 68 | 'swig', | 62 | 'swig', |
| 69 | 'syslinux-misc', | 63 | 'syslinux-misc', |
| 70 | 'systemd-bootchart', | 64 | 'systemd-bootchart', |
| 71 | 'valgrind-ptest', | ||
| 72 | 'vim', | ||
| 73 | 'watchdog', | 65 | 'watchdog', |
| 74 | 'xmlto', | 66 | 'xmlto', |
| 75 | 'xorg-minimal-fonts' | 67 | 'xorg-minimal-fonts' |
