[OE-core] [PATCH v3 14/52] test-empty-image: rename from core-image-empty

Joshua Lock joshua.lock at collabora.co.uk
Thu Oct 22 15:21:35 UTC 2015


From: Alex Franco <alejandro.franco at linux.intel.com>

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 at linux.intel.com>
Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 .../recipes-test/images/{core-image-empty.bb => test-empty-image.bb}     | 1 -
 1 file changed, 1 deletion(-)
 rename meta-selftest/recipes-test/images/{core-image-empty.bb => test-empty-image.bb} (86%)

diff --git a/meta-selftest/recipes-test/images/core-image-empty.bb b/meta-selftest/recipes-test/images/test-empty-image.bb
similarity index 86%
rename from meta-selftest/recipes-test/images/core-image-empty.bb
rename to meta-selftest/recipes-test/images/test-empty-image.bb
index 550567c..88d8d61 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
-- 
2.1.4




More information about the Openembedded-core mailing list