From: Alexander Kanavin Date: Fri, 30 Dec 2022 18:38:49 +0000 (+0100) Subject: qemu: disable sporadically failing test-io-channel-command X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~2148 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e7f032b3f797f76dbb4ffa42fa5364624c6fb08b;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git qemu: disable sporadically failing test-io-channel-command [YOCTO #14996] Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index b63c643dd81..b58719affd9 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc @@ -80,6 +80,8 @@ do_install_ptest() { # Update SRC_PATH variable to the right place on target sed -i -e "s#^SRC_PATH=.*#SRC_PATH=${PTEST_PATH}#g" $makfiles + # https://gitlab.com/qemu-project/qemu/-/issues/1403 + rm ${D}${PTEST_PATH}/tests/unit/test-io-channel-command } # QEMU_TARGETS is overridable variable