]> code.ossystems Code Review - openembedded-core.git/commitdiff
core-image-sato-sdk-ptest: do not pull in ptest-pkgs
authorAlexander Kanavin <alex.kanavin@gmail.com>
Wed, 19 Feb 2020 19:47:40 +0000 (20:47 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 21 Feb 2020 17:46:46 +0000 (17:46 +0000)
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 <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-sato/images/core-image-sato-sdk-ptest.bb

index 85b5adbc693e52c523d4000c2aceea7465a4af4b..58c257c49fb53927aaf5f010102c063844bfeb93 100644 (file)
@@ -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