1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

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>
This commit is contained in:
Richard Purdie
2019-04-17 17:03:42 +01:00
parent be957ad7b4
commit 8a781a727e
@@ -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}"