All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 01/31] core-image-weston: bump QB_MEM to 1G in qemuarm64
@ 2021-06-15  8:12 Alexander Kanavin
  2021-06-15  8:12 ` [PATCH 02/31] gdb-cross: enable debuginfod Alexander Kanavin
                   ` (29 more replies)
  0 siblings, 30 replies; 31+ messages in thread
From: Alexander Kanavin @ 2021-06-15  8:12 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alexander Kanavin

weston tests start additional compositors, other tests are also
heavy on RAM, weston itself takes 256M with opengl enabled,
so 512M causes OOM errors on arm64.

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 meta/recipes-graphics/images/core-image-weston.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-graphics/images/core-image-weston.bb b/meta/recipes-graphics/images/core-image-weston.bb
index 62305cc1ce..e332e19368 100644
--- a/meta/recipes-graphics/images/core-image-weston.bb
+++ b/meta/recipes-graphics/images/core-image-weston.bb
@@ -10,3 +10,4 @@ CORE_IMAGE_BASE_INSTALL += "gtk+3-demo"
 CORE_IMAGE_BASE_INSTALL += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'weston-xwayland matchbox-terminal', '', d)}"
 
 QB_MEM = "-m 512"
+QB_MEM_qemuarm64 = "-m 1024"
-- 
2.31.1


^ permalink raw reply related	[flat|nested] 31+ messages in thread

end of thread, other threads:[~2021-06-15  8:13 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-15  8:12 [PATCH 01/31] core-image-weston: bump QB_MEM to 1G in qemuarm64 Alexander Kanavin
2021-06-15  8:12 ` [PATCH 02/31] gdb-cross: enable debuginfod Alexander Kanavin
2021-06-15  8:12 ` [PATCH 03/31] cross-canadian: correct the location of pkg-config files Alexander Kanavin
2021-06-15  8:12 ` [PATCH 04/31] bitbake.conf: enable debuginfod in native/nativesdk Alexander Kanavin
2021-06-15  8:12 ` [PATCH 05/31] m4: upgrade 1.4.18 -> 1.4.19 Alexander Kanavin
2021-06-15  8:12 ` [PATCH 06/31] m4: correct ptest failures Alexander Kanavin
2021-06-15  8:12 ` [PATCH 07/31] util-linux: update 2.36.2 -> 2.37 Alexander Kanavin
2021-06-15  8:12 ` [PATCH 08/31] ovmf: update 2021.02 -> 2021.05 Alexander Kanavin
2021-06-15  8:12 ` [PATCH 09/31] apt: update 2.2.3 -> 2.2.4 Alexander Kanavin
2021-06-15  8:12 ` [PATCH 10/31] connman: update 1.39 -> 1.40 Alexander Kanavin
2021-06-15  8:12 ` [PATCH 11/31] nettle: update 3.7.2 -> 3.7.3 Alexander Kanavin
2021-06-15  8:12 ` [PATCH 12/31] glib-2.0: update 2.68.2 -> 2.68.3 Alexander Kanavin
2021-06-15  8:12 ` [PATCH 13/31] meson: upgrade 0.58.0 -> 0.58.1 Alexander Kanavin
2021-06-15  8:12 ` [PATCH 14/31] ell: upgrade 0.40 -> 0.41 Alexander Kanavin
2021-06-15  8:12 ` [PATCH 15/31] erofs-utils: upgrade 1.2.1 -> 1.3 Alexander Kanavin
2021-06-15  8:12 ` [PATCH 16/31] gptfdisk: upgrade 1.0.7 -> 1.0.8 Alexander Kanavin
2021-06-15  8:12 ` [PATCH 17/31] grub: upgrade 2.04+2.06~rc1 -> 2.06 Alexander Kanavin
2021-06-15  8:12 ` [PATCH 18/31] libksba: upgrade 1.5.1 -> 1.6.0 Alexander Kanavin
2021-06-15  8:12 ` [PATCH 19/31] libnss-mdns: upgrade 0.15 -> 0.15.1 Alexander Kanavin
2021-06-15  8:12 ` [PATCH 20/31] libpcap: upgrade 1.10.0 -> 1.10.1 Alexander Kanavin
2021-06-15  8:12 ` [PATCH 21/31] libwpe: " Alexander Kanavin
2021-06-15  8:12 ` [PATCH 22/31] libx11: upgrade 1.7.1 -> 1.7.2 Alexander Kanavin
2021-06-15  8:12 ` [PATCH 23/31] mpg123: upgrade 1.27.2 -> 1.28.0 Alexander Kanavin
2021-06-15  8:12 ` [PATCH 24/31] puzzles: upgrade to latest revision Alexander Kanavin
2021-06-15  8:12 ` [PATCH 25/31] python3-hypothesis: upgrade 6.13.14 -> 6.14.0 Alexander Kanavin
2021-06-15  8:12 ` [PATCH 26/31] python3-magic: upgrade 0.4.23 -> 0.4.24 Alexander Kanavin
2021-06-15  8:12 ` [PATCH 27/31] rng-tools: upgrade 6.12 -> 6.13 Alexander Kanavin
2021-06-15  8:12 ` [PATCH 28/31] stress-ng: upgrade 0.12.09 -> 0.12.10 Alexander Kanavin
2021-06-15  8:12 ` [PATCH 29/31] sudo: upgrade 1.9.7 -> 1.9.7p1 Alexander Kanavin
2021-06-15  8:12 ` [PATCH 30/31] wpebackend-fdo: upgrade 1.8.4 -> 1.10.0 Alexander Kanavin
2021-06-15  8:12 ` [PATCH 31/31] xkeyboard-config: upgrade 2.32 -> 2.33 Alexander Kanavin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.