summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/ltp/ltp_20220527.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2022-07-12 15:37:34 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-07-14 10:08:37 +0100
commit4065c5b69830ea81fbde23263ece55f6f12e5d71 (patch)
tree67bb1d72565f8f6d93d560525d514c59c5194243 /meta/recipes-extended/ltp/ltp_20220527.bb
parentbd2c8ed2d3ddec21cfcc44b26feee0285e0cd441 (diff)
downloadopenembedded-core-4065c5b69830ea81fbde23263ece55f6f12e5d71.tar.gz
ltp: fix builds when host ld doesn't know about target ELF formats
The kvm tests use the host ld, which doesn't necessarily know about the target ELF format. It should be using the cross ld we built, so call $(LD) instead. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'meta/recipes-extended/ltp/ltp_20220527.bb')
-rw-r--r--meta/recipes-extended/ltp/ltp_20220527.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/ltp/ltp_20220527.bb b/meta/recipes-extended/ltp/ltp_20220527.bb
index 56fa83f5a0..094251ec81 100644
--- a/meta/recipes-extended/ltp/ltp_20220527.bb
+++ b/meta/recipes-extended/ltp/ltp_20220527.bb
@@ -28,6 +28,7 @@ SRCREV = "6f88e0f6f1d6eb12c48c902f50f47ecbd3b0f18a"
SRC_URI = "git://github.com/linux-test-project/ltp.git;branch=master;protocol=https \
file://0001-Remove-OOM-tests-from-runtest-mm.patch \
file://disable_hanging_tests.patch \
+ file://0001-kvm-use-LD-instead-of-hardcoding-ld.patch \
"
S = "${WORKDIR}/git"