[meta-ti] [rocko/master][PATCH] ti-cgt6x: Update to version 8.3.2

Denys Dmytriyenko denys at ti.com
Mon Mar 4 17:48:17 PST 2019


On Mon, Mar 04, 2019 at 08:39:25PM -0500, Mahesh Radhakrishnan wrote:
> Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2 at ti.com>
> ---
>  .../{ti-cgt6x_8.2.2.bb => ti-cgt6x_8.3.2.bb}       | 28 +++++++---------------
>  1 file changed, 8 insertions(+), 20 deletions(-)
>  rename recipes-ti/devtools/{ti-cgt6x_8.2.2.bb => ti-cgt6x_8.3.2.bb} (72%)
> 
> diff --git a/recipes-ti/devtools/ti-cgt6x_8.2.2.bb b/recipes-ti/devtools/ti-cgt6x_8.3.2.bb
> similarity index 72%
> rename from recipes-ti/devtools/ti-cgt6x_8.2.2.bb
> rename to recipes-ti/devtools/ti-cgt6x_8.3.2.bb
> index 53f5252..90106e5 100644
> --- a/recipes-ti/devtools/ti-cgt6x_8.2.2.bb
> +++ b/recipes-ti/devtools/ti-cgt6x_8.3.2.bb
> @@ -2,8 +2,8 @@ DESCRIPTION = "TI DSP 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 & AFL-3.0 & MIT & BSD-2-Clause & PD"
>  
> -LIC_FILES_CHKSUM = "file://ti-cgt-c6000_${PV}/C6000_8.2.x_CodeGenerationTools_Manifest.htm;md5=66147c95fc5d3f900b73414f8258c91e"
> -LIC_FILES_CHKSUM_class-target = "file://usr/share/doc/ti/cgt-c6x/C6000_8.2.x_CodeGenerationTools_Manifest.htm;md5=66147c95fc5d3f900b73414f8258c91e"
> +LIC_FILES_CHKSUM = "file://ti-cgt-c6000_${PV}/C6000CodeGenerationTools_8.3.x_manifest.html;md5=d06c6f9acebf78df4108a8535396e9f1"
> +LIC_FILES_CHKSUM_class-target = "file://usr/share/doc/ti/cgt-c6x/C6000CodeGenerationTools_8.3.x_manifest.html;md5=d06c6f9acebf78df4108a8535396e9f1"

Please briefly mention reason for license checksum change in the commit log.


>  PE = "1"
>  
> @@ -37,11 +37,11 @@ BINFILE_NAME_class-target = "cgt6x_arm_installer"
>  
>  SRC_URI = "http://software-dl.ti.com/codegen/esd/cgt_public_sw/C6000/${PV}/${BINFILE};name=${BINFILE_NAME}"
>  
> -SRC_URI[cgt6x_x86_installer.md5sum] = "548c841b231c2fbd954218d4e370c995"
> -SRC_URI[cgt6x_x86_installer.sha256sum] = "f269e51eb29de2efd32b3ea93beebd7b00a1a156c923be1a33ba7d785c4c6a24"
> +SRC_URI[cgt6x_x86_installer.md5sum] = "f1f534e6a4bdee6df39e8d0cb458d161"
> +SRC_URI[cgt6x_x86_installer.sha256sum] = "1fba2a8f5532b33a23677771d686a866171ce7a0e567fed50d900d0ecd2e17e6"
>  
> -SRC_URI[cgt6x_arm_installer.md5sum] = "56f5e5464ab87af517a6cdd5fed06f3f"
> -SRC_URI[cgt6x_arm_installer.sha256sum] = "4b2e605a4afc3d4d0ac74013ee32496541abf093aedd70bc7ef040597933b1ea"
> +SRC_URI[cgt6x_arm_installer.md5sum] = "425d82308e71202ad004a36b7ec3cec9"
> +SRC_URI[cgt6x_arm_installer.sha256sum] = "70c387ddde379194fed712087be6cb0ca5f4f0e65d7f29bd7462c38ee011928f"
>  
>  do_install() {
>      install -d ${D}${bindir}
> @@ -54,10 +54,7 @@ do_install() {
>          install -m 755 ${binfile} ${D}${datadir}/ti/cgt-c6x/bin
>      done
>  
> -    install -d ${D}${datadir}/ti/cgt-c6x/include
> -    for includefile in ${S}/ti-cgt-c6000_${PV}/include/*; do
> -        install -m 644 ${includefile} ${D}${datadir}/ti/cgt-c6x/include
> -    done
> +    cp -r  ${S}/ti-cgt-c6000_${PV}/include ${D}${datadir}/ti/cgt-c6x/include 

If not using install, please pass correct options to cp to avoid host 
contamination warnings.


>      install -d ${D}${datadir}/ti/cgt-c6x/lib
>      for libfile in ${S}/ti-cgt-c6000_${PV}/lib/*.a; do
> @@ -72,11 +69,6 @@ do_install() {
>          install -m 644 ${libfile} ${D}${datadir}/ti/cgt-c6x/lib
>      done
>  
> -    install -d ${D}${datadir}/ti/cgt-c6x/lib/src
> -    for srcfile in ${S}/ti-cgt-c6000_${PV}/lib/src/*; do
> -        install -m 644 ${srcfile} ${D}${datadir}/ti/cgt-c6x/lib/src
> -    done
> -
>      install -d ${D}${datadir}/man/man1
>      for manfile in ${S}/ti-cgt-c6000_${PV}/man/man1/*; do
>          if [ -e ${manfile} ]; then
> @@ -89,7 +81,7 @@ do_install() {
>          install -m 644 ${docfile} ${D}${datadir}/doc/ti/cgt-c6x
>      done
>  
> -    for docfile in ${S}/ti-cgt-c6000_${PV}/*.htm; do
> +    for docfile in ${S}/ti-cgt-c6000_${PV}/*.html; do
>          install -m 644 ${docfile} ${D}${datadir}/doc/ti/cgt-c6x
>      done
>  
> @@ -97,10 +89,6 @@ do_install() {
>          install -m 644 ${docfile} ${D}${datadir}/doc/ti/cgt-c6x
>      done
>  
> -    for docfile in ${S}/ti-cgt-c6000_${PV}/doc/*; do
> -        install -m 644 ${docfile} ${D}${datadir}/doc/ti/cgt-c6x
> -    done
> -
>  }
>  
>  do_install_class-target() {
> -- 
> 1.9.1
> 
> -- 
> _______________________________________________
> meta-ti mailing list
> meta-ti at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti


More information about the meta-ti mailing list