1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 00:20:08 +00:00

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>
This commit is contained in:
Richard Purdie
2021-03-01 21:28:58 +00:00
parent 8784e75a71
commit e2bf02e7bd
3 changed files with 56 additions and 1 deletions
@@ -34,7 +34,6 @@ exclude_packages = [
'go-runtime',
'go_',
'go-',
'ltp',
'meson',
'ovmf-shell-efi',
'perf',