summaryrefslogtreecommitdiffstats
path: root/recipes-ti/devtools
Commit message (Collapse)AuthorAgeFilesLines
* gcc-arm-none-eabi: suppress more QA warnings and errorsJacob Stiffler2019-03-191-1/+2
| | | | | | | | | As this is a pre-built package: * Skip the build-deps and file-rdeps checks. * Disable package debug split. Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-cgt-arm: Update to version 18.1.5 LTSMahesh Radhakrishnan2019-03-183-20/+8
| | | | | | | | | 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>
* ti-xdctools: Update to version 3.51.01.18Mahesh Radhakrishnan2019-03-182-9/+9
| | | | | | | | The license checksum update is due to the version number update. The licenses have not changed. Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-cgt6x: Update to version 8.3.2Mahesh Radhakrishnan2019-03-181-22/+10
| | | | | | | | | | The license checksum changed due to the version and also because Hewlett Packard license is no longer applicable. The Patrick Powell license which was present earlier too was not mentioned in the recipe, now it has been explicitly mentioned as well. Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-cg-xml: Update to version 2.61.00Mahesh Radhakrishnan2019-03-181-9/+8
| | | | | | | | The license checksum change is due to the copyright year and version. The license itself has not changed. Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* gcc-arm-none-eabi: Update to 7.0-2018-q2-updateMahesh Radhakrishnan2019-03-181-5/+5
| | | | | | | | | | | License has been changed to include a few new licenses such as Synopsis,Joel Sherrill,Rich Felker,Otto Moerbeek,embedded brains Gmbh, Regents of Univ of California, Digital Equipment Corporation, John Baldwin,WIDE project, Jeffrey Roberson, ARM Ltd, NetBSD,Michael R Nelly, and CYGWIN license Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* gcc-arm-none-eabi: not supported on any targetDenys Dmytriyenko2019-03-081-0/+1
| | | | | | This package is only meant for native and nativesdk usage. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* gcc-arm-none-eabi: extend to nativesdk classJacob Stiffler2019-02-221-2/+6
| | | | | Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-cgt-arm-native: Update to 16.9.9Mahesh Radhakrishnan2018-11-062-6/+6
| | | | | Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-xdc-tools: Update to 3.50.08.24ti2018.05-rc2Mahesh Radhakrishnan2018-11-011-3/+3
| | | | | Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-cgt-arm: "clean" library in do_configureJacob Stiffler2018-10-081-1/+7
| | | | | | | | | | | | * Prevent a potential error as mklib will return an error if the library already exists. * The error encountered is the following: | >> ERROR: mklib: destination library .../work/x86_64-linux/ti-cgt-arm-native/16.9.2-r1/ti-cgt-arm-16.9.2/ti-cgt-arm_16.9.2.LTS/lib/rtsv7R4_A_le_v3D16_eabi.lib already exists | WARNING: .../work/x86_64-linux/ti-cgt-arm-native/16.9.2-r1/temp/run.do_compile.13758:1 exit 1 from 'lib/mklib --pattern=rtsv7R4_A_le_v3D16_eabi.lib' Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-cgt-arm: Update to add rtsv7R4_A_le_v3D16_eabi.libSam Nelson2018-09-181-0/+8
| | | | | | | | | | | rtsv7R4_A_le_v3D16_eabi.lib library is not included in the cgt package. This library is built dynamically during linking during a single build. Bu in case of parallel make, dynamic creation of libraries causes failures. Hence building and adding the library to the package. Signed-off-by: Sam Nelson <sam.nelson@ti.com>t Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* recipes-ti: devtools: add TI XDC tools 3.50.07.20Hao Zhang2018-08-233-32/+3
| | | | | Signed-off-by: Hao Zhang <hzhang@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* recipes-ti: devtools: add GCC Linaro baremetal toolchain 2017.11 v7.2.1Hao Zhang2018-08-233-0/+56
| | | | | Signed-off-by: Hao Zhang <hzhang@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* meta-ti: cleanup use of d.getVar()Denys Dmytriyenko2018-07-101-4/+4
| | | | | | | | 1. drop use of True as second parameter, which is default, to align with master 2. there were instances of incorrectly passing 'd' as second parameter from previous conversion from bb.data.getVar() usage Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-xdctools-common: Add XDC tools to -dev packageJoshua Watt2018-06-201-1/+3
| | | | | | | | | | b42044aaf removed the XDC tools from the main package, but this broke the ability to include the XDC tools in an SDK. Add the tools back to the -dev package. Also fix up INSANE_SKIP. Change-Id: I902cc1a841e40c1a3bdc5286d03f999276119052 Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-cg-xml: skip file-rdeps checkJacob Stiffler2018-04-161-1/+1
| | | | | | | * pre-packaged binaries depend on libc.so.6 Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-xdctools: do not create target packageJacob Stiffler2018-02-142-5/+5
| | | | | | | | | * ti-xdctools is a host development package, but the target recipe is needed to create the sourceipk used in SDKs. * And move class extension to common include. Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-cg-xml: inhibit all strippingDenys Dmytriyenko2018-02-071-0/+4
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-cgt-pru: update toolchain to 2.2.1 versionSuraj Das2018-01-151-6/+6
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-xdctools: extend to native and nativesdkMertz, Timothy2017-12-211-0/+4
| | | | | | | | | | | ti-xdctools should be a native recipe as it more accurately reflects how it is supposed to be used. In addition, this allows it to be built as nativesdk and included in SDK image tools Signed-off-by: "Mertz, Timothy" <timothy.mertz@garmin.com> Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com> Acked-by: Jacob Stiffler <j-stiffler@ti.com>
* ti-cgt6x: update to version 8.2.2Jacob Stiffler2017-10-191-6/+6
| | | | | Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-xdctools: Update to new version 3.50.03.33Sam Nelson2017-10-191-3/+3
| | | | | Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* gcc-arm-none-eabi-native: Add recipe for new version 6-2017-q1-updateSam Nelson2017-10-191-0/+23
| | | | | | | | The source location changed to developer.arm.com compared to previous version Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-cgt-pru: updated version to 2.1.5Ivan Pang2017-09-011-4/+4
| | | | | Signed-off-by: Ivan Pang <i-pang@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-cgt6x-7: added recipe for TI CGT6x 7.x.xIvan Pang2017-08-221-0/+41
| | | | | | | This recipe specifically installs the 7.x.x series of TI CGT6x. Signed-off-by: Ivan Pang <i-pang@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-cgt6x: revert version to 8.1.3Jacob Stiffler2017-07-171-6/+6
| | | | | | | | | | | * 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 <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-cgt6x: update to version 8.2.0Jacob Stiffler2017-06-201-6/+6
| | | | | Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* Resolve host contamination warningsJustin Sobota2017-05-011-1/+2
| | | | | Signed-off-by: Justin Sobota <jsobota@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-ccsv6: Remove the recipe and other dependenciesKarthik Ramanan2017-04-271-45/+0
| | | | | Signed-off-by: Karthik Ramanan <a0393906@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-cgt-arm: add recipe for 16.9.2Karthik Ramanan2017-04-272-0/+40
| | | | | Signed-off-by: Karthik Ramanan <a0393906@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-cgt-pru: update to version 2.1.4Jacob Stiffler2017-02-171-6/+10
| | | | | | | | * The old license file, LICENSE.txt, has been removed in this release, so use the HTML manifest for the license. Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* recipes: fix build issue due to bb.data.* deprecationThomas Perrot2016-12-201-4/+4
| | | | | | | | Causes following error: Exception: AttributeError: module 'bb.data' has no attribute 'getVar' Signed-off-by: Thomas Perrot <thomas.perrot@tupi.fr> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-xdctools: Upstream version 3.32.01.22Justin Sobota2016-12-191-3/+3
| | | | | Signed-off-by: Justin Sobota <jsobota@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* gcc-arm-none-eabi-native: Update to version 4.9.2015q3Justin Sobota2016-09-301-4/+4
| | | | | Signed-off-by: Justin Sobota <jsobota@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-ccsv6-native: update to new version 6.1.3.00034Karthik Ramanan2016-07-251-2/+2
| | | | | | | updated MD5/SHA256 checksum from the previous recipe Signed-off-by: Karthik Ramanan <a0393906@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* recipes: cleanupDenys Dmytriyenko2016-06-071-0/+0
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-ccsv6-native: update to new version 6.1.3.00033Ming Wei2016-06-011-3/+3
| | | | | | | updated ARM-CGT version and MD5/SHAR256 checksum Signed-off-by: Ming Wei <mwei@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-cgt-pru: suppress already stripped warningDenys Dmytriyenko2016-04-291-1/+1
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* gcc-arm-none-eabi-native: suppress already stripped warningDenys Dmytriyenko2016-04-291-0/+2
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* recipes-ti: prevent any stripping of binaries due to different arch/formatDenys Dmytriyenko2016-04-023-2/+6
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* HACK: ti-xdctools, ti-xdais: disable stripping for nowDenys Dmytriyenko2016-04-011-0/+2
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-ccsv6-native: Upgrade to version 6.1.2.00015Justin Sobota2016-03-311-2/+2
| | | | | Signed-off-by: Justin Sobota <jsobota@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-xdctools: Update to verion 3.32.00.06Justin Sobota2016-03-072-9/+9
| | | | | | | License checksum calculation now ignores generation date Signed-off-by: Justin Sobota <jsobota@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-cg-xml: Add version 2.41.00Jacob Stiffler2016-01-271-0/+36
| | | | | Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-cgt6x: Upgrade to version 8.1.0Jacob Stiffler2016-01-271-8/+10
| | | | | Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-cgt-pru: Add version 2.1.1Jacob Stiffler2015-10-291-0/+45
| | | | | | | * TI PRU Code Generation Tools Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* gcc-arm-none-eabi-native: Add GCC baremetal toolchainJacob Stiffler2015-10-281-0/+21
| | | | | Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-ccsv6-native: Add CCS 6.1.1.00022Jacob Stiffler2015-10-221-0/+42
| | | | | | | | | | | * Due to licensing, this installer must be downloaded manually and placed into either the downloads directory, or placed on a mirror. * Please see http://processors.wiki.ti.com/index.php/Download_CCS#Code_Composer_Studio_Version_6_Downloads * NOTE: That the Linux off-line installation tarball is the file required. Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-xdctools: Add version 3.31.02.38.Jacob Stiffler2015-08-104-53/+69
| | | | | | | | | | * This version adheres to the new "core" package format. * Add the version-indepedent include file for the core packages * Extract common information between the core and legacy packages into the ti-xdctools-common.inc file. Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>