All of lore.kernel.org
 help / color / mirror / Atom feed
* [thud/master][PATCH] ti-cgt7x: Update to version 1.2.0
@ 2019-09-26 18:17 Mahesh Radhakrishnan
  2019-09-27 13:13 ` [EXTERNAL] " Jacob Stiffler
  0 siblings, 1 reply; 2+ messages in thread
From: Mahesh Radhakrishnan @ 2019-09-26 18:17 UTC (permalink / raw)
  To: meta-ti

The license checksum changed due to the version, but the license itself
has not changed since the last release (1.1.0)
---
 .../devtools/{ti-cgt7x_1.1.0.bb => ti-cgt7x_1.2.0.bb}       | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)
 rename recipes-ti/devtools/{ti-cgt7x_1.1.0.bb => ti-cgt7x_1.2.0.bb} (68%)

diff --git a/recipes-ti/devtools/ti-cgt7x_1.1.0.bb b/recipes-ti/devtools/ti-cgt7x_1.2.0.bb
similarity index 68%
rename from recipes-ti/devtools/ti-cgt7x_1.1.0.bb
rename to recipes-ti/devtools/ti-cgt7x_1.2.0.bb
index 72bbcc1..09178af 100644
--- a/recipes-ti/devtools/ti-cgt7x_1.1.0.bb
+++ b/recipes-ti/devtools/ti-cgt7x_1.2.0.bb
@@ -8,7 +8,7 @@ libraries and standard header files needed to produce a working DSP application.
 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 & Patrick-Powell & AFL-3.0 & MIT & BSD-2-Clause & PD"
 
-LIC_FILES_CHKSUM = "file://ti-cgt-c7000_${PV}/C7000_1.0.x_CodeGenerationTools_Manifest.html;md5=3074e433c5d52657076d1d138dfbdaf8"
+LIC_FILES_CHKSUM = "file://ti-cgt-c7000_${PV}.STS/C7000_Code_Generation_Tools_1.x_manifest.html;md5=f1156d241d104c281bc64a6ec8eadc64"
 
 require recipes-ti/includes/ti-unpack.inc
 require recipes-ti/includes/ti-paths.inc
@@ -17,23 +17,22 @@ require recipes-ti/includes/ti-paths.inc
 COMPATIBLE_HOST = "x86_64.*-linux"
 COMPATIBLE_HOST_class-target = "null"
 
-BINFILE = "ti_cgt_c7000_${PV}_linux_installer_x86.bin"
+BINFILE = "ti_cgt_c7000_${PV}.STS_linux_installer_x86.bin"
 BINFILE_NAME = "cgt7x_x86_installer"
 
-# Please note, "install.source.dir.local" is not a real URL, below files need to be pre-downloaded
-SRC_URI = "http://install.source.dir.local/${BINFILE};name=${BINFILE_NAME}"
+SRC_URI = "http://software-dl.ti.com/codegen/esd/cgt_public_sw/C7000/${PV}.STS/${BINFILE};name=${BINFILE_NAME}"
 
 TI_BIN_UNPK_ARGS = "--prefix ${S}"
 TI_BIN_UNPK_CMDS = ""
 
-SRC_URI[cgt7x_x86_installer.md5sum]    = "feb668b4213403c661909adcf65d2ba8"
-SRC_URI[cgt7x_x86_installer.sha256sum] = "4a3954c973622c00a9b91fa90473cf921f4b763300b0e7c32735304867856ab8"
+SRC_URI[cgt7x_x86_installer.md5sum]    = "813840908f333dd2a31f92edec71c1fb"
+SRC_URI[cgt7x_x86_installer.sha256sum] = "21379811a8857489f72ca8ec45a46eb086ced0bdbb58e78f73a86e63984ab2f5"
 
 S = "${WORKDIR}/c7000_${PV}"
 
 do_install() {
     install -d ${D}/${TI_CGT7X_INSTALL_DIR_RECIPE}
-    cp -rP --preserve=mode,links,timestamps --no-preserve=ownership ${WORKDIR}/c7000_${PV}/ti-cgt-c7000_${PV}/. ${D}/${TI_CGT7X_INSTALL_DIR_RECIPE}
+    cp -rP --preserve=mode,links,timestamps --no-preserve=ownership ${WORKDIR}/c7000_${PV}/ti-cgt-c7000_${PV}.STS/. ${D}/${TI_CGT7X_INSTALL_DIR_RECIPE}
 }
 
 
-- 
1.9.1



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

* Re: [EXTERNAL] [thud/master][PATCH] ti-cgt7x: Update to version 1.2.0
  2019-09-26 18:17 [thud/master][PATCH] ti-cgt7x: Update to version 1.2.0 Mahesh Radhakrishnan
@ 2019-09-27 13:13 ` Jacob Stiffler
  0 siblings, 0 replies; 2+ messages in thread
