]> code.ossystems Code Review - openembedded-core.git/commitdiff
Revert "core-image-sato: qemumips use 512 mem"
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 15 Sep 2020 10:55:01 +0000 (11:55 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 15 Sep 2020 10:55:01 +0000 (11:55 +0100)
This reverts commit 45da2fc4f7272366ffc7cde24d9040c919466201.

qemumips is unstable with more than 256MB memory, the original issue
this limit was added for remains.

We'll have to find other solutions to the systemd out of memory issues.

meta/recipes-sato/images/core-image-sato.bb

index 878e0eaa8d2433e390159bb68f9bfb7453716096..673106eb6d3a15acfde44b497e8c3001c9d998c1 100644 (file)
@@ -12,3 +12,4 @@ TOOLCHAIN_HOST_TASK_append = " nativesdk-intltool nativesdk-glib-2.0"
 TOOLCHAIN_HOST_TASK_remove_task-populate-sdk-ext = " nativesdk-intltool nativesdk-glib-2.0"
 
 QB_MEM = '${@bb.utils.contains("DISTRO_FEATURES", "opengl", "-m 512", "-m 256", d)}'
+QB_MEM_qemumips = "-m 256"