[oe] [meta-java][PATCH] layer.conf: remove compatibility with thud and warrior

Richard Leitner richard.leitner at skidata.com
Tue Nov 5 14:21:13 UTC 2019


Hi,
this is a note to let you know that I've just added this patch to the
master-next branch of the meta-java repository at
	git://git.yoctoproject.org/meta-java

As soon as it has gone through some more testing it will likely be
merged to the master branch.

If you have any questions, please let me know.

regards;Richard.L


On 05/11/2019 09:40, Richard Leitner wrote:
> As we want to start some cleanup work on meta-java stay only compatible
> with zeus.
> 
> Signed-off-by: Richard Leitner <richard.leitner at skidata.com>
> ---
>   conf/layer.conf | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/conf/layer.conf b/conf/layer.conf
> index cdba2cd..9be071d 100644
> --- a/conf/layer.conf
> +++ b/conf/layer.conf
> @@ -7,7 +7,7 @@ BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
>   BBFILE_COLLECTIONS += "meta-java"
>   BBFILE_PATTERN_meta-java := "^${LAYERDIR}/"
>   BBFILE_PRIORITY_meta-java = "10"
> -LAYERSERIES_COMPAT_meta-java = "thud warrior zeus"
> +LAYERSERIES_COMPAT_meta-java = "zeus"
>   
>   LICENSE_PATH += "${LAYERDIR}/licenses"
>   
> 


More information about the Openembedded-devel mailing list