summaryrefslogtreecommitdiffstats
path: root/meta-selftest
diff options
context:
space:
mode:
authorAlex Franco <alejandro.franco@linux.intel.com>2015-10-07 10:51:12 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-10-19 17:57:59 +0100
commit3b7853a065bb3ca1fefd9da77970dc538117ad19 (patch)
treeb216e33cdf80ff6a6a5ef3e86918e1378cf7ed30 /meta-selftest
parent5febb1dc5b339d68044f549fc046d700aa9124a9 (diff)
downloadpoky-3b7853a065bb3ca1fefd9da77970dc538117ad19.tar.gz
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>
Diffstat (limited to 'meta-selftest')
-rw-r--r--meta-selftest/recipes-test/images/test-empty-image.bb (renamed from meta-selftest/recipes-test/images/core-image-empty.bb)1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-selftest/recipes-test/images/core-image-empty.bb b/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."
2IMAGE_INSTALL = "" 2IMAGE_INSTALL = ""
3IMAGE_LINGUAS = "" 3IMAGE_LINGUAS = ""
4PACKAGE_INSTALL = "" 4PACKAGE_INSTALL = ""
5LICENSE = "MIT"
6 5
7inherit image 6inherit image