diff mbox series

[meta-swupdate] layer.conf: Mark dunfell (3.1) release compatible

Message ID 20200324143440.3789106-1-raj.khem@gmail.com
State Accepted
Headers show
Series [meta-swupdate] layer.conf: Mark dunfell (3.1) release compatible | expand

Commit Message

Khem Raj March 24, 2020, 2:34 p.m. UTC
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 conf/layer.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stefano Babic March 26, 2020, 5:17 p.m. UTC | #1
On 24.03.20 15:34, Khem Raj wrote:
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> ---
>  conf/layer.conf | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/conf/layer.conf b/conf/layer.conf
> index 123e9aa..666e34f 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"
> +LAYERSERIES_COMPAT_swupdate = "rocko sumo thud warrior zeus dunfell"
>  
>  LAYERDEPENDS_swupdate = "openembedded-layer"
> 

Applied to -master, thanks !

Best regards,
Stefano Babic
Vincent Prince April 16, 2020, 8:40 a.m. UTC | #2
Hello there,

I'm not sure if it's the right time, do you plan to create dunfell branch?

Best regards,
Vincent
Stefano Babic April 16, 2020, 8:55 a.m. UTC | #3
Hi Vincent,

On 16.04.20 10:40, Vincent Prince wrote:
> Hello there,
> 
> I'm not sure if it's the right time, do you plan to create dunfell branch?
> 

Of course, but as far as I saw from Yocto's ML, Dunfell is not yet
released. I usually create the branch from my -master after the official
poky release.

Best regards,
Stefano

> Best regards,
> Vincent
> 
> -- 
> 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/bc19a299-744f-410d-a543-4915689ffd48%40googlegroups.com
> <https://groups.google.com/d/msgid/swupdate/bc19a299-744f-410d-a543-4915689ffd48%40googlegroups.com?utm_medium=email&utm_source=footer>.
Vincent Prince April 16, 2020, 9:11 a.m. UTC | #4
Oops indeed, I just took a quick view on poky logs without looking at
ML status, my apologies :)

Have a nice day,
Vincent

Le jeu. 16 avr. 2020 à 10:55, Stefano Babic <sbabic@denx.de> a écrit :
>
> Hi Vincent,
>
> On 16.04.20 10:40, Vincent Prince wrote:
> > Hello there,
> >
> > I'm not sure if it's the right time, do you plan to create dunfell branch?
> >
>
> Of course, but as far as I saw from Yocto's ML, Dunfell is not yet
> released. I usually create the branch from my -master after the official
> poky release.
>
> Best regards,
> Stefano
>
> > Best regards,
> > Vincent
> >
> > --
> > 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/bc19a299-744f-410d-a543-4915689ffd48%40googlegroups.com
> > <https://groups.google.com/d/msgid/swupdate/bc19a299-744f-410d-a543-4915689ffd48%40googlegroups.com?utm_medium=email&utm_source=footer>.
>
>
> --
> =====================================================================
> DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
> HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
> Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic@denx.de
> =====================================================================
diff mbox series

Patch

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