diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-02-19 20:47:40 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-02-21 17:48:09 +0000 |
commit | 8b7523f13ea0ebb86fdcbc3b5d39408c1f6d45ef (patch) | |
tree | 0d4a94da22253940a30edbc0771adcd2400755fd /meta/recipes-sato | |
parent | 74b981acba092bb5887ff93f10c89ec31ee7e915 (diff) | |
download | poky-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.bb | 2 |
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 | ||
4 | DESCRIPTION += "Also includes ptest packages." | 4 | DESCRIPTION += "Also includes ptest packages." |
5 | 5 | ||
6 | IMAGE_FEATURES += "ptest-pkgs" | ||
7 | |||
8 | PROVIDES += "core-image-sato-ptest" | 6 | PROVIDES += "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 |