summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-02-19 20:47:40 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-02-21 17:48:09 +0000
commit8b7523f13ea0ebb86fdcbc3b5d39408c1f6d45ef (patch)
tree0d4a94da22253940a30edbc0771adcd2400755fd /meta/recipes-sato
parent74b981acba092bb5887ff93f10c89ec31ee7e915 (diff)
downloadpoky-8b7523f13ea0ebb86fdcbc3b5d39408c1f6d45ef.tar.gz
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) (From OE-Core rev: 1d8e5d1bc1aa8fdaf967395e27b13cc989717fb7) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato')
-rw-r--r--meta/recipes-sato/images/core-image-sato-sdk-ptest.bb2
1 files changed, 0 insertions, 2 deletions
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 85b5adbc69..58c257c49f 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
3 3
4DESCRIPTION += "Also includes ptest packages." 4DESCRIPTION += "Also includes ptest packages."
5 5
6IMAGE_FEATURES += "ptest-pkgs"
7
8PROVIDES += "core-image-sato-ptest" 6PROVIDES += "core-image-sato-ptest"
9 7
10# Also include ptests which may not otherwise be included in a sato image 8# Also include ptests which may not otherwise be included in a sato image