[OE-core] [PATCHv3] test-empty-image: rename from core-image-empty

Andre McCurdy armccurdy at gmail.com
Wed Oct 7 18:29:36 UTC 2015


On Wed, Oct 7, 2015 at 8:51 AM, Alex Franco
<alejandro.franco at linux.intel.com> wrote:
> 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>
> ---
>  meta-selftest/recipes-test/images/core-image-empty.bb | 7 -------
>  meta-selftest/recipes-test/images/test-empty-image.bb | 6 ++++++
>  2 files changed, 6 insertions(+), 7 deletions(-)
>  delete mode 100644 meta-selftest/recipes-test/images/core-image-empty.bb
>  create mode 100644 meta-selftest/recipes-test/images/test-empty-image.bb
>
> diff --git a/meta-selftest/recipes-test/images/core-image-empty.bb b/meta-selftest/recipes-test/images/core-image-empty.bb
> deleted file mode 100644
> index 550567c..0000000
> --- a/meta-selftest/recipes-test/images/core-image-empty.bb
> +++ /dev/null
> @@ -1,7 +0,0 @@
> -SUMMARY = "An empty image."
> -IMAGE_INSTALL = ""
> -IMAGE_LINGUAS = ""
> -PACKAGE_INSTALL = ""
> -LICENSE = "MIT"
> -
> -inherit image
> 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 0000000..88d8d61
> --- /dev/null
> +++ b/meta-selftest/recipes-test/images/test-empty-image.bb

Not test-image-empty.bb ?

> @@ -0,0 +1,6 @@
> +SUMMARY = "An empty image."
> +IMAGE_INSTALL = ""
> +IMAGE_LINGUAS = ""
> +PACKAGE_INSTALL = ""
> +
> +inherit image
> --
> 2.5.3
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core



More information about the Openembedded-core mailing list