summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/selftest/cases/reproducible.py
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-03-01 21:28:58 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-03-02 20:39:35 +0000
commite2bf02e7bdac075889d929d1df010142d1a673ec (patch)
treecbcf766dbeca618c7a930340150f293d761036c4 /meta/lib/oeqa/selftest/cases/reproducible.py
parent8784e75a71a1fabeab36b35a8a48ceba73f206a4 (diff)
downloadpoky-e2bf02e7bdac075889d929d1df010142d1a673ec.tar.gz
ltp: Fixing determinism issues
Add a patch adding sorting to a couple of points in the Makefiles which removes most of the determinism issues in ltp. Build swapon before the main build to ensure libswapon.o is built deterministically as it races with swapoff. All issues reported on the upstream mailing list. (From OE-Core rev: 0f51f9a37e5d058bce28cfe7b9a32a895f83c091) 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 1d4e744250..3d6a88314b 100644
--- a/meta/lib/oeqa/selftest/cases/reproducible.py
+++ b/meta/lib/oeqa/selftest/cases/reproducible.py
@@ -34,7 +34,6 @@ exclude_packages = [
34 'go-runtime', 34 'go-runtime',
35 'go_', 35 'go_',
36 'go-', 36 'go-',
37 'ltp',
38 'meson', 37 'meson',
39 'ovmf-shell-efi', 38 'ovmf-shell-efi',
40 'perf', 39 'perf',