diff options
-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" | ||