diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-01-30 22:00:59 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-05-22 00:31:48 +0100 |
commit | 9728d8e4faed21a3633224ec43b7e6b3cd405110 (patch) | |
tree | 729e43df1a313d592fd4215165002983e61717e6 /meta | |
parent | 08230d15a8ad4829e80e88d5a9e3d3cd96fee0fb (diff) | |
download | poky-9728d8e4faed21a3633224ec43b7e6b3cd405110.tar.gz |
core-image-sato-sdk-ptest: Increase qemu memory to 1GB
(From OE-Core rev: 2861b339f4539ec4042cc7aa5351361246f4921f)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-sato/images/core-image-sato-sdk-ptest.bb | 3 |
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" | |||
9 | # box) and explicitly add just 500MB. | 9 | # box) and explicitly add just 500MB. |
10 | IMAGE_OVERHEAD_FACTOR = "1.0" | 10 | IMAGE_OVERHEAD_FACTOR = "1.0" |
11 | IMAGE_ROOTFS_EXTRA_SPACE = "524288" | 11 | IMAGE_ROOTFS_EXTRA_SPACE = "524288" |
12 | |||
13 | # ptests need more memory than standard to avoid the OOM killer | ||
14 | QB_MEM = "-m 1024" | ||