diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-09-15 11:55:01 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-09-17 09:47:45 +0100 |
commit | 908a42c11df1cb11adee3d8a5af53cf170aa38a9 (patch) | |
tree | 7e401c07822ba518aacdd75545847b2df3c7bbbe /meta | |
parent | 698127e1ab8bccca36ff430c39d23d4510aa958e (diff) | |
download | poky-908a42c11df1cb11adee3d8a5af53cf170aa38a9.tar.gz |
Revert "core-image-sato: qemumips use 512 mem"
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.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-sato/images/core-image-sato.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-sato/images/core-image-sato.bb b/meta/recipes-sato/images/core-image-sato.bb index 878e0eaa8d..673106eb6d 100644 --- a/meta/recipes-sato/images/core-image-sato.bb +++ b/meta/recipes-sato/images/core-image-sato.bb | |||
@@ -12,3 +12,4 @@ TOOLCHAIN_HOST_TASK_append = " nativesdk-intltool nativesdk-glib-2.0" | |||
12 | TOOLCHAIN_HOST_TASK_remove_task-populate-sdk-ext = " nativesdk-intltool nativesdk-glib-2.0" | 12 | TOOLCHAIN_HOST_TASK_remove_task-populate-sdk-ext = " nativesdk-intltool nativesdk-glib-2.0" |
13 | 13 | ||
14 | QB_MEM = '${@bb.utils.contains("DISTRO_FEATURES", "opengl", "-m 512", "-m 256", d)}' | 14 | QB_MEM = '${@bb.utils.contains("DISTRO_FEATURES", "opengl", "-m 512", "-m 256", d)}' |
15 | QB_MEM_qemumips = "-m 256" | ||