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 5/6] ti-cgt-arm: Update to version 18.1.5 LTS
Date: Thu, 14 Mar 2019 03:18:09 +0000	[thread overview]
Message-ID: <20190314031810.27721-5-denys@ti.com> (raw)
In-Reply-To: <20190314031810.27721-1-denys@ti.com>

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

The license checksum change is due to version number. License has not
been changed. However Patrick powell license which was missing earlier
has been added now.

Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 ...ive_16.9.9.bb => ti-cgt-arm-native_18.1.5.bb} |  6 +++---
 recipes-ti/devtools/ti-cgt-arm.inc               | 16 ++--------------
 2 files changed, 5 insertions(+), 17 deletions(-)
 rename recipes-ti/devtools/{ti-cgt-arm-native_16.9.9.bb => ti-cgt-arm-native_18.1.5.bb} (9%)

diff --git a/recipes-ti/devtools/ti-cgt-arm-native_16.9.9.bb b/recipes-ti/devtools/ti-cgt-arm-native_18.1.5.bb
similarity index 9%
rename from recipes-ti/devtools/ti-cgt-arm-native_16.9.9.bb
rename to recipes-ti/devtools/ti-cgt-arm-native_18.1.5.bb
index f642a5b5..0ed19391 100644
--- a/recipes-ti/devtools/ti-cgt-arm-native_16.9.9.bb
+++ b/recipes-ti/devtools/ti-cgt-arm-native_18.1.5.bb
@@ -1,6 +1,6 @@
 include ti-cgt-arm.inc
 
-LIC_FILES_CHKSUM = "file://ti-cgt-arm_${PV}.LTS/README.txt;md5=1c0dc8c15d8c4768e399b9ce7651c25e"
+LIC_FILES_CHKSUM = "file://ti-cgt-arm_${PV}.LTS/README.txt;md5=3faed35326711d6596f0377279323df1"
 
-BINFILE_MD5 = "ccae16e9c6fc3749e7da49d3a2b6fb44"
-BINFILE_SHA256 = "13b66686cc012af6f2e7f021099b5bc735a461d8eb254a2b0edef0fd8b26e81e"
+BINFILE_MD5 = "d0559bccc323002a9256dd68e1d223ab"
+BINFILE_SHA256 = "8462eb7ce837274582721ed75c73928865d7678aca23b30fde962cdd36c21414"
diff --git a/recipes-ti/devtools/ti-cgt-arm.inc b/recipes-ti/devtools/ti-cgt-arm.inc
index d55b55b4..d2d768ce 100644
--- a/recipes-ti/devtools/ti-cgt-arm.inc
+++ b/recipes-ti/devtools/ti-cgt-arm.inc
@@ -1,6 +1,6 @@
 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 & AFL-3.0 & MIT & BSD-2-Clause & PD & BSD-4-Clause"
+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"
 
 inherit native
 require recipes-ti/includes/ti-unpack.inc
@@ -9,7 +9,7 @@ require recipes-ti/includes/ti-paths.inc
 
 S = "${WORKDIR}/ti-cgt-arm-${PV}"
 
-PR = "r2"
+PR = "r0"
 
 SRC_URI = "http://software-dl.ti.com/codegen/esd/cgt_public_sw/TMS470/${PV}.LTS/${BINFILE};name=${BINFILE_NAME}"
 
@@ -17,18 +17,6 @@ BINFILE = "ti_cgt_tms470_${PV}.LTS_linux_installer_x86.bin"
 TI_BIN_UNPK_ARGS = "--prefix ${S}"
 TI_BIN_UNPK_CMDS = ""
 
-do_configure_append() {
-    # Remove the library if it exists to prevent an error when building the
-    # library in do_compile().
-    rm -f ./ti-cgt-arm_${PV}.LTS/lib/rtsv7R4_A_le_v3D16_eabi.lib
-}
-
-do_compile_append() {
-    cd ${S}/ti-cgt-arm_${PV}.LTS
-    export PATH=${PATH}:${S}/ti-cgt-arm_${PV}.LTS/bin
-    lib/mklib --pattern=rtsv7R4_A_le_v3D16_eabi.lib
-}
-
 do_install() {
     install -d ${D}${M4_TOOLCHAIN_INSTALL_DIR_RECIPE}
     cp -r ${S}/ti-cgt-arm*/. ${D}${M4_TOOLCHAIN_INSTALL_DIR_RECIPE}
-- 
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 ` [rocko/thud/master][PATCH v2 3/6] ti-cgt6x: Update to version 8.3.2 Denys Dmytriyenko
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 ` Denys Dmytriyenko [this message]
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-5-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.