diff options
author | Stephen Arnold <sarnold@vctlabs.com> | 2016-06-12 18:09:56 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-15 18:05:21 +0100 |
commit | 44ab979c4d7d5bc09df6fe920d5a171d281fa600 (patch) | |
tree | b7ecda874d12ebce545d8e4ad97e2a6222306ae2 /meta/recipes-devtools/qemu/qemu_2.6.0.bb | |
parent | 8f9f48a29a8478dce203b7b0e439ef5303b05475 (diff) | |
download | poky-44ab979c4d7d5bc09df6fe920d5a171d281fa600.tar.gz |
qemu-native: set ld.bfd, fix cflags, and set some environment vars
The main thing is build failures with gold linker, but qemu is also a
little too aggressive at finding random tools on the build host, so we
also set the build env for qemu-native and make sure it doesn't reset
its own (hard-coded) cflags when we don't want it to.
(From OE-Core rev: 862c9cbbef1f17b57c0ea369d88194b60623ffdd)
Signed-off-by: Stephen Arnold <sarnold@vctlabs.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_2.6.0.bb')
-rw-r--r-- | meta/recipes-devtools/qemu/qemu_2.6.0.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-devtools/qemu/qemu_2.6.0.bb b/meta/recipes-devtools/qemu/qemu_2.6.0.bb index e39132625a..735d013e3b 100644 --- a/meta/recipes-devtools/qemu/qemu_2.6.0.bb +++ b/meta/recipes-devtools/qemu/qemu_2.6.0.bb | |||
@@ -8,7 +8,9 @@ SRC_URI += "file://configure-fix-Darwin-target-detection.patch \ | |||
8 | file://Qemu-Arm-versatilepb-Add-memory-size-checking.patch \ | 8 | file://Qemu-Arm-versatilepb-Add-memory-size-checking.patch \ |
9 | file://no-valgrind.patch \ | 9 | file://no-valgrind.patch \ |
10 | file://pathlimit.patch \ | 10 | file://pathlimit.patch \ |
11 | " | 11 | file://qemu-2.5.0-cflags.patch \ |
12 | " | ||
13 | |||
12 | SRC_URI_prepend = "http://wiki.qemu-project.org/download/${BP}.tar.bz2" | 14 | SRC_URI_prepend = "http://wiki.qemu-project.org/download/${BP}.tar.bz2" |
13 | SRC_URI[md5sum] = "ca3f70b43f093e33e9e014f144067f13" | 15 | SRC_URI[md5sum] = "ca3f70b43f093e33e9e014f144067f13" |
14 | SRC_URI[sha256sum] = "c9ac4a651b273233d21b8bec32e30507cb9cce7900841febc330956a1a8434ec" | 16 | SRC_URI[sha256sum] = "c9ac4a651b273233d21b8bec32e30507cb9cce7900841febc330956a1a8434ec" |