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]

(From OE-Core rev: 6d47b3c277a3bb0f031084c24903a3412d7f4550)

Signed-off-by: Alex Franco <alejandro.franco@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Alex Franco 2015-10-07 10:51:12 -05:00 committed by Richard Purdie
parent 5febb1dc5b
commit 3b7853a065
1 changed files with 0 additions and 1 deletions

View File

@ -2,6 +2,5 @@ SUMMARY = "An empty image."
IMAGE_INSTALL = ""
IMAGE_LINGUAS = ""
PACKAGE_INSTALL = ""
LICENSE = "MIT"
inherit image