summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-02-20 17:52:27 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-02-24 00:19:38 +0000
commit368bd5b5eebbf4cb847c52114d856372c261f35a (patch)
tree62700db5b41a76b008c3659f660dac74a5c3435f /meta
parent4d16e59a52cac05d278e10b6dacbeadcd13b3aed (diff)
downloadpoky-368bd5b5eebbf4cb847c52114d856372c261f35a.tar.gz
selftest/reproducible: Remove exclusions for recipes which now reproduce
git, libproxy, libcap-ng(-python), babeltrace2, rsync and groff have their reproducibility issues fixed, remove from the exclusion list. Also fix whitespace. (From OE-Core rev: 044eda9c70ddda195b1c0ce1d228904392431582) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/lib/oeqa/selftest/cases/reproducible.py10
1 files changed, 2 insertions, 8 deletions
diff --git a/meta/lib/oeqa/selftest/cases/reproducible.py b/meta/lib/oeqa/selftest/cases/reproducible.py
index 0963c2f11a..8849c95c49 100644
--- a/meta/lib/oeqa/selftest/cases/reproducible.py
+++ b/meta/lib/oeqa/selftest/cases/reproducible.py
@@ -28,41 +28,35 @@ import datetime
28# ruby-ri-docs, meson: 28# ruby-ri-docs, meson:
29#https://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20210215-0_td9la2/packages/diff-html/ 29#https://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20210215-0_td9la2/packages/diff-html/
30exclude_packages = [ 30exclude_packages = [
31 'babeltrace2-ptest',
32 'bootchart2-doc', 31 'bootchart2-doc',
33 'cups', 32 'cups',
34 'efivar', 33 'efivar',
35 'epiphany', 34 'epiphany',
36 'gcr', 35 'gcr',
37 'git',
38 'glide', 36 'glide',
39 'go-dep', 37 'go-dep',
40 'go-helloworld', 38 'go-helloworld',
41 'go-runtime', 39 'go-runtime',
42 'go_', 40 'go_',
43 'groff',
44 'gst-devtools', 41 'gst-devtools',
45 'gstreamer1.0-python', 42 'gstreamer1.0-python',
46 'gtk-doc', 43 'gtk-doc',
47 'igt-gpu-tools', 44 'igt-gpu-tools',
48 'libaprutil', 45 'libaprutil',
49 'libcap-ng',
50 'libhandy-1-src', 46 'libhandy-1-src',
51 'libid3tag', 47 'libid3tag',
52 'libproxy',
53 'libsecret-dev', 48 'libsecret-dev',
54 'libsecret-src', 49 'libsecret-src',
55 'lttng-tools-dbg', 50 'lttng-tools-dbg',
56 'lttng-tools-ptest', 51 'lttng-tools-ptest',
57 'ltp', 52 'ltp',
58 'meson', 53 'meson',
59 'ovmf-shell-efi', 54 'ovmf-shell-efi',
60 'parted-ptest', 55 'parted-ptest',
61 'perf', 56 'perf',
62 'python3-cython', 57 'python3-cython',
63 'qemu', 58 'qemu',
64 'rsync', 59 'ruby-ri-docs',
65 'ruby-ri-docs',
66 'swig', 60 'swig',
67 'syslinux-misc', 61 'syslinux-misc',
68 'systemd-bootchart' 62 'systemd-bootchart'