From 2901824acb7962e84f2c0d8fe99a96e4063cd6db Mon Sep 17 00:00:00 2001 From: Mahesh Radhakrishnan Date: Thu, 14 Mar 2019 09:18:09 +0000 Subject: 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 Signed-off-by: Denys Dmytriyenko --- recipes-ti/devtools/ti-cgt-arm-native_16.9.9.bb | 6 ------ recipes-ti/devtools/ti-cgt-arm-native_18.1.5.bb | 6 ++++++ recipes-ti/devtools/ti-cgt-arm.inc | 16 ++-------------- 3 files changed, 8 insertions(+), 20 deletions(-) delete mode 100644 recipes-ti/devtools/ti-cgt-arm-native_16.9.9.bb create mode 100644 recipes-ti/devtools/ti-cgt-arm-native_18.1.5.bb diff --git a/recipes-ti/devtools/ti-cgt-arm-native_16.9.9.bb b/recipes-ti/devtools/ti-cgt-arm-native_16.9.9.bb deleted file mode 100644 index f642a5b5..00000000 --- a/recipes-ti/devtools/ti-cgt-arm-native_16.9.9.bb +++ /dev/null @@ -1,6 +0,0 @@ -include ti-cgt-arm.inc - -LIC_FILES_CHKSUM = "file://ti-cgt-arm_${PV}.LTS/README.txt;md5=1c0dc8c15d8c4768e399b9ce7651c25e" - -BINFILE_MD5 = "ccae16e9c6fc3749e7da49d3a2b6fb44" -BINFILE_SHA256 = "13b66686cc012af6f2e7f021099b5bc735a461d8eb254a2b0edef0fd8b26e81e" diff --git a/recipes-ti/devtools/ti-cgt-arm-native_18.1.5.bb b/recipes-ti/devtools/ti-cgt-arm-native_18.1.5.bb new file mode 100644 index 00000000..0ed19391 --- /dev/null +++ b/recipes-ti/devtools/ti-cgt-arm-native_18.1.5.bb @@ -0,0 +1,6 @@ +include ti-cgt-arm.inc + +LIC_FILES_CHKSUM = "file://ti-cgt-arm_${PV}.LTS/README.txt;md5=3faed35326711d6596f0377279323df1" + +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} -- cgit v1.2.3-54-g00ecf