* In version 8.2.0, the default compression algorithm used by cinit was changed from RLE24 to LZSS. * This change exposed cache coherency issue related to global objects in multicore applications. * Revert to 8.1.3 to allow time to resolve the exposed issues.
Signed-off-by: Jacob Stiffler <[email protected]> --- recipes-ti/devtools/{ti-cgt6x_8.2.0.bb => ti-cgt6x_8.1.3.bb} | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) rename recipes-ti/devtools/{ti-cgt6x_8.2.0.bb => ti-cgt6x_8.1.3.bb} (86%) diff --git a/recipes-ti/devtools/ti-cgt6x_8.2.0.bb b/recipes-ti/devtools/ti-cgt6x_8.1.3.bb similarity index 86% rename from recipes-ti/devtools/ti-cgt6x_8.2.0.bb rename to recipes-ti/devtools/ti-cgt6x_8.1.3.bb index 54af409..87d03cb 100644 --- a/recipes-ti/devtools/ti-cgt6x_8.2.0.bb +++ b/recipes-ti/devtools/ti-cgt6x_8.1.3.bb @@ -2,8 +2,8 @@ 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" -LIC_FILES_CHKSUM = "file://ti-cgt-c6000_${PV}/C6000_8.0.x_CodeGenerationTools_Manifest.htm;md5=0d1c662c65c3526fc0f4784a4e114ef4" -LIC_FILES_CHKSUM_class-target = "file://usr/share/doc/ti/cgt-c6x/C6000_8.0.x_CodeGenerationTools_Manifest.htm;md5=0d1c662c65c3526fc0f4784a4e114ef4" +LIC_FILES_CHKSUM = "file://ti-cgt-c6000_${PV}/C6000_8.1.x_CodeGenerationTools_Manifest.htm;md5=458bf5fa55a865372515aeba0dfa9b72" +LIC_FILES_CHKSUM_class-target = "file://usr/share/doc/ti/cgt-c6x/C6000_8.1.x_CodeGenerationTools_Manifest.htm;md5=458bf5fa55a865372515aeba0dfa9b72" PE = "1" @@ -37,11 +37,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] = "8f6d1cdb8c120e408fa6b4e1bb7b00d7" -SRC_URI[cgt6x_x86_installer.sha256sum] = "36a05c453daa3261ada9e7681d008bf2bd844e84699c7a8445af80c629b5497b" +SRC_URI[cgt6x_x86_installer.md5sum] = "dca41cd1868709760589bed9d03a2053" +SRC_URI[cgt6x_x86_installer.sha256sum] = "df3a07350e8bcf942edf579a5ec778fca85a8071957b403db4ba52691d805029" -SRC_URI[cgt6x_arm_installer.md5sum] = "6780b000adc4fd168f45a1776bb4dcf4" -SRC_URI[cgt6x_arm_installer.sha256sum] = "13b84434e88a91316809c0377552ae2396499344ed1c5eb77f42cce1d6e2b0a8" +SRC_URI[cgt6x_arm_installer.md5sum] = "2e872aabb214a228020febc102d64cef" +SRC_URI[cgt6x_arm_installer.sha256sum] = "577b9dc43b9b1fb893a1d5cc6b6da149e89bd40e4c7df3dd5f4b6453b4203940" do_install() { install -d ${D}${bindir} -- 2.7.4 -- _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
