summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/qemu/qemu.inc
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2022-12-30 19:38:49 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-12-31 17:08:29 +0000
commit19adb2236b4211ea90d63c874a86ce5881ab36b2 (patch)
tree8f199fe02626a3a4b5dfe87a834f9625c5a9202b /meta/recipes-devtools/qemu/qemu.inc
parent9d949ac7c1e397e56e8ebf90c47a84358712720f (diff)
downloadpoky-19adb2236b4211ea90d63c874a86ce5881ab36b2.tar.gz
qemu: disable sporadically failing test-io-channel-command
[YOCTO #14996] (From OE-Core rev: e7f032b3f797f76dbb4ffa42fa5364624c6fb08b) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu.inc')
-rw-r--r--meta/recipes-devtools/qemu/qemu.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc
index b63c643dd8..b58719affd 100644
--- a/meta/recipes-devtools/qemu/qemu.inc
+++ b/meta/recipes-devtools/qemu/qemu.inc
@@ -80,6 +80,8 @@ do_install_ptest() {
80 # Update SRC_PATH variable to the right place on target 80 # Update SRC_PATH variable to the right place on target
81 sed -i -e "s#^SRC_PATH=.*#SRC_PATH=${PTEST_PATH}#g" $makfiles 81 sed -i -e "s#^SRC_PATH=.*#SRC_PATH=${PTEST_PATH}#g" $makfiles
82 82
83 # https://gitlab.com/qemu-project/qemu/-/issues/1403
84 rm ${D}${PTEST_PATH}/tests/unit/test-io-channel-command
83} 85}
84 86
85# QEMU_TARGETS is overridable variable 87# QEMU_TARGETS is overridable variable