diff options
author | Alex Franco <alejandro.franco@linux.intel.com> | 2015-10-07 10:51:12 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-10-19 17:57:59 +0100 |
commit | 3b7853a065bb3ca1fefd9da77970dc538117ad19 (patch) | |
tree | b216e33cdf80ff6a6a5ef3e86918e1378cf7ed30 /meta-selftest/recipes-test | |
parent | 5febb1dc5b339d68044f549fc046d700aa9124a9 (diff) | |
download | poky-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/recipes-test')
-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." | |||
2 | IMAGE_INSTALL = "" | 2 | IMAGE_INSTALL = "" |
3 | IMAGE_LINGUAS = "" | 3 | IMAGE_LINGUAS = "" |
4 | PACKAGE_INSTALL = "" | 4 | PACKAGE_INSTALL = "" |
5 | LICENSE = "MIT" | ||
6 | 5 | ||
7 | inherit image | 6 | inherit image |