diff mbox series

[meta-swupdate] Add gatesgarth to LAYERSERIES_COMPAT for Yocto 3.2

Message ID 20201018202602.13531-1-geoffhp@gmail.com
State Changes Requested
Headers show
Series [meta-swupdate] Add gatesgarth to LAYERSERIES_COMPAT for Yocto 3.2 | expand

Commit Message

Geoff Parker Oct. 18, 2020, 8:26 p.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 Oct. 19, 2020, 5:10 p.m. UTC | #1
Hi Geoff,

On 18.10.20 22:26, 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 666e34f..d07b588 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 = "rocko sumo thud warrior zeus dunfell"
> +LAYERSERIES_COMPAT_swupdate = "rocko sumo thud warrior zeus dunfell gatesgarth"

I have tried to let -master as much compatible with the past, but this 
is not always possible and the list above is not correct. I think that 
due to update for mtd-utils and switch to libubootenv, most layers are 
broken if built with -master. Your patch is ok (and I will merge it), 
but I am going to drop all layers support but dunfell / gatesgarth.

Best regards,
Stefano Babic
Geoff Parker Oct. 19, 2020, 5:28 p.m. UTC | #2
Hi Stefano,

Over the weekend our builds based off the Yocto master branch meta layers 
due to the upsteam switch to gatesgarth.  My patch just appended to the 
current list.  I'm fine if you want to drop the others and leave dunfell / 
gatesgarth.

Thanks,

On Monday, October 19, 2020 at 10:10:18 AM UTC-7 Stefano Babic wrote:

> Hi Geoff,
>
> On 18.10.20 22:26, geo...@gmail.com wrote:
> > From: Geoff Parker <geoffre...@arthrex.com>
> > 
> > Signed-off-by: Geoff Parker <geoffre...@arthrex.com>
> > ---
> > conf/layer.conf | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/conf/layer.conf b/conf/layer.conf
> > index 666e34f..d07b588 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 = "rocko sumo thud warrior zeus dunfell"
> > +LAYERSERIES_COMPAT_swupdate = "rocko sumo thud warrior zeus dunfell 
> gatesgarth"
>
> I have tried to let -master as much compatible with the past, but this 
> is not always possible and the list above is not correct. I think that 
> due to update for mtd-utils and switch to libubootenv, most layers are 
> broken if built with -master. Your patch is ok (and I will merge it), 
> but I am going to drop all layers support but dunfell / gatesgarth.
>
> Best regards,
> Stefano Babic
>
> -- 
> =====================================================================
> DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
> HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
> Phone: +49-8142-66989-53 <+49%208142%206698953> Fax: +49-8142-66989-80 
> <+49%208142%206698980> Email: sba...@denx.de
> =====================================================================
>
diff mbox series

Patch

diff --git a/conf/layer.conf b/conf/layer.conf
index 666e34f..d07b588 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 = "rocko sumo thud warrior zeus dunfell"
+LAYERSERIES_COMPAT_swupdate = "rocko sumo thud warrior zeus dunfell gatesgarth"
 
 LAYERDEPENDS_swupdate = "openembedded-layer"