diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-29 15:08:44 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-02 22:39:05 +0000 |
commit | 0f3ca0b4cae7d17d7b2d53cc433e87e1d148cdfb (patch) | |
tree | 0bbf7c87c9fc5647880c23a6bb0d4c59b412a0ff /meta/recipes-sato | |
parent | 93ca16b2f822e4bd8681d65464563f5456c613ea (diff) | |
download | openembedded-core-0f3ca0b4cae7d17d7b2d53cc433e87e1d148cdfb.tar.gz openembedded-core-0f3ca0b4cae7d17d7b2d53cc433e87e1d148cdfb.tar.bz2 openembedded-core-0f3ca0b4cae7d17d7b2d53cc433e87e1d148cdfb.zip |
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@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato')
-rw-r--r-- | meta/recipes-sato/images/core-image-sato-sdk-ptest.bb | 6 |
1 files changed, 6 insertions, 0 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 new file mode 100644 index 0000000000..93e5a4eb6d --- /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" + |