mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 09:32:14 +02:00
qemu: Fix reproducibilty issues
tests/qemu-iotests/common.env is generated from configure which
we pass ${HOSTTOOLS_DIR}/python3 as our python to use, which gets
copied into the ptests. Correct python3 path.
(From OE-Core rev: e8e5765cf2ad324a84634877eebc8289f1bc934f)
Signed-off-by: Jeremy A. Puhlman <jpuhlman@mvista.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
3d46c2d10d
commit
163ee315a5
@@ -56,6 +56,8 @@ do_install_ptest() {
|
||||
# Don't check the file genreated by configure
|
||||
sed -i -e '/wildcard config-host.mak/d' \
|
||||
-e '$ {/endif/d}' ${D}${PTEST_PATH}/tests/Makefile.include
|
||||
sed -i -e 's,${HOSTTOOLS_DIR}/python3,${bindir}/python3,' \
|
||||
${D}/${PTEST_PATH}/tests/qemu-iotests/common.env
|
||||
}
|
||||
|
||||
# QEMU_TARGETS is overridable variable
|
||||
|
||||
Reference in New Issue
Block a user