From: Kai Kang <kai.kang@windriver.com>
To: <paul.eggleton@linux.intel.com>
Cc: openembedded-core@lists.openembedded.org
Subject: [PATCH] runqemu-internal: increase memory for qemuarm64
Date: Thu, 25 Dec 2014 16:19:33 +0800 [thread overview]
Message-ID: <1419495573-23856-1-git-send-email-kai.kang@windriver.com> (raw)
Increase memory to 512M for qemuarm64. The original size 126M can't make
task testimage pass, neither 256M.
[YOCTO #7102]
Signed-off-by: Kai Kang <kai.kang@windriver.com>
---
scripts/runqemu-internal | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/runqemu-internal b/scripts/runqemu-internal
index f6274e2..5711bd3 100755
--- a/scripts/runqemu-internal
+++ b/scripts/runqemu-internal
@@ -51,7 +51,7 @@ else
mem_size=128
;;
"qemuarm64")
- mem_size=128
+ mem_size=512
;;
"qemumicroblaze")
mem_size=64
--
1.9.1
reply other threads:[~2014-12-25 8:22 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1419495573-23856-1-git-send-email-kai.kang@windriver.com \
--to=kai.kang@windriver.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=paul.eggleton@linux.intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox