summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/selftest/cases/reproducible.py
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-03-01 13:00:47 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-03-02 14:15:34 +0000
commit0dee49810490c6c3528de93658887099264bca9b (patch)
tree31c860e9da478cef90a2cfd990849961283c48e6 /meta/lib/oeqa/selftest/cases/reproducible.py
parente3ef99a911ea52b05258678e41acdc925847990d (diff)
downloadpoky-0dee49810490c6c3528de93658887099264bca9b.tar.gz
qemu: Determinism fixes
Add a patch to address two determinism issues and allow reproducible builds. Also strip full paths we don't need out of some ptest files, we can use the installed binaries. (From OE-Core rev: 14e7cc6c6040b983024bec56fbd32d9101507ff0) 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.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/cases/reproducible.py b/meta/lib/oeqa/selftest/cases/reproducible.py
index bbc5c0d8a4..bd260a4139 100644
--- a/meta/lib/oeqa/selftest/cases/reproducible.py
+++ b/meta/lib/oeqa/selftest/cases/reproducible.py
@@ -41,7 +41,6 @@ exclude_packages = [
41 'ovmf-shell-efi', 41 'ovmf-shell-efi',
42 'perf', 42 'perf',
43 'python3-cython', 43 'python3-cython',
44 'qemu',
45 'ruby-ri-docs' 44 'ruby-ri-docs'
46 ] 45 ]
47 46