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/recipes-test/images/test-empty-image.bb | |
parent | 588de5198c641ea1cfc3e01a6d129296bd2f706b (diff) | |
download | openembedded-core-contrib-6d47b3c277a3bb0f031084c24903a3412d7f4550.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]
Signed-off-by: Alex Franco <alejandro.franco@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta-selftest/recipes-test/images/test-empty-image.bb')
-rw-r--r-- | meta-selftest/recipes-test/images/test-empty-image.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-selftest/recipes-test/images/test-empty-image.bb b/meta-selftest/recipes-test/images/test-empty-image.bb new file mode 100644 index 00000000000..88d8d612e8e --- /dev/null +++ b/meta-selftest/recipes-test/images/test-empty-image.bb @@ -0,0 +1,6 @@ +SUMMARY = "An empty image." +IMAGE_INSTALL = "" +IMAGE_LINGUAS = "" +PACKAGE_INSTALL = "" + +inherit image |