Move the ptest image to be based off core-image-sato instead of core-image-sato-sdk.
This gives a better test of the ptest package dependencies and reduces the overall image size so it only contains the things we need. Signed-off-by: Richard Purdie <[email protected]> --- .../{core-image-sato-sdk-ptest.bb => core-image-sato-ptest.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-sato/images/{core-image-sato-sdk-ptest.bb => core-image-sato-ptest.bb} (95%) diff --git a/meta/recipes-sato/images/core-image-sato-sdk-ptest.bb b/meta/recipes-sato/images/core-image-sato-ptest.bb similarity index 95% rename from meta/recipes-sato/images/core-image-sato-sdk-ptest.bb rename to meta/recipes-sato/images/core-image-sato-ptest.bb index 61cb9c6626c..2fa5178461e 100644 --- a/meta/recipes-sato/images/core-image-sato-sdk-ptest.bb +++ b/meta/recipes-sato/images/core-image-sato-ptest.bb @@ -1,4 +1,4 @@ -require core-image-sato-sdk.bb +require core-image-sato.bb require conf/distro/include/ptest-packagelists.inc DESCRIPTION += "Also includes ptest packages." -- 2.20.1 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
