summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/selftest/cases/reproducible.py
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-03-01 14:23:31 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-03-02 14:15:34 +0000
commit4215e728a747e09c2441eea230cce9218bc043e8 (patch)
treedd85d5c8f6f9a48ea41b9b6ee60972c9e3981c41 /meta/lib/oeqa/selftest/cases/reproducible.py
parent0dee49810490c6c3528de93658887099264bca9b (diff)
downloadpoky-4215e728a747e09c2441eea230cce9218bc043e8.tar.gz
lttng: Fix reproducibility issues
Add a hack to hardcode in specific rpaths which we then remove, allowing the build to be reproducible. Strip build patches out of one of the test scripts too. (From OE-Core rev: 18299a114c66280ba2d00becc3fae235d3a6cbd7) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa/selftest/cases/reproducible.py')
-rw-r--r--meta/lib/oeqa/selftest/cases/reproducible.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/lib/oeqa/selftest/cases/reproducible.py b/meta/lib/oeqa/selftest/cases/reproducible.py
index bd260a4139..9c6f2e89d9 100644
--- a/meta/lib/oeqa/selftest/cases/reproducible.py
+++ b/meta/lib/oeqa/selftest/cases/reproducible.py
@@ -34,8 +34,6 @@ exclude_packages = [
34 'go-runtime', 34 'go-runtime',
35 'go_', 35 'go_',
36 'go-', 36 'go-',
37 'lttng-tools-dbg',
38 'lttng-tools-ptest',
39 'ltp', 37 'ltp',
40 'meson', 38 'meson',
41 'ovmf-shell-efi', 39 'ovmf-shell-efi',