aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2016-02-29 15:08:44 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-03-02 22:39:05 +0000
commit0f3ca0b4cae7d17d7b2d53cc433e87e1d148cdfb (patch)
tree0bbf7c87c9fc5647880c23a6bb0d4c59b412a0ff
parent93ca16b2f822e4bd8681d65464563f5456c613ea (diff)
downloadopenembedded-core-0f3ca0b4cae7d17d7b2d53cc433e87e1d148cdfb.tar.gz
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>
-rw-r--r--meta/recipes-sato/images/core-image-sato-sdk-ptest.bb6
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"
+