diff mbox series

[v2,1/2] layers: Bump layer compatibility to langdale

Message ID 20221005153114.265420-1-raj.khem@gmail.com
State Rejected, archived
Delegated to: Ryan Eatmon
Headers show
Series [v2,1/2] layers: Bump layer compatibility to langdale | expand

Commit Message

Khem Raj Oct. 5, 2022, 3:31 p.m. UTC
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
v2: Replace kirkstone instead of adding just langdale

 meta-ti-bsp/conf/layer.conf    | 2 +-
 meta-ti-extras/conf/layer.conf | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Ryan Eatmon Oct. 12, 2022, 2:56 p.m. UTC | #1
On 10/5/2022 10:31 AM, Khem Raj wrote:
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> ---
> v2: Replace kirkstone instead of adding just langdale
> 
>   meta-ti-bsp/conf/layer.conf    | 2 +-
>   meta-ti-extras/conf/layer.conf | 2 +-
>   2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/meta-ti-bsp/conf/layer.conf b/meta-ti-bsp/conf/layer.conf
> index e3542f50..76c1af2f 100644
> --- a/meta-ti-bsp/conf/layer.conf
> +++ b/meta-ti-bsp/conf/layer.conf
> @@ -9,7 +9,7 @@ BBFILE_COLLECTIONS += "meta-ti-bsp"
>   BBFILE_PATTERN_meta-ti-bsp := "^${LAYERDIR}/"
>   BBFILE_PRIORITY_meta-ti-bsp = "6"
>   
> -LAYERSERIES_COMPAT_meta-ti-bsp = "kirkstone"
> +LAYERSERIES_COMPAT_meta-ti-bsp = "langdale"

Since we are trying to keep master and kirkstone aligned as long we can, 
we cannot accept the patch on master that removes kirkstone.  Your 
previous patch was better in that regard.


>   LICENSE_PATH += "${LAYERDIR}/licenses"
>   
> diff --git a/meta-ti-extras/conf/layer.conf b/meta-ti-extras/conf/layer.conf
> index 1fb77e2a..96d5e315 100644
> --- a/meta-ti-extras/conf/layer.conf
> +++ b/meta-ti-extras/conf/layer.conf
> @@ -9,7 +9,7 @@ BBFILE_COLLECTIONS += "meta-ti-extras"
>   BBFILE_PATTERN_meta-ti-extras := "^${LAYERDIR}/"
>   BBFILE_PRIORITY_meta-ti-extras = "6"
>   
> -LAYERSERIES_COMPAT_meta-ti-extras = "kirkstone"
> +LAYERSERIES_COMPAT_meta-ti-extras = "langdale"
>   
>   LICENSE_PATH += "${LAYERDIR}/licenses"
>   
> 
> 
> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#15111): https://lists.yoctoproject.org/g/meta-ti/message/15111
> Mute This Topic: https://lists.yoctoproject.org/mt/94137980/6551054
> Group Owner: meta-ti+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub [reatmon@ti.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
Khem Raj Oct. 12, 2022, 3:07 p.m. UTC | #2
On Wed, Oct 12, 2022 at 7:56 AM Ryan Eatmon <reatmon@ti.com> wrote:
>
>
>
> On 10/5/2022 10:31 AM, Khem Raj wrote:
> > Signed-off-by: Khem Raj <raj.khem@gmail.com>
> > ---
> > v2: Replace kirkstone instead of adding just langdale
> >
> >   meta-ti-bsp/conf/layer.conf    | 2 +-
> >   meta-ti-extras/conf/layer.conf | 2 +-
> >   2 files changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/meta-ti-bsp/conf/layer.conf b/meta-ti-bsp/conf/layer.conf
> > index e3542f50..76c1af2f 100644
> > --- a/meta-ti-bsp/conf/layer.conf
> > +++ b/meta-ti-bsp/conf/layer.conf
> > @@ -9,7 +9,7 @@ BBFILE_COLLECTIONS += "meta-ti-bsp"
> >   BBFILE_PATTERN_meta-ti-bsp := "^${LAYERDIR}/"
> >   BBFILE_PRIORITY_meta-ti-bsp = "6"
> >
> > -LAYERSERIES_COMPAT_meta-ti-bsp = "kirkstone"
> > +LAYERSERIES_COMPAT_meta-ti-bsp = "langdale"
>
> Since we are trying to keep master and kirkstone aligned as long we can,
> we cannot accept the patch on master that removes kirkstone.  Your
> previous patch was better in that regard.

OK take the v1 thats fine.

>
>
> >   LICENSE_PATH += "${LAYERDIR}/licenses"
> >
> > diff --git a/meta-ti-extras/conf/layer.conf b/meta-ti-extras/conf/layer.conf
> > index 1fb77e2a..96d5e315 100644
> > --- a/meta-ti-extras/conf/layer.conf
> > +++ b/meta-ti-extras/conf/layer.conf
> > @@ -9,7 +9,7 @@ BBFILE_COLLECTIONS += "meta-ti-extras"
> >   BBFILE_PATTERN_meta-ti-extras := "^${LAYERDIR}/"
> >   BBFILE_PRIORITY_meta-ti-extras = "6"
> >
> > -LAYERSERIES_COMPAT_meta-ti-extras = "kirkstone"
> > +LAYERSERIES_COMPAT_meta-ti-extras = "langdale"
> >
> >   LICENSE_PATH += "${LAYERDIR}/licenses"
> >
> >
> >
> >
> > -=-=-=-=-=-=-=-=-=-=-=-
> > Links: You receive all messages sent to this group.
> > View/Reply Online (#15111): https://lists.yoctoproject.org/g/meta-ti/message/15111
> > Mute This Topic: https://lists.yoctoproject.org/mt/94137980/6551054
> > Group Owner: meta-ti+owner@lists.yoctoproject.org
> > Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub [reatmon@ti.com]
> > -=-=-=-=-=-=-=-=-=-=-=-
> >
>
> --
> Ryan Eatmon                reatmon@ti.com
> -----------------------------------------
> Texas Instruments, Inc.  -  LCPD  -  MGTS
diff mbox series

Patch

diff --git a/meta-ti-bsp/conf/layer.conf b/meta-ti-bsp/conf/layer.conf
index e3542f50..76c1af2f 100644
--- a/meta-ti-bsp/conf/layer.conf
+++ b/meta-ti-bsp/conf/layer.conf
@@ -9,7 +9,7 @@  BBFILE_COLLECTIONS += "meta-ti-bsp"
 BBFILE_PATTERN_meta-ti-bsp := "^${LAYERDIR}/"
 BBFILE_PRIORITY_meta-ti-bsp = "6"
 
-LAYERSERIES_COMPAT_meta-ti-bsp = "kirkstone"
+LAYERSERIES_COMPAT_meta-ti-bsp = "langdale"
 
 LICENSE_PATH += "${LAYERDIR}/licenses"
 
diff --git a/meta-ti-extras/conf/layer.conf b/meta-ti-extras/conf/layer.conf
index 1fb77e2a..96d5e315 100644
--- a/meta-ti-extras/conf/layer.conf
+++ b/meta-ti-extras/conf/layer.conf
@@ -9,7 +9,7 @@  BBFILE_COLLECTIONS += "meta-ti-extras"
 BBFILE_PATTERN_meta-ti-extras := "^${LAYERDIR}/"
 BBFILE_PRIORITY_meta-ti-extras = "6"
 
-LAYERSERIES_COMPAT_meta-ti-extras = "kirkstone"
+LAYERSERIES_COMPAT_meta-ti-extras = "langdale"
 
 LICENSE_PATH += "${LAYERDIR}/licenses"