summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/qemu/qemu_1.7.0.bb
diff options
context:
space:
mode:
authorJiang Lu <lu.jiang@windriver.com>2014-03-28 17:42:44 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-04-01 23:37:01 +0100
commit3d456fcb7f111c9350c512b71b26f05bd9821e0a (patch)
tree59316e6f452f0903c0be0660c5c7b5fb99a4cad0 /meta/recipes-devtools/qemu/qemu_1.7.0.bb
parent3008b12d41c8c16032a9ae15af4ff53bc511aabc (diff)
downloadpoky-3d456fcb7f111c9350c512b71b26f05bd9821e0a.tar.gz
Qemu:Arm:versatilepb: Add memory size checking
The machine can not work with memory over 256M, so add a checking at startup. If the memory size exceed 256M, just stop emulation then throw out warning about memory limitation. (From OE-Core rev: 48ff812a4b649fa7b1c73740ef65e4855640dc39) Signed-off-by: Jiang Lu <lu.jiang@windriver.com> Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Jeff Polk <jeff.polk@windriver.com> Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu_1.7.0.bb')
-rw-r--r--meta/recipes-devtools/qemu/qemu_1.7.0.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/qemu/qemu_1.7.0.bb b/meta/recipes-devtools/qemu/qemu_1.7.0.bb
index be6dd51df4..b776cccc02 100644
--- a/meta/recipes-devtools/qemu/qemu_1.7.0.bb
+++ b/meta/recipes-devtools/qemu/qemu_1.7.0.bb
@@ -4,7 +4,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=441c28d2cf86e15a37fa47e15a72fbac \
4 file://COPYING.LIB;endline=24;md5=c04def7ae38850e7d3ef548588159913" 4 file://COPYING.LIB;endline=24;md5=c04def7ae38850e7d3ef548588159913"
5 5
6SRC_URI += "file://fxrstorssefix.patch \ 6SRC_URI += "file://fxrstorssefix.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 9
9SRC_URI_prepend = "http://wiki.qemu.org/download/qemu-${PV}.tar.bz2" 10SRC_URI_prepend = "http://wiki.qemu.org/download/qemu-${PV}.tar.bz2"
10SRC_URI[md5sum] = "32893941d40d052a5e649efcf06aca06" 11SRC_URI[md5sum] = "32893941d40d052a5e649efcf06aca06"