summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-sato')
-rw-r--r--meta/recipes-sato/images/core-image-sato-ptest-fast.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/recipes-sato/images/core-image-sato-ptest-fast.bb b/meta/recipes-sato/images/core-image-sato-ptest-fast.bb
new file mode 100644
index 0000000000..b794a7dc9e
--- /dev/null
+++ b/meta/recipes-sato/images/core-image-sato-ptest-fast.bb
@@ -0,0 +1,16 @@
1require core-image-sato-sdk.bb
2require conf/distro/include/ptest-packagelists.inc
3
4IMAGE_INSTALL += "${PTESTS_FAST}"
5
6DESCRIPTION += "Also includes ptest packages with fast execution times to allow for more automated QA."
7
8# This image is sufficiently large (~1.8GB) that it can't actually fit in a live
9# image (which has a 4GB limit), so nullify the overhead factor (1.3x out of the
10# box) and explicitly add just 1500MB.
11# strace-ptest in particular needs more than 500MB
12IMAGE_OVERHEAD_FACTOR = "1.0"
13IMAGE_ROOTFS_EXTRA_SPACE = "1524288"
14
15# ptests need more memory than standard to avoid the OOM killer
16QB_MEM = "-m 1024"