All of lore.kernel.org
 help / color / mirror / Atom feed
* [thud/master][PATCH] ti-cgt-arm: Update to 18.12.5
@ 2020-02-28 14:05 Mahesh Radhakrishnan
  2020-02-28 17:14 ` [meta-ti] " Denys Dmytriyenko
       [not found] ` <15F7A052FD69F43B.32147@lists.yoctoproject.org>
  0 siblings, 2 replies; 6+ messages in thread
From: Mahesh Radhakrishnan @ 2020-02-28 14:05 UTC (permalink / raw)
  To: meta-ti

The License checksum has changed, but the license itself has not changed
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
---
 .../{ti-cgt-arm_18.12.1.bb => ti-cgt-arm_18.12.5.bb}        | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename recipes-ti/devtools/{ti-cgt-arm_18.12.1.bb => ti-cgt-arm_18.12.5.bb} (81%)

diff --git a/recipes-ti/devtools/ti-cgt-arm_18.12.1.bb b/recipes-ti/devtools/ti-cgt-arm_18.12.5.bb
similarity index 81%
rename from recipes-ti/devtools/ti-cgt-arm_18.12.1.bb
rename to recipes-ti/devtools/ti-cgt-arm_18.12.5.bb
index eecde58f..9e651819 100644
--- a/recipes-ti/devtools/ti-cgt-arm_18.12.1.bb
+++ b/recipes-ti/devtools/ti-cgt-arm_18.12.5.bb
@@ -2,7 +2,7 @@ SUMMARY = "TI ARM Code Generation Tools"
 HOMEPAGE = "https://www-a.ti.com/downloads/sds_support/TICodegenerationTools/download.htm"
 LICENSE = "(TI-TSPA & Thai-Open-Source-Software-Center) & BSD-3-Clause & BSL-1.0 & Hewlett-Packard & Patrick-Powell & AFL-3.0 & MIT & BSD-2-Clause & PD & BSD-4-Clause"
 
-LIC_FILES_CHKSUM = "file://ti-cgt-arm_${PV}.LTS/README.txt;md5=ab7a61241e90fcd144a756d88294cf30"
+LIC_FILES_CHKSUM = "file://ti-cgt-arm_${PV}.LTS/README.txt;md5=79631eb21b2e5b7190cd3ff1dfd41108"
 
 require recipes-ti/includes/ti-unpack.inc
 require recipes-ti/includes/ti-staging.inc
@@ -27,8 +27,8 @@ do_install() {
     cp -r ${S}/ti-cgt-arm*/. ${D}${M4_TOOLCHAIN_INSTALL_DIR_RECIPE}
 }
 
-SRC_URI[cgt_arm_installer.md5sum] = "af2378cf8d5d6f200ef3329f5a065529"
-SRC_URI[cgt_arm_installer.sha256sum] = "d90ae2360cd5b22912715ae7898d99352da1b97fd655f9a55d0d19a2a46bab0e"
+SRC_URI[cgt_arm_installer.md5sum] = "e9e668332cf86c965b4da9d1d488426b"
+SRC_URI[cgt_arm_installer.sha256sum] = "da976143128c619a278cb4214a4295c409d100f9e65ad2f4d0d1039db7cf98f4"
 
 BINFILE_NAME = "cgt_arm_installer"
 
-- 
2.17.1


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

* Re: [meta-ti] [thud/master][PATCH] ti-cgt-arm: Update to 18.12.5
  2020-02-28 14:05 [thud/master][PATCH] ti-cgt-arm: Update to 18.12.5 Mahesh Radhakrishnan
