From: Alexander Kanavin Date: Wed, 19 Feb 2020 19:47:40 +0000 (+0100) Subject: core-image-sato-sdk-ptest: do not pull in ptest-pkgs X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~11754 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d8e5d1bc1aa8fdaf967395e27b13cc989717fb7;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git core-image-sato-sdk-ptest: do not pull in ptest-pkgs The lists of ptests are defined via PTESTS_FAST and PTESTS_SLOW; specifying 'ptests-pkgs' also pulls in additional ptests that are specifically excluded from those lists due to causing issues with ptesting. (particularly bash-ptest is one such item) Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- 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 85b5adbc693..58c257c49fb 100644 --- a/meta/recipes-sato/images/core-image-sato-sdk-ptest.bb +++ b/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