From e7f032b3f797f76dbb4ffa42fa5364624c6fb08b Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Fri, 30 Dec 2022 19:38:49 +0100 Subject: [PATCH] qemu: disable sporadically failing test-io-channel-command [YOCTO #14996] Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- meta/recipes-devtools/qemu/qemu.inc | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.47.3