From: Richard Purdie Date: Wed, 17 Apr 2019 16:03:42 +0000 (+0100) Subject: core-image-sato-sdk-ptest: Add temporary PROVIDES core-image-sato-ptest X-Git-Tag: uninative-2.5~383 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=2b70ea6ca2c96fb233f42cfe5058cc89c9de5f82;p=openembedded-core.git 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 --- 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}"