From ff9448f915369db8ed9ae7f4ccc617f3912172d6 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 17 Apr 2019 14:18:03 +0100 Subject: core-image-sato-ptest-fast: Add 'fast' ptest execution image Create a common include file which lists recipes that have ptests divided into 'fast' and 'slow' groups. This allows us to include ptests which otherwise may not get included in images and allows us to test the faster running things more regularly. The new image allows access to these faster executing tests. 'fast' is defined as tests which execute in under 30s roughly speaking. (From OE-Core rev: 2d8f8ab85d98929b0f1f699f256b40b1d9cddaec) Signed-off-by: Richard Purdie --- meta/conf/distro/include/maintainers.inc | 1 + meta/conf/distro/include/ptest-packagelists.inc | 75 ++++++++++++++++++++++ .../images/core-image-sato-ptest-fast.bb | 16 +++++ 3 files changed, 92 insertions(+) create mode 100644 meta/conf/distro/include/ptest-packagelists.inc create mode 100644 meta/recipes-sato/images/core-image-sato-ptest-fast.bb diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc index 950b8e8951..41c2a95d53 100644 --- a/meta/conf/distro/include/maintainers.inc +++ b/meta/conf/distro/include/maintainers.inc @@ -122,6 +122,7 @@ RECIPE_MAINTAINER_pn-core-image-clutter = "Richard Purdie