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:54:50 +0100 |
commit | 6d47b3c277a3bb0f031084c24903a3412d7f4550 (patch) | |
tree | 46ea3d10a11591b7a44b7b25ec42089f6aa0b16f /meta-selftest | |
parent | 588de5198c641ea1cfc3e01a6d129296bd2f706b (diff) | |
download | openembedded-core-6d47b3c277a3bb0f031084c24903a3412d7f4550.tar.gz openembedded-core-6d47b3c277a3bb0f031084c24903a3412d7f4550.tar.bz2 openembedded-core-6d47b3c277a3bb0f031084c24903a3412d7f4550.zip |
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 <alejandro.franco@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
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." IMAGE_INSTALL = "" IMAGE_LINGUAS = "" PACKAGE_INSTALL = "" -LICENSE = "MIT" inherit image |