diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/qemu/qemu.inc | 2 |
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 |