[oe-commits] [openembedded-core] 01/01: core-image-sato-sdk-ptest: Move to drop SDK components from ptest

git at git.openembedded.org git at git.openembedded.org
Wed Apr 17 13:44:47 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 3487dfd5ab1054a6f7916774f6633641f3055b80
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Wed Apr 17 14:23:55 2019 +0100

    core-image-sato-sdk-ptest: Move to drop SDK components from ptest
    
    Move the ptest image to be based off core-image-sato instead of core-image-sato-sdk.
    
    This gives a better test of the ptest package dependencies and reduces the overall
    image size so it only contains the things we need.
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 .../images/{core-image-sato-sdk-ptest.bb => core-image-sato-ptest.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-sato/images/core-image-sato-sdk-ptest.bb b/meta/recipes-sato/images/core-image-sato-ptest.bb
similarity index 95%
rename from meta/recipes-sato/images/core-image-sato-sdk-ptest.bb
rename to meta/recipes-sato/images/core-image-sato-ptest.bb
index 61cb9c6..2fa5178 100644
--- a/meta/recipes-sato/images/core-image-sato-sdk-ptest.bb
+++ b/meta/recipes-sato/images/core-image-sato-ptest.bb
@@ -1,4 +1,4 @@
-require core-image-sato-sdk.bb
+require core-image-sato.bb
 require conf/distro/include/ptest-packagelists.inc
 
 DESCRIPTION += "Also includes ptest packages."

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


More information about the Openembedded-commits mailing list