diff mbox series

[meta-java] layer.conf: Mark as compatible with scarthgap

Message ID 20240318200925.1197695-1-geoffrey.parker@arthrex.com
State Accepted, archived
Commit 4799a6291223467311d24ed3e1af367aadea122e
Delegated to: Tim Orling
Headers show
Series [meta-java] layer.conf: Mark as compatible with scarthgap | expand

Commit Message

Geoff Parker March 18, 2024, 8:09 p.m. UTC
From: Geoff Parker <geoffrey.parker@arthrex.com>

LAYERSERIES_COMPAT: replace nanbield with scarthgap for Yocto 5.0

Signed-off-by: Geoff Parker <geoffrey.parker@arthrex.com>
---
 conf/layer.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Tim Orling March 22, 2024, 3:32 p.m. UTC | #1
Merged.
https://git.yoctoproject.org/meta-java/commit/?id=4799a6291223467311d24ed3e1af367aadea122e
Scarthgap branch created (it will parallel track with master until after
the release when Styhead begins development).

Thank you for your contribution. It is very much appreciated.

On Mon, Mar 18, 2024 at 1:17 PM Geoff Parker <geoffhp@gmail.com> wrote:

> From: Geoff Parker <geoffrey.parker@arthrex.com>
>
> LAYERSERIES_COMPAT: replace nanbield with scarthgap for Yocto 5.0
>
> Signed-off-by: Geoff Parker <geoffrey.parker@arthrex.com>
> ---
>  conf/layer.conf | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/conf/layer.conf b/conf/layer.conf
> index b6bf909..71d6a10 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 = "nanbield"
> +LAYERSERIES_COMPAT_meta-java = "scarthgap"
>  LAYERDEPENDS_meta-java += "openembedded-layer"
>
>  LICENSE_PATH += "${LAYERDIR}/licenses"
> --
> 2.30.2
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#109413):
> https://lists.openembedded.org/g/openembedded-devel/message/109413
> Mute This Topic: https://lists.openembedded.org/mt/105011412/924729
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [
> ticotimo@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>
diff mbox series

Patch

diff --git a/conf/layer.conf b/conf/layer.conf
index b6bf909..71d6a10 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 = "nanbield"
+LAYERSERIES_COMPAT_meta-java = "scarthgap"
 LAYERDEPENDS_meta-java += "openembedded-layer"
 
 LICENSE_PATH += "${LAYERDIR}/licenses"