]> code.ossystems Code Review - openembedded-core.git/commitdiff
core-image-sato-sdk-ptest: Add temporary PROVIDES core-image-sato-ptest
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 17 Apr 2019 16:03:42 +0000 (17:03 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 23 Apr 2019 15:52:27 +0000 (16:52 +0100)
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 <richard.purdie@linuxfoundation.org>
meta/recipes-sato/images/core-image-sato-sdk-ptest.bb

index 61cb9c6626c5a1a0515968fdcd1487bc9737b989..2497fc42aeeee7e9654c266d986120cd1a52529c 100644 (file)
@@ -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}"