diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-03-01 13:00:47 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-03-02 14:15:34 +0000 |
commit | 0dee49810490c6c3528de93658887099264bca9b (patch) | |
tree | 31c860e9da478cef90a2cfd990849961283c48e6 /meta/lib/oeqa/selftest | |
parent | e3ef99a911ea52b05258678e41acdc925847990d (diff) | |
download | poky-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')
-rw-r--r-- | meta/lib/oeqa/selftest/cases/reproducible.py | 1 |
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 | ||