mirror of
https://git.yoctoproject.org/poky
synced 2026-04-19 15:32:13 +02:00
Revert "core-image-sato: qemumips use 512 mem"
This reverts commit 45da2fc4f7.
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.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user