diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-04-17 17:03:42 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-04-23 23:30:19 +0100 |
commit | 8a781a727e08763244f97357680aebbf9a3eb911 (patch) | |
tree | 66333bef359fc9a0dbf9b55ff5eb33786dc737cd /meta/recipes-sato/images | |
parent | be957ad7b4e200d3091e1a749e6904e72dc1a1e7 (diff) | |
download | poky-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/images')
-rw-r--r-- | meta/recipes-sato/images/core-image-sato-sdk-ptest.bb | 2 |
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 | ||
6 | IMAGE_FEATURES += "ptest-pkgs" | 6 | IMAGE_FEATURES += "ptest-pkgs" |
7 | 7 | ||
8 | PROVIDES += "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 |
9 | IMAGE_INSTALL += "${PTESTS_FAST} ${PTESTS_SLOW}" | 11 | IMAGE_INSTALL += "${PTESTS_FAST} ${PTESTS_SLOW}" |
10 | 12 | ||