summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2019-04-17 17:03:42 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-04-23 16:52:27 +0100
commit2b70ea6ca2c96fb233f42cfe5058cc89c9de5f82 (patch)
treea38e6576d43cf2f75932e1293b48e0fb2fed984b /meta/recipes-sato
parentf685ec5740e1a8c3922f8f0631ddaed4b2a5d1f0 (diff)
downloadopenembedded-core-contrib-2b70ea6ca2c96fb233f42cfe5058cc89c9de5f82.tar.gz
core-image-sato-sdk-ptest: Add temporary PROVIDES core-image-sato-ptest
Since we want to ultimately move this recipe to that name, add a PROVIDES to allow things to work whilst we fix the bugs preventing the move. This avoids having to keep changing the autobuilder. 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.bb2
1 files changed, 2 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
index 61cb9c6626..2497fc42ae 100644
--- a/meta/recipes-sato/images/core-image-sato-sdk-ptest.bb
+++ b/meta/recipes-sato/images/core-image-sato-sdk-ptest.bb
@@ -5,6 +5,8 @@ DESCRIPTION += "Also includes ptest packages."
IMAGE_FEATURES += "ptest-pkgs"
+PROVIDES += "core-image-sato-ptest"
+
# Also include ptests which may not otherwise be included in a sato image
IMAGE_INSTALL += "${PTESTS_FAST} ${PTESTS_SLOW}"