diff options
author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2019-03-14 09:18:09 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2019-03-19 02:46:00 +0000 |
commit | 49bfcd06d4bf0ff948e930e09ba8d8ea94aee339 (patch) | |
tree | 15ccc1d96e89eddb31562d03c6f2d51e7591df0f /recipes-ti/devtools/ti-cgt-arm.inc | |
parent | ee089700f55391fbc515f355b0e7daba33332233 (diff) | |
download | meta-ti-49bfcd06d4bf0ff948e930e09ba8d8ea94aee339.tar.gz |
ti-cgt-arm: Update to version 18.1.5 LTS
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>
Diffstat (limited to 'recipes-ti/devtools/ti-cgt-arm.inc')
-rw-r--r-- | recipes-ti/devtools/ti-cgt-arm.inc | 16 |
1 files changed, 2 insertions, 14 deletions
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 @@ | |||
1 | SUMMARY = "TI ARM Code Generation Tools" | 1 | SUMMARY = "TI ARM Code Generation Tools" |
2 | HOMEPAGE = "https://www-a.ti.com/downloads/sds_support/TICodegenerationTools/download.htm" | 2 | HOMEPAGE = "https://www-a.ti.com/downloads/sds_support/TICodegenerationTools/download.htm" |
3 | 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" | 3 | 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" |
4 | 4 | ||
5 | inherit native | 5 | inherit native |
6 | require recipes-ti/includes/ti-unpack.inc | 6 | require recipes-ti/includes/ti-unpack.inc |
@@ -9,7 +9,7 @@ require recipes-ti/includes/ti-paths.inc | |||
9 | 9 | ||
10 | S = "${WORKDIR}/ti-cgt-arm-${PV}" | 10 | S = "${WORKDIR}/ti-cgt-arm-${PV}" |
11 | 11 | ||
12 | PR = "r2" | 12 | PR = "r0" |
13 | 13 | ||
14 | SRC_URI = "http://software-dl.ti.com/codegen/esd/cgt_public_sw/TMS470/${PV}.LTS/${BINFILE};name=${BINFILE_NAME}" | 14 | SRC_URI = "http://software-dl.ti.com/codegen/esd/cgt_public_sw/TMS470/${PV}.LTS/${BINFILE};name=${BINFILE_NAME}" |
15 | 15 | ||
@@ -17,18 +17,6 @@ BINFILE = "ti_cgt_tms470_${PV}.LTS_linux_installer_x86.bin" | |||
17 | TI_BIN_UNPK_ARGS = "--prefix ${S}" | 17 | TI_BIN_UNPK_ARGS = "--prefix ${S}" |
18 | TI_BIN_UNPK_CMDS = "" | 18 | TI_BIN_UNPK_CMDS = "" |
19 | 19 | ||
20 | do_configure_append() { | ||
21 | # Remove the library if it exists to prevent an error when building the | ||
22 | # library in do_compile(). | ||
23 | rm -f ./ti-cgt-arm_${PV}.LTS/lib/rtsv7R4_A_le_v3D16_eabi.lib | ||
24 | } | ||
25 | |||
26 | do_compile_append() { | ||
27 | cd ${S}/ti-cgt-arm_${PV}.LTS | ||
28 | export PATH=${PATH}:${S}/ti-cgt-arm_${PV}.LTS/bin | ||
29 | lib/mklib --pattern=rtsv7R4_A_le_v3D16_eabi.lib | ||
30 | } | ||
31 | |||
32 | do_install() { | 20 | do_install() { |
33 | install -d ${D}${M4_TOOLCHAIN_INSTALL_DIR_RECIPE} | 21 | install -d ${D}${M4_TOOLCHAIN_INSTALL_DIR_RECIPE} |
34 | cp -r ${S}/ti-cgt-arm*/. ${D}${M4_TOOLCHAIN_INSTALL_DIR_RECIPE} | 22 | cp -r ${S}/ti-cgt-arm*/. ${D}${M4_TOOLCHAIN_INSTALL_DIR_RECIPE} |