[oe-commits] [openembedded-core] 03/03: 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:35: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 6cb398204643ae6d4c6276608e54df20b6919057
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} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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 90%
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..d51f175 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."
@@ -13,7 +13,7 @@ IMAGE_INSTALL += "${PTESTS_FAST} ${PTESTS_SLOW}"
 # box) and explicitly add just 1300MB.
 # strace-ptest in particular needs more than 500MB
 IMAGE_OVERHEAD_FACTOR = "1.0"
-IMAGE_ROOTFS_EXTRA_SPACE = "1324288"
+IMAGE_ROOTFS_EXTRA_SPACE = "1324288
 
 # ptests need more memory than standard to avoid the OOM killer
 QB_MEM = "-m 1024"

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


More information about the Openembedded-commits mailing list