summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/images/core-image-weston-ptest-fast.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2021-04-23 20:02:48 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-04-27 15:11:47 +0100
commitf66d90a06fb8f8d0c0e108933c53b0d4126f7c10 (patch)
tree62135b58cb238ffb739eb0851ac0638e6eea0b13 /meta/recipes-graphics/images/core-image-weston-ptest-fast.bb
parent73bdeae2fca632e2ab50166632059f11fc259ac8 (diff)
downloadpoky-f66d90a06fb8f8d0c0e108933c53b0d4126f7c10.tar.gz
core-image-weston: add sdk/ptest images
This is the first step towards rebasing the AB matrix from sato to weston; the eventual goal is to keep sato only in core-image-sato image. The broader rationale is that X11 is effectively deprecated technology at this point with only minimal maintenance; standalone X server will not be developed any further, and all attention currently is towards making it work well under Wayland. I believe YP should be defaulting to Wayland and not X11. (From OE-Core rev: 3a6996f87a9e32f2e6e668dce98f77d0b40fceb8) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/images/core-image-weston-ptest-fast.bb')
-rw-r--r--meta/recipes-graphics/images/core-image-weston-ptest-fast.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/recipes-graphics/images/core-image-weston-ptest-fast.bb b/meta/recipes-graphics/images/core-image-weston-ptest-fast.bb
new file mode 100644
index 0000000000..df02befb66
--- /dev/null
+++ b/meta/recipes-graphics/images/core-image-weston-ptest-fast.bb
@@ -0,0 +1,20 @@
1require core-image-weston-sdk.bb
2require conf/distro/include/ptest-packagelists.inc
3
4# Include only fast (< 30 sec) ptests
5IMAGE_INSTALL += "${PTESTS_FAST}"
6
7DESCRIPTION += "Also includes ptest packages with fast execution times to allow for more automated QA."
8
9# This image is sufficiently large (~1.8GB) that it can't actually fit in a live
10# image (which has a 4GB limit), so nullify the overhead factor (1.3x out of the
11# box) and explicitly add just 1500MB.
12# strace-ptest in particular needs more than 500MB
13IMAGE_OVERHEAD_FACTOR = "1.0"
14IMAGE_ROOTFS_EXTRA_SPACE = "1524288"
15
16# ptests need more memory than standard to avoid the OOM killer
17QB_MEM = "-m 1024"
18
19# Sadly at the moment the fast set of ptests is not robust enough and sporadically fails in a couple of places
20PTEST_EXPECT_FAILURE = "1"