summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/qemu/qemu_2.2.0.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2015-03-24 09:08:41 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-03-25 12:39:40 +0000
commit7cb5ea06b85164c0190e85677ab9b163f2ecacd4 (patch)
tree7f0178174ab350d14aa6b6e8dd7f1e547af6e4f3 /meta/recipes-devtools/qemu/qemu_2.2.0.bb
parent443938795e506bdc217ced44677032a8eeaa12fe (diff)
downloadpoky-7cb5ea06b85164c0190e85677ab9b163f2ecacd4.tar.gz
qemu: Add patch to fix qemux86-64 EDSCA key problems
Without this patch, x86_64 images would show invalid EDSCA key errors with sshd from openssh (but not dropbear) during init. This would cause problems with operation with some distros where EDSCA keys were mandatory. The issue was present in qemu 2.2.1 and not in 2.3.0-rc0, bisected to this commit which was then backported. This fixes intermittent failures on the autobuilder. Issue is not present when using KVM (consistent with a fault in TCG). (From OE-Core rev: 27fe06cb7d30c79833769b3ebb080a7a8115439d) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu_2.2.0.bb')
-rw-r--r--meta/recipes-devtools/qemu/qemu_2.2.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu_2.2.0.bb b/meta/recipes-devtools/qemu/qemu_2.2.0.bb
index 209b910103..757de89640 100644
--- a/meta/recipes-devtools/qemu/qemu_2.2.0.bb
+++ b/meta/recipes-devtools/qemu/qemu_2.2.0.bb
@@ -6,6 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=441c28d2cf86e15a37fa47e15a72fbac \
6SRC_URI += "file://configure-fix-Darwin-target-detection.patch \ 6SRC_URI += "file://configure-fix-Darwin-target-detection.patch \
7 file://qemu-enlarge-env-entry-size.patch \ 7 file://qemu-enlarge-env-entry-size.patch \
8 file://Qemu-Arm-versatilepb-Add-memory-size-checking.patch \ 8 file://Qemu-Arm-versatilepb-Add-memory-size-checking.patch \
9 file://37ed3bf1ee07bb1a26adca0df8718f601f231c0b.patch \
9 " 10 "
10SRC_URI_prepend = "http://wiki.qemu-project.org/download/${BP}.tar.bz2" 11SRC_URI_prepend = "http://wiki.qemu-project.org/download/${BP}.tar.bz2"
11SRC_URI[md5sum] = "f7a5e2da22d057eb838a91da7aff43c8" 12SRC_URI[md5sum] = "f7a5e2da22d057eb838a91da7aff43c8"