From 614b7a15d61ed8b17d267b98927cf60a463b2065 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 13 Sep 2020 14:52:44 -0700 Subject: core-image-weston: Bump qemu memory to 512M It needs openGL and launching two weston instances during weston ptest needs > 256M ram to work (From OE-Core rev: 72668c42d4b2a0bc48a1341e30baac6c7968d993) Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- meta/recipes-graphics/images/core-image-weston.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta') diff --git a/meta/recipes-graphics/images/core-image-weston.bb b/meta/recipes-graphics/images/core-image-weston.bb index f5102e1989..fa7e9ef421 100644 --- a/meta/recipes-graphics/images/core-image-weston.bb +++ b/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" -- cgit v1.2.3-54-g00ecf