aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2019-01-30 22:00:59 +0000
committerArmin Kuster <akuster808@gmail.com>2019-04-13 13:12:36 -0700
commit2861b339f4539ec4042cc7aa5351361246f4921f (patch)
tree7f1c6607fd46f7f62b82d387a514f81c721193cd
parentdc15a21cbb3090dfb56e78f622486f843be4f54a (diff)
downloadopenembedded-core-contrib-2861b339f4539ec4042cc7aa5351361246f4921f.tar.gz
core-image-sato-sdk-ptest: Increase qemu memory to 1GB
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta/recipes-sato/images/core-image-sato-sdk-ptest.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-sato/images/core-image-sato-sdk-ptest.bb b/meta/recipes-sato/images/core-image-sato-sdk-ptest.bb
index 531571ee87..7e3152b4a1 100644
--- a/meta/recipes-sato/images/core-image-sato-sdk-ptest.bb
+++ b/meta/recipes-sato/images/core-image-sato-sdk-ptest.bb
@@ -9,3 +9,6 @@ IMAGE_FEATURES += "ptest-pkgs"
# box) and explicitly add just 500MB.
IMAGE_OVERHEAD_FACTOR = "1.0"
IMAGE_ROOTFS_EXTRA_SPACE = "524288"
+
+# ptests need more memory than standard to avoid the OOM killer
+QB_MEM = "-m 1024"