From: Jacob Stiffler @ 2019-09-27 13:13 UTC (permalink / raw)
  To: Mahesh Radhakrishnan, meta-ti

Denys,

Please backport to ti2019.03.


Thank you,

Jake

On 9/26/2019 2:17 PM, Mahesh Radhakrishnan wrote:
> The license checksum changed due to the version, but the license itself
> has not changed since the last release (1.1.0)
> ---
>   .../devtools/{ti-cgt7x_1.1.0.bb => ti-cgt7x_1.2.0.bb}       | 13 ++++++-------
>   1 file changed, 6 insertions(+), 7 deletions(-)
>   rename recipes-ti/devtools/{ti-cgt7x_1.1.0.bb => ti-cgt7x_1.2.0.bb} (68%)
>
> diff --git a/recipes-ti/devtools/ti-cgt7x_1.1.0.bb b/recipes-ti/devtools/ti-cgt7x_1.2.0.bb
> similarity index 68%
> rename from recipes-ti/devtools/ti-cgt7x_1.1.0.bb
> rename to recipes-ti/devtools/ti-cgt7x_1.2.0.bb
> index 72bbcc1..09178af 100644
> --- a/recipes-ti/devtools/ti-cgt7x_1.1.0.bb
> +++ b/recipes-ti/devtools/ti-cgt7x_1.2.0.bb
> @@ -8,7 +8,7 @@ libraries and standard header files needed to produce a working DSP application.
>   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 & Patrick-Powell & AFL-3.0 & MIT & BSD-2-Clause & PD"
>   
> -LIC_FILES_CHKSUM = "file://ti-cgt-c7000_${PV}/C7000_1.0.x_CodeGenerationTools_Manifest.html;md5=3074e433c5d52657076d1d138dfbdaf8"
> +LIC_FILES_CHKSUM = "file://ti-cgt-c7000_${PV}.STS/C7000_Code_Generation_Tools_1.x_manifest.html;md5=f1156d241d104c281bc64a6ec8eadc64"
>   
>   require recipes-ti/includes/ti-unpack.inc
>   require recipes-ti/includes/ti-paths.inc
> @@ -17,23 +17,22 @@ require recipes-ti/includes/ti-paths.inc
>   COMPATIBLE_HOST = "x86_64.*-linux"
>   COMPATIBLE_HOST_class-target = "null"
>   
> -BINFILE = "ti_cgt_c7000_${PV}_linux_installer_x86.bin"
> +BINFILE = "ti_cgt_c7000_${PV}.STS_linux_installer_x86.bin"
>   BINFILE_NAME = "cgt7x_x86_installer"
>   
> -# Please note, "install.source.dir.local" is not a real URL, below files need to be pre-downloaded
> -SRC_URI = "http://install.source.dir.local/${BINFILE};name=${BINFILE_NAME}"
> +SRC_URI = "http://software-dl.ti.com/codegen/esd/cgt_public_sw/C7000/${PV}.STS/${BINFILE};name=${BINFILE_NAME}"
>   
>   TI_BIN_UNPK_ARGS = "--prefix ${S}"
>   TI_BIN_UNPK_CMDS = ""
>   
> -SRC_URI[cgt7x_x86_installer.md5sum]    = "feb668b4213403c661909adcf65d2ba8"
> -SRC_URI[cgt7x_x86_installer.sha256sum] = "4a3954c973622c00a9b91fa90473cf921f4b763300b0e7c32735304867856ab8"
> +SRC_URI[cgt7x_x86_installer.md5sum]    = "813840908f333dd2a31f92edec71c1fb"
> +SRC_URI[cgt7x_x86_installer.sha256sum] = "21379811a8857489f72ca8ec45a46eb086ced0bdbb58e78f73a86e63984ab2f5"
>   
>   S = "${WORKDIR}/c7000_${PV}"
>   
>   do_install() {
>       install -d ${D}/${TI_CGT7X_INSTALL_DIR_RECIPE}
> -    cp -rP --preserve=mode,links,timestamps --no-preserve=ownership ${WORKDIR}/c7000_${PV}/ti-cgt-c7000_${PV}/. ${D}/${TI_CGT7X_INSTALL_DIR_RECIPE}
> +    cp -rP --preserve=mode,links,timestamps --no-preserve=ownership ${WORKDIR}/c7000_${PV}/ti-cgt-c7000_${PV}.STS/. ${D}/${TI_CGT7X_INSTALL_DIR_RECIPE}
>   }
>   
>   


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

end of thread, other threads:[~2019-09-27 13:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-26 18:17 [thud/master][PATCH] ti-cgt7x: Update to version 1.2.0 Mahesh Radhakrishnan
2019-09-27 13:13 ` [EXTERNAL] " Jacob Stiffler

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.