[oe] [meta-java][PATCH 1/1] layer.conf: add LAYERVERSION and LAYERDEPENDS

Fabio Berton fabio.berton at ossystems.com.br
Mon Dec 5 16:08:39 UTC 2016


Hi Joe,

This layer also depends on meta-oe.

On Mon, Nov 21, 2016 at 5:35 PM, Joe Slater <jslater at windriver.com> wrote:

> Version "1", and only depend on "core".
>
> Signed-off-by: Joe Slater <jslater at windriver.com>
> ---
>  conf/layer.conf |    6 ++++++
>  1 file changed, 6 insertions(+)
>
> diff --git a/conf/layer.conf b/conf/layer.conf
> index 84a4d89..0d92919 100644
> --- a/conf/layer.conf
> +++ b/conf/layer.conf
> @@ -8,4 +8,10 @@ BBFILE_COLLECTIONS += "meta-java"
>  BBFILE_PATTERN_meta-java := "^${LAYERDIR}/"
>  BBFILE_PRIORITY_meta-java = "10"
>
> +# This should only be incremented on significant changes that will
> +# cause compatibility issues with other layers
> +LAYERVERSION_meta-java = "1"
> +
> +LAYERDEPENDS_meta-java = "core"
> +
>  LICENSE_PATH += "${LAYERDIR}/licenses"
> --
> 1.7.9.5
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>



More information about the Openembedded-devel mailing list