]> code.ossystems Code Review - openembedded-core.git/commitdiff
core-image-weston: Bump qemu memory to 512M
authorKhem Raj <raj.khem@gmail.com>
Sun, 13 Sep 2020 21:52:44 +0000 (14:52 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 13 Sep 2020 23:14:45 +0000 (00:14 +0100)
It needs openGL and launching two weston instances during weston ptest
needs > 256M ram to work

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/images/core-image-weston.bb

index f5102e19891bd88b9073b04f19dea54e8f692fd1..fa7e9ef42129f9b8d0be8f04ff3a5f5f5b8d9532 100644 (file)
@@ -10,3 +10,5 @@ REQUIRED_DISTRO_FEATURES = "wayland"
 
 CORE_IMAGE_BASE_INSTALL += "weston weston-init weston-examples gtk+3-demo clutter-1.0-examples"
 CORE_IMAGE_BASE_INSTALL += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'weston-xwayland matchbox-terminal', '', d)}"
+
+QB_MEM = "-m 512"