[oe-commits] Kai Kang : runqemu-internal: increase memory for qemuarm64

git at git.openembedded.org git at git.openembedded.org
Thu Dec 25 08:28:56 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: 93979b2d025cf318fd0d867ed730721c7594d33b
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=93979b2d025cf318fd0d867ed730721c7594d33b

Author: Kai Kang <kai.kang at windriver.com>
Date:   Thu Dec 25 16:19:33 2014 +0800

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]

Signed-off-by: Kai Kang <kai.kang at windriver.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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



More information about the Openembedded-commits mailing list