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 23:30:19 +0100
commit8a781a727e08763244f97357680aebbf9a3eb911 (patch)
tree66333bef359fc9a0dbf9b55ff5eb33786dc737cd /meta/recipes-sato
parentbe957ad7b4e200d3091e1a749e6904e72dc1a1e7 (diff)
downloadpoky-8a781a727e08763244f97357680aebbf9a3eb911.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. (From OE-Core rev: 2b70ea6ca2c96fb233f42cfe5058cc89c9de5f82) 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."
5 5
6IMAGE_FEATURES += "ptest-pkgs" 6IMAGE_FEATURES += "ptest-pkgs"
7 7
8PROVIDES += "core-image-sato-ptest"
9
8# Also include ptests which may not otherwise be included in a sato image 10# Also include ptests which may not otherwise be included in a sato image
9IMAGE_INSTALL += "${PTESTS_FAST} ${PTESTS_SLOW}" 11IMAGE_INSTALL += "${PTESTS_FAST} ${PTESTS_SLOW}"
10 12