diff options
author | Aníbal Limón <anibal.limon@linux.intel.com> | 2015-08-12 15:38:49 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-08-16 09:24:58 +0100 |
commit | 73a876e4ff04ebbbcd3bde62efe02146ab601e25 (patch) | |
tree | deaddb90f52c526a94cdec6c6bfaf2f383b224c0 /meta/recipes-devtools/qemu/qemu.inc | |
parent | 6b166891d2452aec95e0757afda734722a318ad3 (diff) | |
download | poky-73a876e4ff04ebbbcd3bde62efe02146ab601e25.tar.gz |
qemu-native: Add debugging when qemu fails with qemu_cpu_kick_thread
We are expecting some random failures in QEMU runs one of this is
related to qemu_cpu_kick_thread that ends on exit(1) on qemu.
To improve debug information add patch that prints the backtrace and
the status of qemu cpu.
[YOCTO #8143]
(From OE-Core rev: c9dd8fae8fd799f0f64328606904e047ed8ee9c3)
Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
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.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index c3f73d1ec5..8c1e77940e 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc | |||
@@ -25,6 +25,7 @@ SRC_URI = "\ | |||
25 | 25 | ||
26 | SRC_URI_append_class-native = "\ | 26 | SRC_URI_append_class-native = "\ |
27 | file://fix-libcap-header-issue-on-some-distro.patch \ | 27 | file://fix-libcap-header-issue-on-some-distro.patch \ |
28 | file://cpus.c-qemu_cpu_kick_thread_debugging.patch \ | ||
28 | " | 29 | " |
29 | 30 | ||
30 | EXTRA_OECONF += "--target-list=${@get_qemu_target_list(d)} --disable-werror --disable-bluez --disable-libiscsi --with-system-pixman --extra-cflags='${CFLAGS}'" | 31 | EXTRA_OECONF += "--target-list=${@get_qemu_target_list(d)} --disable-werror --disable-bluez --disable-libiscsi --with-system-pixman --extra-cflags='${CFLAGS}'" |