[OE-core] [PATCH] runqemu-internal: increase memory for qemuarm64

Kai Kang kai.kang at windriver.com
Thu Dec 25 08:19:33 UTC 2014


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>
---
 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




More information about the Openembedded-core mailing list