Forráskód Böngészése

core-image-weston: Bump qemu memory to 512M

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>
Khem Raj 3 éve
szülő
commit
72668c42d4
1 módosított fájl, 2 hozzáadás és 0 törlés
  1. 2 0
      meta/recipes-graphics/images/core-image-weston.bb

+ 2 - 0
meta/recipes-graphics/images/core-image-weston.bb

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