diff mbox series

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

Message ID 20231122135814.73695-1-anthony.bagwell@hivehome.com
State Accepted, archived
Commit 4256a9e5b0b6ff687f3656f9659285c2b37e8aa2
Delegated to: Tim Orling
Headers show
Series [meta-java] layer.conf: Mark as compatible with nanbield | expand

Commit Message

AJ Bagwell Nov. 22, 2023, 1:58 p.m. UTC
Signed-off-by: AJ Bagwell <anthony.bagwell@hivehome.com>
---
 conf/layer.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Tim Orling Nov. 22, 2023, 6:25 p.m. UTC | #1
I have created the mickledore branches on git.yoctoproject.org,
github.com/meta-java and gitlab.com/meta-java

I will edit in place to drop mickledore and replace with nanbield for
"master" branches

Thank you for the contribution.

On Wed, Nov 22, 2023 at 5:58 AM Anthony Bagwell <aj.bagwell@gmail.com>
wrote:

> Signed-off-by: AJ Bagwell <anthony.bagwell@hivehome.com>
> ---
>  conf/layer.conf | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/conf/layer.conf b/conf/layer.conf
> index c571df5..fb8590e 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 = "mickledore"
> +LAYERSERIES_COMPAT_meta-java = "mickledore nanbield"
>  LAYERDEPENDS_meta-java += "openembedded-layer"
>
>  LICENSE_PATH += "${LAYERDIR}/licenses"
> --
> 2.39.3 (Apple Git-145)
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#107012):
> https://lists.openembedded.org/g/openembedded-devel/message/107012
> Mute This Topic: https://lists.openembedded.org/mt/102748646/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 c571df5..fb8590e 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 = "mickledore"
+LAYERSERIES_COMPAT_meta-java = "mickledore nanbield"
 LAYERDEPENDS_meta-java += "openembedded-layer"
 
 LICENSE_PATH += "${LAYERDIR}/licenses"