[oe-commits] [openembedded-core] 02/65: sato/images: Add ptest image

git at git.openembedded.org git at git.openembedded.org
Tue Mar 1 20:56:30 UTC 2016


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

commit bb2dda3786ce745a40cc3ead391d71c6d2566cb1
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Mon Feb 29 15:08:44 2016 +0000

    sato/images: Add ptest image
    
    We need an image containing the ptest packages for testing purposes.
    This adds such an image based on sato-sdk. We did try appending this
    in the autobuilder but it creates too much confusion about what is
    going on, and increases build time due to lack of parallelisation.
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-sato/images/core-image-sato-sdk-ptest.bb | 6 ++++++
 1 file changed, 6 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
new file mode 100644
index 0000000..93e5a4e
--- /dev/null
+++ b/meta/recipes-sato/images/core-image-sato-sdk-ptest.bb
@@ -0,0 +1,6 @@
+require core-image-sato-sdk.bb
+
+DESCRIPTION += "Also includes ptest packages."
+
+IMAGE_FEATURES += "ptest-pkgs"
+

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


More information about the Openembedded-commits mailing list