From: Alex Franco Date: Wed, 7 Oct 2015 15:51:12 +0000 (-0500) Subject: test-empty-image: rename from core-image-empty X-Git-Tag: 2015-10~105 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=6d47b3c277a3bb0f031084c24903a3412d7f4550;p=openembedded-core.git test-empty-image: rename from core-image-empty 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 Signed-off-by: Ross Burton --- 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 550567c261..88d8d612e8 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