@ 2020-02-28 17:14 ` Denys Dmytriyenko
  2020-02-28 21:53   ` Mahesh Radhakrishnan
       [not found] ` <15F7A052FD69F43B.32147@lists.yoctoproject.org>
  1 sibling, 1 reply; 6+ messages in thread
From: Denys Dmytriyenko @ 2020-02-28 17:14 UTC (permalink / raw)
  To: m-radhakrishnan2; +Cc: meta-ti, meta-ti

On Fri, Feb 28, 2020 at 09:05:56AM -0500, Mahesh Radhakrishnan via Lists.Yoctoproject.Org wrote:
> The License checksum has changed, but the license itself has not changed

Would be nice to mention why the checksum has changed. Year update?


> Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
> ---
>  .../{ti-cgt-arm_18.12.1.bb => ti-cgt-arm_18.12.5.bb}        | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>  rename recipes-ti/devtools/{ti-cgt-arm_18.12.1.bb => ti-cgt-arm_18.12.5.bb} (81%)
> 
> diff --git a/recipes-ti/devtools/ti-cgt-arm_18.12.1.bb b/recipes-ti/devtools/ti-cgt-arm_18.12.5.bb
> similarity index 81%
> rename from recipes-ti/devtools/ti-cgt-arm_18.12.1.bb
> rename to recipes-ti/devtools/ti-cgt-arm_18.12.5.bb
> index eecde58f..9e651819 100644
> --- a/recipes-ti/devtools/ti-cgt-arm_18.12.1.bb
> +++ b/recipes-ti/devtools/ti-cgt-arm_18.12.5.bb
> @@ -2,7 +2,7 @@ SUMMARY = "TI ARM Code Generation Tools"
>  HOMEPAGE = "https://www-a.ti.com/downloads/sds_support/TICodegenerationTools/download.htm"
>  LICENSE = "(TI-TSPA & Thai-Open-Source-Software-Center) & BSD-3-Clause & BSL-1.0 & Hewlett-Packard & Patrick-Powell & AFL-3.0 & MIT & BSD-2-Clause & PD & BSD-4-Clause"
>  
> -LIC_FILES_CHKSUM = "file://ti-cgt-arm_${PV}.LTS/README.txt;md5=ab7a61241e90fcd144a756d88294cf30"
> +LIC_FILES_CHKSUM = "file://ti-cgt-arm_${PV}.LTS/README.txt;md5=79631eb21b2e5b7190cd3ff1dfd41108"
>  
>  require recipes-ti/includes/ti-unpack.inc
>  require recipes-ti/includes/ti-staging.inc
> @@ -27,8 +27,8 @@ do_install() {
>      cp -r ${S}/ti-cgt-arm*/. ${D}${M4_TOOLCHAIN_INSTALL_DIR_RECIPE}
>  }
>  
> -SRC_URI[cgt_arm_installer.md5sum] = "af2378cf8d5d6f200ef3329f5a065529"
> -SRC_URI[cgt_arm_installer.sha256sum] = "d90ae2360cd5b22912715ae7898d99352da1b97fd655f9a55d0d19a2a46bab0e"
> +SRC_URI[cgt_arm_installer.md5sum] = "e9e668332cf86c965b4da9d1d488426b"
> +SRC_URI[cgt_arm_installer.sha256sum] = "da976143128c619a278cb4214a4295c409d100f9e65ad2f4d0d1039db7cf98f4"
>  
>  BINFILE_NAME = "cgt_arm_installer"
>  
> -- 
> 2.17.1
> 

> 


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

* Re: [meta-ti] [thud/master][PATCH] ti-cgt-arm: Update to 18.12.5
       [not found] ` <15F7A052FD69F43B.32147@lists.yoctoproject.org>
@ 2020-02-28 17:15   ` Denys Dmytriyenko
  2020-02-28 21:54     ` Mahesh Radhakrishnan
  0 siblings, 1 reply; 6+ messages in thread
From: Denys Dmytriyenko @ 2020-02-28 17:15 UTC (permalink / raw)
  To: m-radhakrishnan2, meta-ti

BTW, this does not apply on zeus.


