diff mbox series

layer.conf: add nanbield to LAYERSERIES_COMPAT

Message ID 20231111080743.34913-1-geoffrey.parker@arthrex.com
State Accepted
Headers show
Series layer.conf: add nanbield to LAYERSERIES_COMPAT | expand

Commit Message

Geoff Parker Nov. 11, 2023, 8:07 a.m. UTC
From: Geoff Parker <geoffrey.parker@arthrex.com>

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

Comments

Stefano Babic Nov. 11, 2023, 6:14 p.m. UTC | #1
Hi Geoof,

On 11.11.23 09:07, geoffhp@gmail.com wrote:
> From: Geoff Parker <geoffrey.parker@arthrex.com>
> 
> 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 95e5dfc..baaf52e 100644
> --- a/conf/layer.conf
> +++ b/conf/layer.conf
> @@ -9,6 +9,6 @@ BBFILE_COLLECTIONS += "swupdate"
>   BBFILE_PATTERN_swupdate := "^${LAYERDIR}/"
>   BBFILE_PRIORITY_swupdate = "6"
>   
> -LAYERSERIES_COMPAT_swupdate = "dunfell kirkstone langdale mickledore"
> +LAYERSERIES_COMPAT_swupdate = "dunfell kirkstone langdale mickledore nanbield"
>   
>   LAYERDEPENDS_swupdate = "openembedded-layer"

Applied to -master. Anyway, I will clean up and drop old branches, and I 
will create a new branch, too.

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/conf/layer.conf b/conf/layer.conf
index 95e5dfc..baaf52e 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -9,6 +9,6 @@  BBFILE_COLLECTIONS += "swupdate"
 BBFILE_PATTERN_swupdate := "^${LAYERDIR}/"
 BBFILE_PRIORITY_swupdate = "6"
 
-LAYERSERIES_COMPAT_swupdate = "dunfell kirkstone langdale mickledore"
+LAYERSERIES_COMPAT_swupdate = "dunfell kirkstone langdale mickledore nanbield"
 
 LAYERDEPENDS_swupdate = "openembedded-layer"