diff mbox series

[meta-swupdate] layer.conf: add honister to LAYERSERIES_COMPAT, remove gatesgarth

Message ID 20210810164359.2358827-1-geoffhp@gmail.com
State Accepted
Headers show
Series [meta-swupdate] layer.conf: add honister to LAYERSERIES_COMPAT, remove gatesgarth | expand

Commit Message

Geoff Parker Aug. 10, 2021, 4:43 p.m. UTC
From: Geoff Parker <geoffrey.parker@arthrex.com>

The override syntax was changed in Yocto master & honister core layers to
repace '_' the deliminator with ':'. New syntax is supported in older releases
if bitbake patches are applied.

Add honister and remove older layers from LAYERSERIS_COMPAT, except dunfell
LTS release.

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

Comments

Stefano Babic Aug. 11, 2021, 10:50 a.m. UTC | #1
On 10.08.21 18:43, geoffhp@gmail.com wrote:
> From: Geoff Parker <geoffrey.parker@arthrex.com>
> 
> The override syntax was changed in Yocto master & honister core layers to
> repace '_' the deliminator with ':'. New syntax is supported in older releases
> if bitbake patches are applied.
> 
> Add honister and remove older layers from LAYERSERIS_COMPAT, except dunfell
> LTS release.
> 
> 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 8d3677a..19c8bd3 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 gatesgarth hardknott"
> +LAYERSERIES_COMPAT_swupdate = "dunfell hardknott honister"
>   
>   LAYERDEPENDS_swupdate = "openembedded-layer"
> 

Applied to -master, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/conf/layer.conf b/conf/layer.conf
index 8d3677a..19c8bd3 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 gatesgarth hardknott"
+LAYERSERIES_COMPAT_swupdate = "dunfell hardknott honister"
 
 LAYERDEPENDS_swupdate = "openembedded-layer"