Message ID | 20240318194750.1196943-1-geoffrey.parker@arthrex.com |
---|---|
State | Accepted |
Delegated to: | Stefano Babic |
Headers | show |
Series | [meta-swupdate] layer.conf: LAYERSERIES_COMPAT_swupdate nanbield -> scarthgap for Yocto 5.0 | expand |
On 18.03.24 20:47, 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 89b0dab..650b0e9 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 = "nanbield" > +LAYERSERIES_COMPAT_swupdate = "scarthgap" > > LAYERDEPENDS_swupdate = "openembedded-layer" Applied to -master, thanks ! Best regards, Stefano Babic
Hello Stefano, would be also possible to create a new branch scarthgap out from master ? Thanks ! Best regards On Thursday, March 21, 2024 at 4:26:54 PM UTC+1 Stefano Babic wrote: > On 18.03.24 20:47, 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 89b0dab..650b0e9 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 = "nanbield" > > +LAYERSERIES_COMPAT_swupdate = "scarthgap" > > > > LAYERDEPENDS_swupdate = "openembedded-layer" > > Applied to -master, thanks ! > > Best regards, > Stefano Babic >
On 25.03.24 10:59, 'ayoub...@googlemail.com' via swupdate wrote: > Hello Stefano, > > would be also possible to create a new branch scarthgap out from master ? > > Thanks ! Done. Stefano > > Best regards > > On Thursday, March 21, 2024 at 4:26:54 PM UTC+1 Stefano Babic wrote: > > On 18.03.24 20:47, 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 89b0dab..650b0e9 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 = "nanbield" > > +LAYERSERIES_COMPAT_swupdate = "scarthgap" > > > > LAYERDEPENDS_swupdate = "openembedded-layer" > > Applied to -master, thanks ! > > Best regards, > Stefano Babic > > -- > You received this message because you are subscribed to the Google > Groups "swupdate" group. > To unsubscribe from this group and stop receiving emails from it, send > an email to swupdate+unsubscribe@googlegroups.com > <mailto:swupdate+unsubscribe@googlegroups.com>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/swupdate/79061e22-9e16-4cac-90b8-a0c0c5f3104cn%40googlegroups.com <https://groups.google.com/d/msgid/swupdate/79061e22-9e16-4cac-90b8-a0c0c5f3104cn%40googlegroups.com?utm_medium=email&utm_source=footer>.
diff --git a/conf/layer.conf b/conf/layer.conf index 89b0dab..650b0e9 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 = "nanbield" +LAYERSERIES_COMPAT_swupdate = "scarthgap" LAYERDEPENDS_swupdate = "openembedded-layer"