From 2b70ea6ca2c96fb233f42cfe5058cc89c9de5f82 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 17 Apr 2019 17:03:42 +0100 Subject: 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 --- meta/recipes-sato/images/core-image-sato-sdk-ptest.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-sato') 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}" -- cgit 1.2.3-korg