diff options
author | Kai Kang <kai.kang@windriver.com> | 2014-12-25 16:19:33 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-25 08:27:13 +0000 |
commit | e3a623bfe39fda16420d2042647af75877bb6f70 (patch) | |
tree | 2ea710c14078065b3a0ff9f271cbf7230581db36 /scripts | |
parent | 575ba9a4d8fcf585aeb7770bc1ed1b9121583274 (diff) | |
download | poky-e3a623bfe39fda16420d2042647af75877bb6f70.tar.gz |
runqemu-internal: increase memory for qemuarm64
Increase memory to 512M for qemuarm64. The original size 126M can't make
task testimage pass, neither 256M.
[YOCTO #7102]
(From OE-Core rev: 93979b2d025cf318fd0d867ed730721c7594d33b)
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/runqemu-internal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/runqemu-internal b/scripts/runqemu-internal index f6274e20e8..5711bd3802 100755 --- a/scripts/runqemu-internal +++ b/scripts/runqemu-internal | |||
@@ -51,7 +51,7 @@ else | |||
51 | mem_size=128 | 51 | mem_size=128 |
52 | ;; | 52 | ;; |
53 | "qemuarm64") | 53 | "qemuarm64") |
54 | mem_size=128 | 54 | mem_size=512 |
55 | ;; | 55 | ;; |
56 | "qemumicroblaze") | 56 | "qemumicroblaze") |
57 | mem_size=64 | 57 | mem_size=64 |