On Fri, Feb 28, 2020 at 12:14:29PM -0500, Denys Dmytriyenko via Lists.Yoctoproject.Org wrote:
> On Fri, Feb 28, 2020 at 09:05:56AM -0500, Mahesh Radhakrishnan via Lists.Yoctoproject.Org wrote:
> > The License checksum has changed, but the license itself has not changed
> 
> Would be nice to mention why the checksum has changed. Year update?
> 
> 
> > Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
> > ---
> >  .../{ti-cgt-arm_18.12.1.bb => ti-cgt-arm_18.12.5.bb}        | 6 +++---
> >  1 file changed, 3 insertions(+), 3 deletions(-)
> >  rename recipes-ti/devtools/{ti-cgt-arm_18.12.1.bb => ti-cgt-arm_18.12.5.bb} (81%)
> > 
> > diff --git a/recipes-ti/devtools/ti-cgt-arm_18.12.1.bb b/recipes-ti/devtools/ti-cgt-arm_18.12.5.bb
> > similarity index 81%
> > rename from recipes-ti/devtools/ti-cgt-arm_18.12.1.bb
> > rename to recipes-ti/devtools/ti-cgt-arm_18.12.5.bb
> > index eecde58f..9e651819 100644
> > --- a/recipes-ti/devtools/ti-cgt-arm_18.12.1.bb
> > +++ b/recipes-ti/devtools/ti-cgt-arm_18.12.5.bb
> > @@ -2,7 +2,7 @@ SUMMARY = "TI ARM Code Generation Tools"
> >  HOMEPAGE = "https://www-a.ti.com/downloads/sds_support/TICodegenerationTools/download.htm"
> >  LICENSE = "(TI-TSPA & Thai-Open-Source-Software-Center) & BSD-3-Clause & BSL-1.0 & Hewlett-Packard & Patrick-Powell & AFL-3.0 & MIT & BSD-2-Clause & PD & BSD-4-Clause"
> >  
> > -LIC_FILES_CHKSUM = "file://ti-cgt-arm_${PV}.LTS/README.txt;md5=ab7a61241e90fcd144a756d88294cf30"
> > +LIC_FILES_CHKSUM = "file://ti-cgt-arm_${PV}.LTS/README.txt;md5=79631eb21b2e5b7190cd3ff1dfd41108"
> >  
> >  require recipes-ti/includes/ti-unpack.inc
> >  require recipes-ti/includes/ti-staging.inc
> > @@ -27,8 +27,8 @@ do_install() {
> >      cp -r ${S}/ti-cgt-arm*/. ${D}${M4_TOOLCHAIN_INSTALL_DIR_RECIPE}
> >  }
> >  
> > -SRC_URI[cgt_arm_installer.md5sum] = "af2378cf8d5d6f200ef3329f5a065529"
> > -SRC_URI[cgt_arm_installer.sha256sum] = "d90ae2360cd5b22912715ae7898d99352da1b97fd655f9a55d0d19a2a46bab0e"
> > +SRC_URI[cgt_arm_installer.md5sum] = "e9e668332cf86c965b4da9d1d488426b"
> > +SRC_URI[cgt_arm_installer.sha256sum] = "da976143128c619a278cb4214a4295c409d100f9e65ad2f4d0d1039db7cf98f4"
> >  
> >  BINFILE_NAME = "cgt_arm_installer"
> >  
> > -- 
> > 2.17.1
> > 
> 
> > 
> 

> 


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

* Re: [meta-ti] [thud/master][PATCH] ti-cgt-arm: Update to 18.12.5
  2020-02-28 17:14 ` [meta-ti] " Denys Dmytriyenko
@ 2020-02-28 21:53   ` Mahesh Radhakrishnan
  0 siblings, 0 replies; 6+ messages in thread
From: Mahesh Radhakrishnan @ 2020-02-28 21:53 UTC (permalink / raw)
  To: Dmytriyenko, Denys
  Cc: meta-ti@yoctoproject.org, meta-ti@lists.yoctoproject.org

It was the version number update which caused the checksum to change.
Sent the v2 patch with corrected msg commit.

-----Original Message-----
From: Dmytriyenko, Denys 
Sent: Friday, February 28, 2020 12:14 PM
To: Radhakrishnan, Mahesh
Cc: meta-ti@yoctoproject.org; meta-ti@lists.yoctoproject.org
Subject: Re: [meta-ti] [thud/master][PATCH] ti-cgt-arm: Update to 18.12.5

On Fri, Feb 28, 2020 at 09:05:56AM -0500, Mahesh Radhakrishnan via Lists.Yoctoproject.Org wrote:
> The License checksum has changed, but the license itself has not changed

Would be nice to mention why the checksum has changed. Year update?


> Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
> ---
>  .../{ti-cgt-arm_18.12.1.bb => ti-cgt-arm_18.12.5.bb}        | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>  rename recipes-ti/devtools/{ti-cgt-arm_18.12.1.bb => ti-cgt-arm_18.12.5.bb} (81%)
> 
> diff --git a/recipes-ti/devtools/ti-cgt-arm_18.12.1.bb b/recipes-ti/devtools/ti-cgt-arm_18.12.5.bb
> similarity index 81%
> rename from recipes-ti/devtools/ti-cgt-arm_18.12.1.bb
> rename to recipes-ti/devtools/ti-cgt-arm_18.12.5.bb
> index eecde58f..9e651819 100644
> --- a/recipes-ti/devtools/ti-cgt-arm_18.12.1.bb
> +++ b/recipes-ti/devtools/ti-cgt-arm_18.12.5.bb
> @@ -2,7 +2,7 @@ SUMMARY = "TI ARM Code Generation Tools"
>  HOMEPAGE = "https://www-a.ti.com/downloads/sds_support/TICodegenerationTools/download.htm"
>  LICENSE = "(TI-TSPA & Thai-Open-Source-Software-Center) & BSD-3-Clause & BSL-1.0 & Hewlett-Packard & Patrick-Powell & AFL-3.0 & MIT & BSD-2-Clause & PD & BSD-4-Clause"
>
> -LIC_FILES_CHKSUM = "file://ti-cgt-arm_${PV}.LTS/README.txt;md5=ab7a61241e90fcd144a756d88294cf30"
> +LIC_FILES_CHKSUM = "file://ti-cgt-arm_${PV}.LTS/README.txt;md5=79631eb21b2e5b7190cd3ff1dfd41108"
>
>  require recipes-ti/includes/ti-unpack.inc
>  require recipes-ti/includes/ti-staging.inc
> @@ -27,8 +27,8 @@ do_install() {
>      cp -r ${S}/ti-cgt-arm*/. ${D}${M4_TOOLCHAIN_INSTALL_DIR_RECIPE}
>  }
>
> -SRC_URI[cgt_arm_installer.md5sum] = "af2378cf8d5d6f200ef3329f5a065529"
> -SRC_URI[cgt_arm_installer.sha256sum] = "d90ae2360cd5b22912715ae7898d99352da1b97fd655f9a55d0d19a2a46bab0e"
> +SRC_URI[cgt_arm_installer.md5sum] = "e9e668332cf86c965b4da9d1d488426b"
> +SRC_URI[cgt_arm_installer.sha256sum] = "da976143128c619a278cb4214a4295c409d100f9e65ad2f4d0d1039db7cf98f4"
>
>  BINFILE_NAME = "cgt_arm_installer"
>
> -- 
> 2.17.1
> 

> 


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

