summaryrefslogtreecommitdiffstats
path: root/recipes-ti
Commit message (Collapse)AuthorAgeFilesLines
* tiipclad-daemon.sh: Enabling GateMP supportMolfetta, Stephen2015-08-191-1/+1
| | | | 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>
* ti-cgt6x: Upgrade to version 8.0.3Jacob Stiffler2015-08-041-6/+7
| | | | | Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-sysbios: Update version to 6.41.04.54Jacob Stiffler2015-08-042-12/+12
| | | | | Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-softhsmv2: Stop recipe from using headers from host build machine.Jacob Stiffler2015-07-021-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Without the "--with-zlib" configure option, the zlib header will be obtained from the build machines "/usr/include" directory if the header exists there. * From ${S}/m4/acx_zlib.m4: AC_DEFUN([ACX_ZLIB],[ AC_ARG_WITH(zlib, AC_HELP_STRING([--with-zlib=PATH],[Specify prefix of path of zlib]), [ ZLIB_PATH="$withval" ], [ ZLIB_PATH="/usr" ]) AC_MSG_CHECKING(what are the zlib includes) ZLIB_INCLUDES="-I$ZLIB_PATH/include" ... * Therefore add configure option to point to staging sysroot for zlib header and add dependency on zlib. Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* rtos-recipes: Add files to ${PN}-dev instead of ${PN}.Jacob Stiffler2015-06-058-8/+17
| | | | | | | * These packages only contain firmware development files. Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-ipc: update to 3.36.01.11Denys Dmytriyenko2015-06-033-12/+12
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-paths: Add PDK_INSTALL_DIR for RTOS drivers.Jacob Stiffler2015-06-011-1/+2
| | | | | Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-framework-components: Add version 3.40.00.02.Jacob Stiffler2015-06-011-0/+9
| | | | | Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-framework-components: Add all files to the main package.Jacob Stiffler2015-06-012-3/+4
| | | | | Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-framework-components: Move LIC_FILES_CHKSUM into recipe.Jacob Stiffler2015-06-012-4/+3
| | | | | | | | * This is version specific, so it should not be in a version-agnostic include file. Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-ipc-rtos: Add the TI-RTOS IPC package version 3.35.01.07Jacob Stiffler2015-06-012-0/+26
| | | | | Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-xdais: Add version 7.24.00.04Jacob Stiffler2015-05-221-0/+10
| | | | | Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-xdais: Move LIC_FILES_CHKSUM into recipe.Jacob Stiffler2015-05-222-6/+4
| | | | | | | | * This is version specific, so it should not be in a version-agnostic include file. Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-sysbios: Add version 6.41.02.41Jacob Stiffler2015-05-221-0/+14
| | | | | Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-xdctools: Add version 3.30.06.67Jacob Stiffler2015-05-221-0/+16
| | | | | Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-cgt6x: Fix installation for native and nativesdk classes.Jacob Stiffler2015-05-221-0/+8
| | | | | | | | * Many RTOS packages assume that the entire cgt is installed in a single directory as opposed to standard install paths. Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* netapi: Update to new version 1.1.0.6Sam Nelson2015-04-281-3/+3
| | | | | | | - Fixes issues with parallel builds Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-cgt6x: update LICENSE to the proper formatDenys Dmytriyenko2015-04-271-1/+1
| | | | | | This avoids warnings in master. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* multiprocmgr: Update to new version 2.0.1.8Sam Nelson2015-04-221-3/+3
| | | | | Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ipc-transport-srio: Add recipe for ipc transport using srio interfaceSam Nelson2015-04-223-0/+60
| | | | | | | | | - Adds ipc transport layer using srio interface - Supports k2h & k2k devices - test recipe provides test code using srio transport Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ipc-transport-qmss: Add recipe for ipc qmss transport and test codeSam Nelson2015-04-223-0/+61
| | | | | | | | - Provides ipc transport layer using qmss module - Supports k2h, k2k, k2e, k2l devices Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ipc: Update to new version 3.35.1.7Sam Nelson2015-04-221-3/+3
| | | | | Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* mpm-transport: Update to new version 1.0.6.0Sam Nelson2015-04-201-6/+13
| | | | | | | | - Add new transport using qmss, srio modules - Update new dependency on cmem, rm-lld, qmss-lld, cppi-lld & srio-lld Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* netapi: Update to new version 1.1.0.5Sam Nelson2015-04-101-3/+3
| | | | | Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* multiprocmgr: Add virutal/kernel dependency.Jacob Stiffler2015-03-171-1/+1
| | | | | | | * "linux/remoteproc_user.h" is included by ./src/daemon/mpmdlif.c Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-ipc: Update to new version of ipc 3.35.00.05Sam Nelson2015-03-041-7/+11
| | | | | | | | - Update license checksum - Add support for k2hk, k2l & k2e evm. Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* netapi: Add recipe for NETAPI moduleSam Nelson2015-02-263-0/+97
| | | | | | | | - Provide TI user space network library and test code - Supports k2h, k2k, k2l & k2e devices Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-cgt6x: Add verion 8.0.0Jacob Stiffler2015-02-261-0/+105
| | | | | | | * Supports native and nativesdk classes as well as target. Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-eula-unpack: Add support for general binary installers.Jacob Stiffler2015-02-202-65/+85
| | | | | | | | | | | * ti-unpack.inc has been created to allow support for general binary installers by creating a variable which is used to pass arbitrary arguments to the executable. * ti-eula-unpack.inc sets the default arguments to retain support for recipes which still use this feature. Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-ipc: Upgrade to IPC 3.30.03.14Karthik Ramanan2015-02-191-3/+3
| | | | | Signed-off-by: Karthik Ramanan <a0393906@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* engine-pkcs11: Add recipe for PKCS11 engineSam Nelson2015-02-191-0/+19
| | | | | | | - Provides OpenSSL PKCS11 engine Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* libp11: Add recipe for libp11Sam Nelson2015-02-101-0/+17
| | | | | | | - Provides PKCS11 abstraction library Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-ipc: Correct error in ti ipc lad daemon startup scriptSam Nelson2015-02-101-2/+3
| | | | | | | | - Need to add -l for the log file parameter - Added -- to pass log file as additional parameter Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* udma: Add recipe for user space library for udma kernel driverSam Nelson2015-02-021-0/+28
| | | | | | | | - Provides zero copy access from user-space to packet dma channels via udma kernel driver Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-softhsmv2: Add recipe for ti customised softhsm packageSam Nelson2015-02-021-0/+43
| | | | | | | - Provide library, deamon and util for ti customised softhsm Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* multiprocmgr: Update to new version of MPM 2.0.1.7Sam Nelson2015-01-213-11/+55
| | | | | | | | | | - Recipe split into main and test recipes. - Added dependency on mpm-transport & libdaemon & syslog-ng - Added startup scripts for daemon - Removed PR Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* multiprocmgr: Moved recipe verbatim from meta-aragoSam Nelson2015-01-211-0/+20
| | | | | | | | - Original location: meta-arago: meta-arago-extras/recipes-bsp/multiprocmgr/multiprocmgr_git.bb Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-ipc: Upgrade to IPC 3.30.01.12 GA.Jacob Stiffler2015-01-081-5/+2
| | | | | Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* mpm-transport: Update to new version 1.0.6.0Sam Nelson2015-01-081-4/+4
| | | | | | | - Commit id and version updated to DEV.MPM-TRANSPORT-01.00.06.00 Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* mpm-transport: Add new recipe for multiproc transport library and test codeSam Nelson2014-12-181-0/+37
| | | | | | | | - mpm-transport provide basic transport layer for moving data between different processing nodes - Support communication with the process nodes using shared memory and hyperlink interface Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-linuxutils: Fix build problems for kernel up to 3.17Enric Balletbo i Serra2014-10-084-2/+89
| | | | | | | Add to patches to fix the build of cmemk and sdmak kernel modules. Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-dsplink: Fix irq mismatch for kernel versions greater than 3.7.0.Enric Balletbo i Serra2014-10-083-1/+18
| | | | | | | | | | | Commit 7d7e1eb (ARM: OMAP2+: Prepare for irqs.h removal) and commit ec2c082 (ARM: OMAP2+: Remove hardcoded IRQs and enable SPARSE_IRQ) from kernel updated the way interrupts for OMAP2/3 devices are defined. Fix irq number as dsplink misses to add the NR_IRQS relative offset. Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-dmai: Fix build with recent kernels and compilers.Enric Balletbo i Serra2014-10-082-1/+28
| | | | | | | | Remove unused includes that only redefine some typedefs already defined in other includes and add the --sysroot flag to fix a linkage problem. Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-ipc: Upgrade to IPC 3.30.00.09Jacob Stiffler2014-10-086-109/+15
| | | | | | | | | * Added new recipe for latest IPC * Removed older recipe versions * Latest recipe points to IPC 3.30.00.09 Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* Update dra7xx-evm settings to use dra7xx SOC_FAMILYMaupin, Chase2014-07-021-2/+2
| | | | | | | | | * Update to use the dra7xx SOC_FAMILY instead of the specific dra7xx-evm machine type. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Acked-by: Franklin Cooper Jr. <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* Conditionally set ${TOOLCHAIN_PATH} used by some recipesAsh Charles2014-07-021-0/+1
| | | | | Signed-off-by: Ash Charles <ashcharles@gmail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* recipes: consolidate firmware recipes under recipes-bsp in own directoriesDenys Dmytriyenko2014-06-233-85/+0
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-dmai: Allow do_prepsources to run release.shAsh Charles2014-06-231-0/+1
| | | | | | | | | | | | | | | | The do_prepsources task runs after do_unpack at which point the ${S}/patches directory has been created. In the last step of do_prepsources, code should be copied over to ${S} by the release.sh script. However, this script silently fails if the target directory (${S}) is not empty---it contains the 'patches' directory. The failure manifests in the do_patch step when trying to applying patches against the source which wasn't populated by release.sh. Here, we pre-emptively clean out the directory release.sh intends to use. The patch directory is re-created by the do_patch step. Signed-off-by: Ash Charles <ashcharles@gmail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* Use INSANE_SKIP_${PN} = "installed-vs-shipped"Ash Charles2014-06-2313-3/+17
| | | | | | | | A number of recipes in recipes-ti install more files than are packaged causing lots of QA errors. We choose to ignore these. Signed-off-by: Ash Charles <ashcharles@gmail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>