summaryrefslogtreecommitdiffstats
path: root/recipes-ti
Commit message (Collapse)AuthorAgeFilesLines
* ti-ipc: Update to GA version 3.46.00.02Sam Nelson2017-05-123-7/+7
| | | | | | | docs: Release notes updated Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-ipc-rtos: fix omapl138 update-alternatives missing parameterti2017.01-rc3Denys Dmytriyenko2017-05-081-1/+1
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-pdk-build-rtos: use k2g SOC family, clean up whitespacesDenys Dmytriyenko2017-05-041-6/+6
| | | | | | | Use k2g SOC family to cover HS and GP devices. Signed-off-by: Denys Dmytriyenko <denys@ti.com> Cc: Justin Sobota <jsobota@ti.com>
* ti-ipc-rtos: Add default links for rproc firmware for omapl138Sam Nelson2017-05-032-1/+9
| | | | | | | | By default rproc firmware default link is added as message_single.xe66 for omapl138 Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-pdk-build-rtos: Update to version 1.0.0.4BJustin Sobota2017-05-031-7/+60
| | | | | | | | - Add dra7xx support - Add pruss firmware makefiles Signed-off-by: Justin Sobota <jsobota@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* edma3lld: remove outdated v1 recipeDenys Dmytriyenko2017-05-012-33/+0
| | | | | | | | Current v2 version is in recipes-bsp Signed-off-by: Denys Dmytriyenko <denys@ti.com> Cc: Sam Nelson <sam.nelson@ti.com> Cc: Justin Sobota <jsobota@ti.com>
* ti-ipc: Update to new version 3.46.00.02_engSam Nelson2017-04-283-5/+5
| | | | | | | Picks up a bug fix for IPC Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* Resolve host contamination warningsJustin Sobota2017-04-287-7/+14
| | | | | 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-262-47/+0
| | | | | Signed-off-by: Karthik Ramanan <a0393906@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* Remove CCS dependencies for all componentsKarthik Ramanan2017-04-261-1/+1
| | | | | 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-262-0/+40
| | | | | Signed-off-by: Karthik Ramanan <a0393906@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* conf/machine, recipes: introduce k2hk SOC familyDenys Dmytriyenko2017-04-2410-14/+14
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* mpm-transport: Update to new version 2.0.4.0Sam Nelson2017-04-241-4/+5
| | | | | | | | - Add INSANE_SKIP ldflags to avoid warning - Add no-preserve-ownership to avoid host contamination warning Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-ipc: Update to new verison 3.46.00.01_engSam Nelson2017-04-244-10/+22
| | | | | | | Add support for omapl138 platforms Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-ipc: add module dependency between omap_remoteproc and virtio_rpmsg_busDenys Dmytriyenko2017-03-282-0/+7
| | | | | | | | | | This is required to workaround the remoteproc crash due to watchdog interrupt conflicts - LCPD-9490 Signed-off-by: Denys Dmytriyenko <denys@ti.com> Cc: Sam Nelson <sam.nelson@ti.com> Cc: Suman Anna <s-anna@ti.com> Reviewed-by: Suman Anna <s-anna@ti.com>
* ti-ipc-examples: Update with change of directory structureSam Nelson2017-03-272-9/+18
| | | | | | | | Separated Linux host examples into separate package ti-ipc-examples- linux and installed into /usr/bin directory. Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* openmp-rtos: bump SRCREV to version 2.6.0.0Jacob Stiffler2017-03-151-2/+2
| | | | | Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-ipc-rtos: Update to remove host-user-contaminated warningsSam Nelson2017-03-142-3/+4
| | | | | | | | Update to copy NOT to preserve ownership (but to preserve mode and timestamps) Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-ipc: explicitly depend on virtual/kernel:do_shared_workdirti2017.00-rc2Denys Dmytriyenko2017-02-281-0/+2
| | | | | | | | | | | | | ipc code looks for kernel's generated version.h file: #include linux_version_include(KERNEL_BUILD_DIR) which now ends up in the following shared workdir: work-shared/<mach>/kernel-build-artifacts/include/generated/uapi/linux/version.h It appears if kernel is provided by sstate, shared workdir is not getting populated, so depend on the task explicitly. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-ipc: update from "eng" to GA version of 3.45Denys Dmytriyenko2017-02-272-10/+10
| | | | 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>
* uio-test-pruss: Update to fix issue with makeSam Nelson2017-02-091-3/+11
| | | | | | | | Add device option to build for specific device Make package Machine dependent Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* multiprocmgr-test: Add test c66x images, sources and scripts to packageSam Nelson2017-02-092-10/+35
| | | | | | | | | | | | | | multiprocmgr-test installs source files, host binaries and associated scripts (ti/examples/mpm/test) multiprocmgr-rtos-test installs the C66x test images in the same directory structure. Other updates include - Use of oe_runmake instead of make - Added runtime dependency of multiprocmgr-rtos-test & bash Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-ipc: Update to new version 3.45.00.00_engSam Nelson2017-02-094-10/+10
| | | | | | | Also moved RELEASE_TYPE & RELEASE_SUFFIX variables to ti-ipc-rtos.inc Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-ipc: Update to new patch release 3.44.01.01Sam Nelson2016-12-193-10/+11
| | | | | | | -Enables parallel build when rtos build invokes xdc to reduce build time Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* mpm-transport: Update to new version 2.0.3Sam Nelson2016-12-191-4/+4
| | | | | Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* multiprocmgr: Update to new version 3.0.2.0Sam Nelson2016-12-192-4/+4
| | | | | | | This version add dependce on CMEM Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* openmp-rtos: Upstream version 2.5.0.0Justin Sobota2016-12-191-2/+2
| | | | | Signed-off-by: Justin Sobota <jsobota@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-pdk-build-rtos: Upstream version 1.0.0.3Justin Sobota2016-12-191-11/+38
| | | | | Signed-off-by: Justin Sobota <jsobota@ti.com> 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>
* ti-sysbios: Upstream version 6.46.01.38Justin Sobota2016-12-192-12/+12
| | | | | Signed-off-by: Justin Sobota <jsobota@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* mpm-transport: Update commit id with fixesSam Nelson2016-12-071-3/+3
| | | | | | | | Update and fixes to handle different type of memory sections in sysfs entry or device tree. Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-ipc: Add recipe to build ipc-examplesSam Nelson2016-12-061-0/+86
| | | | | | Builds both linux and RTOS IPC examples Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-ipc: Reorganised recipes to help in adding ipc examples recipesSam Nelson2016-12-065-80/+88
| | | | | | | | | Created ti-ipc-common.inc & ti-ipc-rtos.inc to gather common definitions Updated commmit ids for ipc-examples Update ti-ipc-rtos to add ALT_PLATFORM examples Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-ipc: update to include -pthread fixesDenys Dmytriyenko2016-11-151-2/+2
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-ipc: Update to new version 3.44.00Sam Nelson2016-10-312-9/+9
| | | | | Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-unpack.inc: Use absolute paths in require directiveKhem Raj2016-10-271-1/+1
| | | | | | | | This helps in using this inc file from other BSP layers which are dependent on meta-ti Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-ipc: update to 3.43.03.05 versionDenys Dmytriyenko2016-10-252-7/+7
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* conf/recipes: add k2g-ice machine and k2g SOC familyDenys Dmytriyenko2016-10-253-5/+5
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* multiprocmgr: add systemd serviceJacob Stiffler2016-10-242-4/+29
| | | | | | | | | * The multiprocmgr's mpmsrv daemon requires a set of kernel modules to be loaded prior to initialization. * Add a systemd service so that these dependencies may be specified. Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* recipes: python3 fixesDenys Dmytriyenko2016-10-101-5/+3
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* openmp-rtos: bump SRCREV to version 2.4.0.1Jacob Stiffler2016-10-071-2/+2
| | | | | | | * Fixes uniitialized variable causing assertion failure. Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-ipc-rtos: Remove M4F target for omap-a15Sam Nelson2016-10-051-2/+1
| | | | | | | | - M4F target is not needed for omap-a15 - This reduces build time for platform associated with omap-a15 Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-pdk-build-rtos: Update to version 1.0.0.2BJustin Sobota2016-09-301-3/+6
| | | | | 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>
* conf/machine,recipes: introduce k2e SOC familyDenys Dmytriyenko2016-09-208-10/+10
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* mpm-transport: Update to new version 2.0.2.0Sam Nelson2016-09-161-3/+3
| | | | | Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* openmp-rtos: Updated version to 2.04.00.00Ajay Jayaraj2016-09-161-2/+2
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-ipc: Update to new version 3.43.02.04Sam Nelson2016-09-162-8/+8
| | | | | Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-pdk-build-rtos: Bump version and add comp_top.mk to installJustin Sobota2016-09-161-4/+5
| | | | | Signed-off-by: Justin Sobota <jsobota@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>