All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] layer.conf: add hardknott to compatible release branches
@ 2021-03-18  6:18 Khem Raj
  2021-03-19 19:50 ` [meta-ti] " Denys Dmytriyenko
  0 siblings, 1 reply; 4+ messages in thread
From: Khem Raj @ 2021-03-18  6:18 UTC (permalink / raw)
  To: meta-ti; +Cc: Khem Raj

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 2393e61a..6fb214c6 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -8,7 +8,7 @@ BBFILE_COLLECTIONS += "meta-ti"
 BBFILE_PATTERN_meta-ti := "^${LAYERDIR}/"
 BBFILE_PRIORITY_meta-ti = "6"
 
-LAYERSERIES_COMPAT_meta-ti = "sumo thud warrior zeus dunfell gatesgarth"
+LAYERSERIES_COMPAT_meta-ti = "sumo thud warrior zeus dunfell gatesgarth hardknott"
 
 LICENSE_PATH += "${LAYERDIR}/licenses"
 
-- 
2.31.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [meta-ti] [PATCH] layer.conf: add hardknott to compatible release branches
  2021-03-18  6:18 [PATCH] layer.conf: add hardknott to compatible release branches Khem Raj
@ 2021-03-19 19:50 ` Denys Dmytriyenko
  2021-03-19 20:05   ` Khem Raj
  0 siblings, 1 reply; 4+ messages in thread
From: Denys Dmytriyenko @ 2021-03-19 19:50 UTC (permalink / raw)
  To: Khem Raj; +Cc: meta-ti

On Wed, Mar 17, 2021 at 11:18:16PM -0700, 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 2393e61a..6fb214c6 100644
> --- a/conf/layer.conf
> +++ b/conf/layer.conf
> @@ -8,7 +8,7 @@ BBFILE_COLLECTIONS += "meta-ti"
>  BBFILE_PATTERN_meta-ti := "^${LAYERDIR}/"
>  BBFILE_PRIORITY_meta-ti = "6"
>  
> -LAYERSERIES_COMPAT_meta-ti = "sumo thud warrior zeus dunfell gatesgarth"
> +LAYERSERIES_COMPAT_meta-ti = "sumo thud warrior zeus dunfell gatesgarth hardknott"

This should probably be cleaned to list the correct compatible releases...


>  LICENSE_PATH += "${LAYERDIR}/licenses"
>  
> -- 
> 2.31.0
> 

-- 
Regards,
Denys Dmytriyenko <denis@denix.org>
PGP: 0x420902729A92C964 - https://denix.org/0x420902729A92C964
Fingerprint: 25FC E4A5 8A72 2F69 1186  6D76 4209 0272 9A92 C964

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [meta-ti] [PATCH] layer.conf: add hardknott to compatible release branches
  2021-03-19 19:50 ` [meta-ti] " Denys Dmytriyenko
@ 2021-03-19 20:05   ` Khem Raj
  2021-03-19 20:11     ` Denys Dmytriyenko
  0 siblings, 1 reply; 4+ messages in thread
From: Khem Raj @ 2021-03-19 20:05 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: meta-ti

On Fri, Mar 19, 2021 at 12:50 PM Denys Dmytriyenko <denis@denix.org> wrote:
>
> On Wed, Mar 17, 2021 at 11:18:16PM -0700, 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 2393e61a..6fb214c6 100644
> > --- a/conf/layer.conf
> > +++ b/conf/layer.conf
> > @@ -8,7 +8,7 @@ BBFILE_COLLECTIONS += "meta-ti"
> >  BBFILE_PATTERN_meta-ti := "^${LAYERDIR}/"
> >  BBFILE_PRIORITY_meta-ti = "6"
> >
> > -LAYERSERIES_COMPAT_meta-ti = "sumo thud warrior zeus dunfell gatesgarth"
> > +LAYERSERIES_COMPAT_meta-ti = "sumo thud warrior zeus dunfell gatesgarth hardknott"
>
> This should probably be cleaned to list the correct compatible releases...

perhaps but as a separate patch, I only test master

>
>
> >  LICENSE_PATH += "${LAYERDIR}/licenses"
> >
> > --
> > 2.31.0
> >
>
> --
> Regards,
> Denys Dmytriyenko <denis@denix.org>
> PGP: 0x420902729A92C964 - https://denix.org/0x420902729A92C964
> Fingerprint: 25FC E4A5 8A72 2F69 1186  6D76 4209 0272 9A92 C964

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [meta-ti] [PATCH] layer.conf: add hardknott to compatible release branches
  2021-03-19 20:05   ` Khem Raj
@ 2021-03-19 20:11     ` Denys Dmytriyenko
  0 siblings, 0 replies; 4+ messages in thread
From: Denys Dmytriyenko @ 2021-03-19 20:11 UTC (permalink / raw)
  To: Khem Raj; +Cc: meta-ti

On Fri, Mar 19, 2021 at 01:05:50PM -0700, Khem Raj wrote:
> On Fri, Mar 19, 2021 at 12:50 PM Denys Dmytriyenko <denis@denix.org> wrote:
> >
> > On Wed, Mar 17, 2021 at 11:18:16PM -0700, 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 2393e61a..6fb214c6 100644
> > > --- a/conf/layer.conf
> > > +++ b/conf/layer.conf
> > > @@ -8,7 +8,7 @@ BBFILE_COLLECTIONS += "meta-ti"
> > >  BBFILE_PATTERN_meta-ti := "^${LAYERDIR}/"
> > >  BBFILE_PRIORITY_meta-ti = "6"
> > >
> > > -LAYERSERIES_COMPAT_meta-ti = "sumo thud warrior zeus dunfell gatesgarth"
> > > +LAYERSERIES_COMPAT_meta-ti = "sumo thud warrior zeus dunfell gatesgarth hardknott"
> >
> > This should probably be cleaned to list the correct compatible releases...
> 
> perhaps but as a separate patch, I only test master

Just sent separate patches for master and dunfell with cleanup.


> >
> >
> > >  LICENSE_PATH += "${LAYERDIR}/licenses"
> > >
> > > --
> > > 2.31.0

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-03-19 20:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-18  6:18 [PATCH] layer.conf: add hardknott to compatible release branches Khem Raj
2021-03-19 19:50 ` [meta-ti] " Denys Dmytriyenko
2021-03-19 20:05   ` Khem Raj
2021-03-19 20:11     ` Denys Dmytriyenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.