* Re: [meta-ti] [thud/master][PATCH] ti-cgt-arm: Update to 18.12.5
  2020-02-28 17:15   ` Denys Dmytriyenko
@ 2020-02-28 21:54     ` Mahesh Radhakrishnan
  2020-03-02 18:51       ` Denys Dmytriyenko
  0 siblings, 1 reply; 6+ messages in thread
From: Mahesh Radhakrishnan @ 2020-02-28 21:54 UTC (permalink / raw)
  To: Dmytriyenko, Denys, meta-ti@lists.yoctoproject.org

For processor sdk 6.3 we are using thud , right?

May I know why it cannot be applied to zeus?

-----Original Message-----
From: Dmytriyenko, Denys 
Sent: Friday, February 28, 2020 12:15 PM
To: Radhakrishnan, Mahesh; meta-ti@lists.yoctoproject.org
Subject: Re: [meta-ti] [thud/master][PATCH] ti-cgt-arm: Update to 18.12.5

BTW, this does not apply on zeus.


On Fri, Feb 28, 2020 at 12:14:29PM -0500, Denys Dmytriyenko via Lists.Yoctoproject.Org wrote:
> On Fri, Feb 28, 2020 at 09:05:56AM -0500, Mahesh Radhakrishnan via Lists.Yoctoproject.Org wrote:
> > The License checksum has changed, but the license itself has not changed
> 
> Would be nice to mention why the checksum has changed. Year update?
> 
> 
> > Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
> > ---
> >  .../{ti-cgt-arm_18.12.1.bb => ti-cgt-arm_18.12.5.bb}        | 6 +++---
> >  1 file changed, 3 insertions(+), 3 deletions(-)
> >  rename recipes-ti/devtools/{ti-cgt-arm_18.12.1.bb => ti-cgt-arm_18.12.5.bb} (81%)
> > 
> > diff --git a/recipes-ti/devtools/ti-cgt-arm_18.12.1.bb b/recipes-ti/devtools/ti-cgt-arm_18.12.5.bb
> > similarity index 81%
> > rename from recipes-ti/devtools/ti-cgt-arm_18.12.1.bb
> > rename to recipes-ti/devtools/ti-cgt-arm_18.12.5.bb
> > index eecde58f..9e651819 100644
> > --- a/recipes-ti/devtools/ti-cgt-arm_18.12.1.bb
> > +++ b/recipes-ti/devtools/ti-cgt-arm_18.12.5.bb
> > @@ -2,7 +2,7 @@ SUMMARY = "TI ARM Code Generation Tools"
> >  HOMEPAGE = "https://www-a.ti.com/downloads/sds_support/TICodegenerationTools/download.htm"
> >  LICENSE = "(TI-TSPA & Thai-Open-Source-Software-Center) & BSD-3-Clause & BSL-1.0 & Hewlett-Packard & Patrick-Powell & AFL-3.0 & MIT & BSD-2-Clause & PD & BSD-4-Clause"
> >
> > -LIC_FILES_CHKSUM = "file://ti-cgt-arm_${PV}.LTS/README.txt;md5=ab7a61241e90fcd144a756d88294cf30"
> > +LIC_FILES_CHKSUM = "file://ti-cgt-arm_${PV}.LTS/README.txt;md5=79631eb21b2e5b7190cd3ff1dfd41108"
> >
> >  require recipes-ti/includes/ti-unpack.inc
> >  require recipes-ti/includes/ti-staging.inc
> > @@ -27,8 +27,8 @@ do_install() {
> >      cp -r ${S}/ti-cgt-arm*/. ${D}${M4_TOOLCHAIN_INSTALL_DIR_RECIPE}
> >  }
> >
> > -SRC_URI[cgt_arm_installer.md5sum] = "af2378cf8d5d6f200ef3329f5a065529"
> > -SRC_URI[cgt_arm_installer.sha256sum] = "d90ae2360cd5b22912715ae7898d99352da1b97fd655f9a55d0d19a2a46bab0e"
> > +SRC_URI[cgt_arm_installer.md5sum] = "e9e668332cf86c965b4da9d1d488426b"
> > +SRC_URI[cgt_arm_installer.sha256sum] = "da976143128c619a278cb4214a4295c409d100f9e65ad2f4d0d1039db7cf98f4"
> >
> >  BINFILE_NAME = "cgt_arm_installer"
> >
> > -- 
> > 2.17.1
> > 
> 
> > 
> 

> 


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

* Re: [meta-ti] [thud/master][PATCH] ti-cgt-arm: Update to 18.12.5
  2020-02-28 21:54     ` Mahesh Radhakrishnan
