diff options
| -rw-r--r-- | meta/lib/oeqa/selftest/cases/reproducible.py | 10 |
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/ |
| 30 | exclude_packages = [ | 30 | exclude_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' |
