[oe-commits] [openembedded-core] 05/07: core-image-sato-sdk-ptest: Add temporary PROVIDES core-image-sato-ptest

git at git.openembedded.org git at git.openembedded.org
Wed Apr 17 16:29:03 UTC 2019


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

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

commit 3b6c43c8c7ae2132bf8ae74d87054a5d2064e7de
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Wed Apr 17 17:03:42 2019 +0100

    core-image-sato-sdk-ptest: Add temporary PROVIDES core-image-sato-ptest
    
    Since we want to ultimately move this recipe to that name, add a PROVIDES
    to allow things to work whilst we fix the bugs preventing the move. This
    avoids having to keep changing the autobuilder.
    
    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 insertions(+)

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 61cb9c6..2497fc4 100644
--- a/meta/recipes-sato/images/core-image-sato-sdk-ptest.bb
+++ b/meta/recipes-sato/images/core-image-sato-sdk-ptest.bb
@@ -5,6 +5,8 @@ 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
 IMAGE_INSTALL += "${PTESTS_FAST} ${PTESTS_SLOW}"
 

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


More information about the Openembedded-commits mailing list