aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-ti
AgeCommit message (Collapse)Author
2019-12-09Fix "basehash value changed" errors and BB_NUMBER_THREADS usageLuca Ceresoli
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>
2019-12-09ti-pdk-build: migrate to ti-pdk-fetch.bbclassJacob Stiffler
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-10-31ti-pdk-build-rtos: SRCREV update to 01.00.00.14BMahesh Radhakrishnan
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-10-31ti-ipc: Update to new version 3.50.04.08Sam Nelson
Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-10-18ti-ipc: update 0001-Add-kernel-build-dir.patchDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-10-15Revert "ti-ipc: Update commit id for latest code for 3.50.04.07"Sam Nelson
This reverts commit 03e5b21e8a993cf3227112de84f38cc8337dcb11. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-10-14ti-ipc: Update examples to latest versionSam Nelson
Fixes issues with AM65X examples Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-10-10ti-ipc: Update commit id for latest code for 3.50.04.07Sam Nelson
Include fixes issues found with static analysis Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-10-08ti-pdk-build-rtos: SRCREV update to 01.00.00.14AMahesh Radhakrishnan
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-10-02ti-pdk-build-rtos: SRCREV update to 01.00.00.14Mahesh Radhakrishnan
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-10-02multiprocmgr: SRCREV update to 3.0.5.0Mahesh Radhakrishnan
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-10-01beaglebone-getting-started: update to the latest and fix licensesKhem Raj
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>
2019-09-30recipes-ti: Use COMMON_LICENSE_DIR instead of COREBASEKhem Raj
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>
2019-09-27ti-cgt7x: Update to version 1.2.0Mahesh Radhakrishnan
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>
2019-09-24ti-ipc: Update to new version 3.50.04.07Sam Nelson
Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-09-13ti-softhsmv2, libp11, engine-pkcs11: openssl10 is no longer availableDenys Dmytriyenko
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>
2019-09-12ti-unpack: Simplify the logic to detect 32bit glibc on build hostKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-08-17ti-cgt-7x: Initial version of TI-CGT-C7000 recipeMahesh Radhakrishnan
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>
2019-08-17ti-paths.inc: Adding install directory for ti-cgt-7xMahesh Radhakrishnan
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-08-09ti-sysbios: Update to sysbios 6.72.02.02Mahesh Radhakrishnan
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>
2019-08-09ipc-transport: SRCREV update to 02.00.00.02AMahesh Radhakrishnan
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-08-07ti-pdk-build-rtos: SRCREV update to 01.00.00.13BMahesh Radhakrishnan
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-08-07swtools: SRCREV updateMahesh Radhakrishnan
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-08-07mathlib: SRCREV updateMahesh Radhakrishnan
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-08-07dsplib: SRCREV updateMahesh Radhakrishnan
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-08-06ti-cgt-pru: Update to version 2.3.2Mahesh Radhakrishnan
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>
2019-08-05ti-ipc: Update to new version 3.50.04.06Sam Nelson
Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-08-03udma: suppress texrel warning, set correct PV versionDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-08-03recipes: suppress potential host contamination warnings due to ownershipDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-08-03ti-xdctools: Update to version 3.55.02.22Mahesh Radhakrishnan
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>
2019-08-03ti-ns: Update to version 2.60.01.06Mahesh Radhakrishnan
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>
2019-08-03ti-ndk: Update to 3.61.01.01Mahesh Radhakrishnan
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>
2019-08-03swtools: actually use defined CP_ARGSDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-07-31ti-cgt-arm: extend to nativesdkJacob Stiffler
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-07-31ti-cgt-arm: consolidate into single fileJacob Stiffler
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-07-31ti-cgt6x-7: extend to nativesdkJacob Stiffler
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-07-24ti-unpack.inc: abort if 32 bit libs are not installedLuca Ceresoli
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>
2019-07-03ti-pdk-build: SRCREV update to 01.00.00.13AMahesh Radhakrishnan
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-06-27ti-pdk-build: SRCREV update to 01.00.00.13Mahesh Radhakrishnan
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-06-07dsplib: bump SRCREV to pick up updated test reportsJianzhong Xu
Signed-off-by: Jianzhong Xu <xuj@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-06-07mathlib: bump SRCREV to pick up updated test reportsJianzhong Xu
Signed-off-by: Jianzhong Xu <xuj@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-06-07swtools: bump SRCREV to compile dsplib/mathlib with "--legacy"Jianzhong Xu
Signed-off-by: Jianzhong Xu <xuj@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-05-12beaglebone-capes: Update checksums for LICENSEKhem Raj
OE-Core has reworded the license file see https://git.openembedded.org/openembedded-core/commit/?id=f8c9c511b5f1b7dbd45b77f345cb6c048ae6763e Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-05-09recipes: convert existing uses of am65xx-evm to am65xx SOC familyDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-04-30ti-cgt-arm-native: Upgrade to 18.12.1.LTSMahesh Radhakrishnan
The checksum changed due to version & year changes. The licenses remain the same Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-04-28ti-ndk: Upgrade to 3.60.00.13Mahesh Radhakrishnan
The checksum changed due to version & year. The license itself remains unchanged Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-04-28ti-ns: Upgrade to 2.60.00.07Mahesh Radhakrishnan
The checksum changed due to the year & version. The license hasn't changed. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-04-28ti-ipc-rtos: add SRCREV_FORMATJacob Stiffler
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-04-24ti-pdk-build-rtos: SRCREV bump to use COPYING.txt for license checksumMahesh Radhakrishnan
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-03-27ti-pdk-build-rtos: SRCREV bump to version 01.00.00.12AMahesh Radhakrishnan
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>