All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denys@ti.com>
To: <meta-ti@yoctoproject.org>
Subject: [rocko/thud/master][PATCH v2 3/6] ti-cgt6x: Update to version 8.3.2
Date: Thu, 14 Mar 2019 03:18:07 +0000	[thread overview]
Message-ID: <20190314031810.27721-3-denys@ti.com> (raw)
In-Reply-To: <20190314031810.27721-1-denys@ti.com>

From: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>

The license checksum changed due to the version and also because Hewlett Packard
license is no longer applicable.
The Patrick Powell license which was present earlier too was not mentioned in
the recipe, now it has been explicitly mentioned as well.

Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 .../{ti-cgt6x_8.2.2.bb => ti-cgt6x_8.3.2.bb}  | 32 ++++++-------------
 1 file changed, 10 insertions(+), 22 deletions(-)
 rename recipes-ti/devtools/{ti-cgt6x_8.2.2.bb => ti-cgt6x_8.3.2.bb} (70%)

diff --git a/recipes-ti/devtools/ti-cgt6x_8.2.2.bb b/recipes-ti/devtools/ti-cgt6x_8.3.2.bb
similarity index 70%
rename from recipes-ti/devtools/ti-cgt6x_8.2.2.bb
rename to recipes-ti/devtools/ti-cgt6x_8.3.2.bb
index 53f52526..deee61c7 100644
--- a/recipes-ti/devtools/ti-cgt6x_8.2.2.bb
+++ b/recipes-ti/devtools/ti-cgt6x_8.3.2.bb
@@ -1,9 +1,9 @@
 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"
+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-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"
 
 PE = "1"
 
@@ -26,7 +26,6 @@ python __anonymous() {
             raise bb.parse.SkipPackage("%s-%s ONLY supports hardfp mode for now" % (pkgn, pkgv))
 }
 
-
 BINFILE = "ti_cgt_c6000_${PV}_linux_installer_x86.bin"
 BINFILE_NAME = "cgt6x_x86_installer"
 TI_BIN_UNPK_ARGS = "--prefix ${S}"
@@ -37,11 +36,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 +53,8 @@ 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_ARGS="-Prf --preserve=mode,timestamps --no-preserve=ownership"
+    cp ${CP_ARGS} ${S}/ti-cgt-c6000_${PV}/include ${D}${datadir}/ti/cgt-c6x/include
 
     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() {
-- 
2.17.1



  parent reply	other threads:[~2019-03-14  3:27 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-14  3:18 [rocko/thud/master][PATCH v2 1/6] gcc-arm-none-eabi: Update to 7.0-2018-q2-update Denys Dmytriyenko
2019-03-14  3:18 ` [rocko/thud/master][PATCH v2 2/6] ti-cg-xml: Update to version 2.61.00 Denys Dmytriyenko
2019-03-14  3:18 ` Denys Dmytriyenko [this message]
2019-03-14  3:18 ` [rocko/thud/master][PATCH v2 4/6] ti-xdctools: Update to version 3.51.01.18 Denys Dmytriyenko
2019-03-14  3:18 ` [rocko/thud/master][PATCH v2 5/6] ti-cgt-arm: Update to version 18.1.5 LTS Denys Dmytriyenko
2019-03-14  3:18 ` [rocko/thud/master][PATCH v2 6/6] ti-sysbios: Update to version 6.75.02.00 Denys Dmytriyenko

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190314031810.27721-3-denys@ti.com \
    --to=denys@ti.com \
    --cc=meta-ti@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.