]> code.ossystems Code Review - openembedded-core.git/commitdiff
test-empty-image: rename from core-image-empty
authorAlex Franco <alejandro.franco@linux.intel.com>
Wed, 7 Oct 2015 15:51:12 +0000 (10:51 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 19 Oct 2015 16:54:50 +0000 (17:54 +0100)
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 <alejandro.franco@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta-selftest/recipes-test/images/test-empty-image.bb [moved from meta-selftest/recipes-test/images/core-image-empty.bb with 86% similarity]

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 550567c2618a8639e075594f53c322e19eb92ed7..88d8d612e8e281c3bd61e30807f4d025beb1a75a 100644 (file)
@@ -2,6 +2,5 @@ SUMMARY = "An empty image."
 IMAGE_INSTALL = ""
 IMAGE_LINGUAS = ""
 PACKAGE_INSTALL = ""
-LICENSE = "MIT"
 
 inherit image