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: lucaceresoli/bug-15201-perf-libtraceevent-missing~28618 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d47b3c277a3bb0f031084c24903a3412d7f4550;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 550567c2618..88d8d612e8e 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