summaryrefslogtreecommitdiff
path: root/poky/meta/recipes-sato/images/core-image-sato-sdk-ptest.bb
diff options
context:
space:
mode:
Diffstat (limited to 'poky/meta/recipes-sato/images/core-image-sato-sdk-ptest.bb')
-rw-r--r--poky/meta/recipes-sato/images/core-image-sato-sdk-ptest.bb8
1 files changed, 5 insertions, 3 deletions
diff --git a/poky/meta/recipes-sato/images/core-image-sato-sdk-ptest.bb b/poky/meta/recipes-sato/images/core-image-sato-sdk-ptest.bb
index ff297fe32..bf749acd7 100644
--- a/poky/meta/recipes-sato/images/core-image-sato-sdk-ptest.bb
+++ b/poky/meta/recipes-sato/images/core-image-sato-sdk-ptest.bb
@@ -3,8 +3,6 @@ require conf/distro/include/ptest-packagelists.inc
DESCRIPTION += "Also includes ptest packages."
-IMAGE_FEATURES += "ptest-pkgs"
-
PROVIDES += "core-image-sato-ptest"
# Also include ptests which may not otherwise be included in a sato image
@@ -18,4 +16,8 @@ IMAGE_OVERHEAD_FACTOR = "1.0"
IMAGE_ROOTFS_EXTRA_SPACE = "1124288"
# ptests need more memory than standard to avoid the OOM killer
-QB_MEM = "-m 1024"
+# also lttng-tools needs /tmp that has at least 1G
+QB_MEM = "-m 2048"
+
+# Sadly at the moment the full set of ptests is not robust enough and sporadically fails in random places
+PTEST_EXPECT_FAILURE = "1"