mirror of
https://git.yoctoproject.org/poky
synced 2026-02-11 19:23:03 +01:00
qemu: fix the makefile for ptest
It always fail to check the file generated by configure when running ptest on the target since it's cross-compiling, so remove the check from the Makefile for ptest. (From OE-Core rev: 839f5ed91a8061506b1f71661ec4006783146672) Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
f295c1e944
commit
db7df005a3
@@ -55,5 +55,8 @@ do_install_ptest() {
|
||||
find ${D}${PTEST_PATH}/tests -type f -name "*.[Sshcod]" | xargs -i rm -rf {}
|
||||
|
||||
cp ${S}/tests/Makefile.include ${D}${PTEST_PATH}/tests
|
||||
# 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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user