diff options
-rw-r--r-- | meta/lib/oeqa/selftest/cases/glibc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/cases/glibc.py b/meta/lib/oeqa/selftest/cases/glibc.py index 4ec4b85d67..c300aef913 100644 --- a/meta/lib/oeqa/selftest/cases/glibc.py +++ b/meta/lib/oeqa/selftest/cases/glibc.py | |||
@@ -65,7 +65,7 @@ class GlibcSelfTestBase(OESelftestTestCase, OEPTestResultTestCase): | |||
65 | bitbake("core-image-minimal") | 65 | bitbake("core-image-minimal") |
66 | 66 | ||
67 | # start runqemu | 67 | # start runqemu |
68 | qemu = s.enter_context(runqemu("core-image-minimal", runqemuparams = "nographic")) | 68 | qemu = s.enter_context(runqemu("core-image-minimal", runqemuparams = "nographic", qemuparams = "-m 1024")) |
69 | 69 | ||
70 | # validate that SSH is working | 70 | # validate that SSH is working |
71 | status, _ = qemu.run("uname") | 71 | status, _ = qemu.run("uname") |