From: Mahesh Radhakrishnan <[email protected]> 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 <[email protected]> Signed-off-by: Denys Dmytriyenko <[email protected]> --- ...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 -- _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
