summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-sato/images/core-image-sato.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-sato/images/core-image-sato.bb b/meta/recipes-sato/images/core-image-sato.bb
index 9200ae5440..5ff35d772c 100644
--- a/meta/recipes-sato/images/core-image-sato.bb
+++ b/meta/recipes-sato/images/core-image-sato.bb
@@ -10,8 +10,8 @@ LICENSE = "MIT"
10 10
11inherit core-image 11inherit core-image
12 12
13TOOLCHAIN_HOST_TASK:append = " nativesdk-intltool nativesdk-glib-2.0" 13TOOLCHAIN_HOST_TASK:append = " nativesdk-intltool nativesdk-glib-2.0-utils"
14TOOLCHAIN_HOST_TASK:remove:task-populate-sdk-ext = " nativesdk-intltool nativesdk-glib-2.0" 14TOOLCHAIN_HOST_TASK:remove:task-populate-sdk-ext = " nativesdk-intltool nativesdk-glib-2.0-utils"
15 15
16QB_MEM = '${@bb.utils.contains("DISTRO_FEATURES", "opengl", "-m 512", "-m 256", d)}' 16QB_MEM = '${@bb.utils.contains("DISTRO_FEATURES", "opengl", "-m 512", "-m 256", d)}'
17QB_MEM:qemuarmv5 = "-m 256" 17QB_MEM:qemuarmv5 = "-m 256"