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:
@@ -34,7 +34,6 @@ exclude_packages = [
|
||||
'go-runtime',
|
||||
'go_',
|
||||
'go-',
|
||||
'ltp',
|
||||
'meson',
|
||||
'ovmf-shell-efi',
|
||||
'perf',
|
||||
|
||||
Reference in New Issue
Block a user