@ 2020-03-02 18:51       ` Denys Dmytriyenko
  0 siblings, 0 replies; 6+ messages in thread
From: Denys Dmytriyenko @ 2020-03-02 18:51 UTC (permalink / raw)
  To: Radhakrishnan, Mahesh; +Cc: meta-ti@lists.yoctoproject.org

On Fri, Feb 28, 2020 at 04:54:50PM -0500, Radhakrishnan, Mahesh wrote:
> For processor sdk 6.3 we are using thud , right?
> 
> May I know why it cannot be applied to zeus?

There was a license-related change, but it was minor and I was able to merge 
your patch.


> -----Original Message-----
> From: Dmytriyenko, Denys 
> Sent: Friday, February 28, 2020 12:15 PM
> To: Radhakrishnan, Mahesh; meta-ti@lists.yoctoproject.org
> Subject: Re: [meta-ti] [thud/master][PATCH] ti-cgt-arm: Update to 18.12.5
> 
> BTW, this does not apply on zeus.
> 
> 
> On Fri, Feb 28, 2020 at 12:14:29PM -0500, Denys Dmytriyenko via Lists.Yoctoproject.Org wrote:
> > On Fri, Feb 28, 2020 at 09:05:56AM -0500, Mahesh Radhakrishnan via Lists.Yoctoproject.Org wrote:
> > > The License checksum has changed, but the license itself has not changed
> > 
> > Would be nice to mention why the checksum has changed. Year update?
> > 
> > 
> > > Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
> > > ---
> > >  .../{ti-cgt-arm_18.12.1.bb => ti-cgt-arm_18.12.5.bb}        | 6 +++---
> > >  1 file changed, 3 insertions(+), 3 deletions(-)
> > >  rename recipes-ti/devtools/{ti-cgt-arm_18.12.1.bb => ti-cgt-arm_18.12.5.bb} (81%)
> > > 
> > > diff --git a/recipes-ti/devtools/ti-cgt-arm_18.12.1.bb b/recipes-ti/devtools/ti-cgt-arm_18.12.5.bb
> > > similarity index 81%
> > > rename from recipes-ti/devtools/ti-cgt-arm_18.12.1.bb
> > > rename to recipes-ti/devtools/ti-cgt-arm_18.12.5.bb
> > > index eecde58f..9e651819 100644
> > > --- a/recipes-ti/devtools/ti-cgt-arm_18.12.1.bb
> > > +++ b/recipes-ti/devtools/ti-cgt-arm_18.12.5.bb
> > > @@ -2,7 +2,7 @@ SUMMARY = "TI ARM Code Generation Tools"
> > >  HOMEPAGE = "https://www-a.ti.com/downloads/sds_support/TICodegenerationTools/download.htm"
> > >  LICENSE = "(TI-TSPA & Thai-Open-Source-Software-Center) & BSD-3-Clause & BSL-1.0 & Hewlett-Packard & Patrick-Powell & AFL-3.0 & MIT & BSD-2-Clause & PD & BSD-4-Clause"
> > >  
> > > -LIC_FILES_CHKSUM = "file://ti-cgt-arm_${PV}.LTS/README.txt;md5=ab7a61241e90fcd144a756d88294cf30"
> > > +LIC_FILES_CHKSUM = "file://ti-cgt-arm_${PV}.LTS/README.txt;md5=79631eb21b2e5b7190cd3ff1dfd41108"
> > >  
> > >  require recipes-ti/includes/ti-unpack.inc
> > >  require recipes-ti/includes/ti-staging.inc
> > > @@ -27,8 +27,8 @@ do_install() {
> > >      cp -r ${S}/ti-cgt-arm*/. ${D}${M4_TOOLCHAIN_INSTALL_DIR_RECIPE}
> > >  }
> > >  
> > > -SRC_URI[cgt_arm_installer.md5sum] = "af2378cf8d5d6f200ef3329f5a065529"
> > > -SRC_URI[cgt_arm_installer.sha256sum] = "d90ae2360cd5b22912715ae7898d99352da1b97fd655f9a55d0d19a2a46bab0e"
> > > +SRC_URI[cgt_arm_installer.md5sum] = "e9e668332cf86c965b4da9d1d488426b"
> > > +SRC_URI[cgt_arm_installer.sha256sum] = "da976143128c619a278cb4214a4295c409d100f9e65ad2f4d0d1039db7cf98f4"
> > >  
> > >  BINFILE_NAME = "cgt_arm_installer"
> > >  
> > > -- 
> > > 2.17.1
> > > 
> > 
> > > 
> > 
> 
> > 
> 

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

end of thread, other threads:[~2020-03-02 18:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-28 14:05 [thud/master][PATCH] ti-cgt-arm: Update to 18.12.5 Mahesh Radhakrishnan
2020-02-28 17:14 ` [meta-ti] " Denys Dmytriyenko
2020-02-28 21:53   ` Mahesh Radhakrishnan
     [not found] ` <15F7A052FD69F43B.32147@lists.yoctoproject.org>
2020-02-28 17:15   ` Denys Dmytriyenko
2020-02-28 21:54     ` Mahesh Radhakrishnan
2020-03-02 18:51       ` 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.