[oe-commits] [openembedded-core] 28/28: core-image-sato-sdk-ptest: do not pull in ptest-pkgs

git at git.openembedded.org git at git.openembedded.org
Fri Feb 21 17:49:06 UTC 2020


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 1d8e5d1bc1aa8fdaf967395e27b13cc989717fb7
Author: Alexander Kanavin <alex.kanavin at gmail.com>
AuthorDate: Wed Feb 19 20:47:40 2020 +0100

    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 <alex.kanavin at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-sato/images/core-image-sato-sdk-ptest.bb | 2 --
 1 file changed, 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 85b5adb..58c257c 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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list