From 6d47b3c277a3bb0f031084c24903a3412d7f4550 Mon Sep 17 00:00:00 2001 From: Alex Franco Date: Wed, 7 Oct 2015 10:51:12 -0500 Subject: 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 Signed-off-by: Ross Burton --- meta-selftest/recipes-test/images/test-empty-image.bb | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 meta-selftest/recipes-test/images/test-empty-image.bb (limited to 'meta-selftest/recipes-test/images/test-empty-image.bb') 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 0000000000..88d8d612e8 --- /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 -- cgit 1.2.3-korg