diff options
author | Changqing Li <changqing.li@windriver.com> | 2021-01-14 15:53:38 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-01-16 22:39:35 +0000 |
commit | 2e4c20d4cc7a7116bb9495c3cb802d13de31c017 (patch) | |
tree | fc53bbcdd4b4fb2187f213bc480cc2fb7c2b2ef6 /meta/recipes-devtools/qemu/qemu.inc | |
parent | 90288f32db96da5aa7635ca430fe7cb98737c8f5 (diff) | |
download | poky-2e4c20d4cc7a7116bb9495c3cb802d13de31c017.tar.gz |
qemu: fix do_compile error
Fix error like:
Fatal error: can't create tests/ptimer-test.p/..._qemu-5.2.0_hw_core_ptimer.c.o: File name too long
(From OE-Core rev: e125430dea6e5eba5587f56602b006c90ab16509)
Signed-off-by: Changqing Li <changqing.li@windriver.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 cfa65f99d0..c894b81b10 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc | |||
@@ -29,6 +29,7 @@ SRC_URI = "https://download.qemu.org/${BPN}-${PV}.tar.xz \ | |||
29 | file://mingwfix.patch \ | 29 | file://mingwfix.patch \ |
30 | file://mmap.patch \ | 30 | file://mmap.patch \ |
31 | file://mmap2.patch \ | 31 | file://mmap2.patch \ |
32 | file://0001-tests-meson.build-use-relative-path-to-refer-to-file.patch \ | ||
32 | " | 33 | " |
33 | UPSTREAM_CHECK_REGEX = "qemu-(?P<pver>\d+(\.\d+)+)\.tar" | 34 | UPSTREAM_CHECK_REGEX = "qemu-(?P<pver>\d+(\.\d+)+)\.tar" |
34 | 35 | ||