From: Alex Franco <[email protected]> As the empty image isn't a "core" image, and it's meant for testing
Additionally, don't set LICENSE as it is inherited from image [YOCTO #7664] Signed-off-by: Alex Franco <[email protected]> Signed-off-by: Ross Burton <[email protected]> --- .../recipes-test/images/{core-image-empty.bb => test-empty-image.bb} | 1 - 1 file changed, 1 deletion(-) rename meta-selftest/recipes-test/images/{core-image-empty.bb => test-empty-image.bb} (86%) diff --git a/meta-selftest/recipes-test/images/core-image-empty.bb b/meta-selftest/recipes-test/images/test-empty-image.bb similarity index 86% rename from meta-selftest/recipes-test/images/core-image-empty.bb rename to meta-selftest/recipes-test/images/test-empty-image.bb index 550567c..88d8d61 100644 --- a/meta-selftest/recipes-test/images/core-image-empty.bb +++ b/meta-selftest/recipes-test/images/test-empty-image.bb @@ -2,6 +2,5 @@ SUMMARY = "An empty image." IMAGE_INSTALL = "" IMAGE_LINGUAS = "" PACKAGE_INSTALL = "" -LICENSE = "MIT" inherit image -- 2.1.4 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
