summaryrefslogtreecommitdiffstats
path: root/recipes-ti
Commit message (Collapse)AuthorAgeFilesLines
* multiprocmgr: swap SUMMARY and DESCRIPTION fieldsDenys Dmytriyenko2020-02-121-2/+2
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* multiprocmgr-test: also do not access kernel headers directlyDenys Dmytriyenko2020-02-121-6/+8
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* multiprocmgr: do not mix kernel and user-space headers, fully depend on uapiDenys Dmytriyenko2020-02-112-2/+29
| | | | | | | | | | As multiprocmgr is a user-space app and should only use uapi headers, drop extra -I for the kernel headers. Patch out any assumptions of direct access to the kernel headers. Cc: Suman Anna <s-anna@ti.com> Cc: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-cgt6x: Limit it to TI SOCsKhem Raj2020-02-111-0/+2
| | | | | | | Helps meta-ti live in a multi-BSP distributions Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-ipc: Update to new version 3.51.00.00Sam Nelson via Lists.Yoctoproject.Org2020-02-073-8/+8
| | | | | Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* Revert "ti-sysbiois: Sysbiois update to 6.76.04.02"Denys Dmytriyenko2020-01-281-3/+3
| | | | | | | This reverts commit b7452e53c63ca17443fa8a05d0ac8eebabe9ae32. There are multiple reports of failures with this version. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-sysbiois: Sysbiois update to 6.76.04.02Mahesh Radhakrishnan2020-01-231-3/+3
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-sysbios: Sysbios update to 6.76.03.01Mahesh Radhakrishnan2019-12-192-18/+3
| | | | | Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-ipc: Update ipc-examples to 3.50.04.08 with bug fixesSam Nelson2019-12-181-3/+3
| | | | | Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* Fix "basehash value changed" errors and BB_NUMBER_THREADS usageLuca Ceresoli2019-12-091-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | Changing BB_NUMBER_THREADS between successive builds causes a "basehash value changed" error. Additionally, using BB_NUMBER_THREADS to pass a number of processes to run to xdc is wrong: PARALLEL_MAKE is the correct variable to use. Fix both problems by using oe.utils.parallel_make_argument() to obtain the number of processes to run from PARALLEL_MAKE. Fixes: ERROR: When reparsing .../meta-ti/recipes-ti/ipc/ti-ipc-rtos_git.bb.do_configure, the basehash value changed from 63897a188012cedde03f756b5dbbfa70 to 13b80bf4f4327c367bd201eb4aa32ad7. The metadata is not deterministic and this needs to be fixed. ERROR: When reparsing .../meta-ti/recipes-ti/ipc/ti-ipc-rtos_git.bb.do_compile, the basehash value changed from 2fb59a7db2a2f69d2c25c06c1b6a4245 to 314c664cc040afae2800fcc378dd9ae0. The metadata is not deterministic and this needs to be fixed. Steps to reproduce: BB_NUMBER_THREADS="3" bitbake ti-ipc-rtos ti-ipc-examples-linux BB_NUMBER_THREADS="4" bitbake -c cleansstate osal-rtos BB_NUMBER_THREADS="5" bitbake ti-ipc-rtos ti-ipc-examples-linux Reported here: https://e2e.ti.com/support/processors/f/791/p/825142/3059419 Reported-by: Matthew McKee (e-mail unknown) Suggested-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-pdk-build: migrate to ti-pdk-fetch.bbclassJacob Stiffler2019-12-091-14/+3
| | | | | Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-pdk-build-rtos: SRCREV update to 01.00.00.14BMahesh Radhakrishnan2019-10-311-3/+3
| | | | | Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-ipc: Update to new version 3.50.04.08Sam Nelson2019-10-313-5/+5
| | | | | Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-ipc: update 0001-Add-kernel-build-dir.patchDenys Dmytriyenko2019-10-181-6/+6
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* Revert "ti-ipc: Update commit id for latest code for 3.50.04.07"Sam Nelson2019-10-152-3/+3
| | | | | | This reverts commit 03e5b21e8a993cf3227112de84f38cc8337dcb11. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-ipc: Update examples to latest versionSam Nelson2019-10-141-3/+3
| | | | | | | Fixes issues with AM65X examples Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-ipc: Update commit id for latest code for 3.50.04.07Sam Nelson2019-10-102-3/+3
| | | | | | | Include fixes issues found with static analysis Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-pdk-build-rtos: SRCREV update to 01.00.00.14AMahesh Radhakrishnan2019-10-081-3/+3
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-pdk-build-rtos: SRCREV update to 01.00.00.14Mahesh Radhakrishnan2019-10-021-3/+3
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* multiprocmgr: SRCREV update to 3.0.5.0Mahesh Radhakrishnan2019-10-021-3/+3
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* beaglebone-getting-started: update to the latest and fix licensesKhem Raj2019-10-011-5/+6
| | | | | | | | | | | | | | This is as per https://github.com/jadonk/beaglebone-getting-started/blob/master/LICENSE.txt * Mention CC-BY-SA-3.0 * Update to GPLv3+ since RNDIS addition * Remove ambiguous "others" license Package now contains sample bash scripts for the host * skip file-rdeps QA check Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* recipes-ti: Use COMMON_LICENSE_DIR instead of COREBASEKhem Raj2019-09-302-2/+2
| | | | | | | | Fixes beaglebone-capes-1.0-r4 do_populate_lic: ${COREBASE}/LICENSE is not a valid license file, please use '${COMMON_LICENSE_DIR}/MIT' for a MIT License file in LIC_FILES_CHKSUM. This will become an error in the future Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-cgt7x: Update to version 1.2.0Mahesh Radhakrishnan2019-09-271-7/+6
| | | | | | | The license checksum changed due to the version, but the license itself has not changed since the last release (1.1.0) Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-ipc: Update to new version 3.50.04.07Sam Nelson2019-09-243-7/+7
| | | | | Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-softhsmv2, libp11, engine-pkcs11: openssl10 is no longer availableDenys Dmytriyenko2019-09-133-3/+3
| | | | | | | These packages still need to be migrated from 1.0 API to 1.1 Specific to Keystone2 platforms. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-unpack: Simplify the logic to detect 32bit glibc on build hostKhem Raj2019-09-121-4/+1
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-cgt-7x: Initial version of TI-CGT-C7000 recipeMahesh Radhakrishnan2019-08-171-0/+48
| | | | | | | This tool is not publically fetchable yet and requires pre-downloading Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-paths.inc: Adding install directory for ti-cgt-7xMahesh Radhakrishnan2019-08-171-0/+3
| | | | | Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-sysbios: Update to sysbios 6.72.02.02Mahesh Radhakrishnan2019-08-092-2/+16
| | | | | | | The checksum has changed due to version & date, the license has not changed Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ipc-transport: SRCREV update to 02.00.00.02AMahesh Radhakrishnan2019-08-091-3/+3
| | | | | Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-pdk-build-rtos: SRCREV update to 01.00.00.13BMahesh Radhakrishnan2019-08-071-3/+3
| | | | | Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* swtools: SRCREV updateMahesh Radhakrishnan2019-08-071-2/+2
| | | | | Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* mathlib: SRCREV updateMahesh Radhakrishnan2019-08-071-2/+2
| | | | | Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* dsplib: SRCREV updateMahesh Radhakrishnan2019-08-071-2/+2
| | | | | Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-cgt-pru: Update to version 2.3.2Mahesh Radhakrishnan2019-08-061-7/+7
| | | | | | | The License Checksum has changed due to version, the licenses have not changed Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-ipc: Update to new version 3.50.04.06Sam Nelson2019-08-053-7/+7
| | | | | Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* udma: suppress texrel warning, set correct PV versionDenys Dmytriyenko2019-08-031-1/+5
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* recipes: suppress potential host contamination warnings due to ownershipDenys Dmytriyenko2019-08-031-0/+1
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-xdctools: Update to version 3.55.02.22Mahesh Radhakrishnan2019-08-032-9/+9
| | | | | | | | The license checksum changed due to version, but the licenses haven't changed Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-ns: Update to version 2.60.01.06Mahesh Radhakrishnan2019-08-031-3/+3
| | | | | | | | Please note that LIC CHKSUM has changed due to version change. The licenses themselves have not changed. Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-ndk: Update to 3.61.01.01Mahesh Radhakrishnan2019-08-032-16/+16
| | | | | | | | Please note that the LIC_CHECKSUM due to date 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>
* swtools: actually use defined CP_ARGSDenys Dmytriyenko2019-08-031-1/+1
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-cgt-arm: extend to nativesdkJacob Stiffler2019-07-311-1/+6
| | | | | Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-cgt-arm: consolidate into single fileJacob Stiffler2019-07-312-39/+35
| | | | | Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-cgt6x-7: extend to nativesdkJacob Stiffler2019-07-311-2/+7
| | | | | Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-unpack.inc: abort if 32 bit libs are not installedLuca Ceresoli2019-07-241-1/+1
| | | | | | | | | | | | ti_bin_do_unpack() detects the absence of the required 32 bit libraries, but only emits a warning. Later on the build will fail with a mysterious error. Fail immediately so the user can clearly read the error message and the (always appreciated) instructions on how to fix the problem. Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-pdk-build: SRCREV update to 01.00.00.13AMahesh Radhakrishnan2019-07-031-3/+3
| | | | | Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-pdk-build: SRCREV update to 01.00.00.13Mahesh Radhakrishnan2019-06-271-3/+3
| | | | | Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* dsplib: bump SRCREV to pick up updated test reportsJianzhong Xu2019-06-071-3/+3
| | | | | Signed-off-by: Jianzhong Xu <xuj@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* mathlib: bump SRCREV to pick up updated test reportsJianzhong Xu2019-06-071-3/+3
| | | | | Signed-off-by: Jianzhong Xu <xuj@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>