summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2019-01-30 22:00:59 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-01-31 23:08:39 +0000
commit975526b8e38a4a0087f8bbe42dc30a01a33179b0 (patch)
treefd33a17774edc76d7afa809269777271dcc470df /meta/recipes-sato
parente203b71b06df1e7d73fa300d45c428008a190d00 (diff)
downloadopenembedded-core-contrib-975526b8e38a4a0087f8bbe42dc30a01a33179b0.tar.gz
core-image-sato-sdk-ptest: Increase qemu memory to 1GB
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato')
-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"