aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-ti
AgeCommit message (Collapse)Author
2017-05-01Resolve host contamination warningsJustin Sobota
Signed-off-by: Justin Sobota <jsobota@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2017-04-27ti-ccsv6: Remove the recipe and other dependenciesKarthik Ramanan
Signed-off-by: Karthik Ramanan <a0393906@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2017-04-27Remove CCS dependencies for all componentsKarthik Ramanan
Signed-off-by: Karthik Ramanan <a0393906@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2017-04-27ti-cgt-arm: add recipe for 16.9.2Karthik Ramanan
Signed-off-by: Karthik Ramanan <a0393906@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2017-04-24conf/machine, recipes: introduce k2hk SOC familyDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2017-04-24mpm-transport: Update to new version 2.0.4.0Sam Nelson
- 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>
2017-04-24ti-ipc: Update to new verison 3.46.00.01_engSam Nelson
Add support for omapl138 platforms Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2017-03-28ti-ipc: add module dependency between omap_remoteproc and virtio_rpmsg_busDenys Dmytriyenko
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>
2017-03-28ti-ipc-examples: Update with change of directory structureSam Nelson
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>
2017-03-15openmp-rtos: bump SRCREV to version 2.6.0.0Jacob Stiffler
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2017-03-14ti-ipc-rtos: Update to remove host-user-contaminated warningsSam Nelson
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>
2017-02-28ti-ipc: explicitly depend on virtual/kernel:do_shared_workdirDenys Dmytriyenko
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>
2017-02-27ti-ipc: update from "eng" to GA version of 3.45Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2017-02-17ti-cgt-pru: update to version 2.1.4Jacob Stiffler
* 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>
2017-02-09uio-test-pruss: Update to fix issue with makeSam Nelson
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>
2017-02-09multiprocmgr-test: Add test c66x images, sources and scripts to packageSam Nelson
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>
2017-02-09ti-ipc: Update to new version 3.45.00.00_engSam Nelson
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>
2016-12-21remaining recipes: fix build issue due to bb.data.* deprecationDenys Dmytriyenko
Causes following error: Exception: AttributeError: module 'bb.data' has no attribute 'getVar' Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-12-20recipes: fix build issue due to bb.data.* deprecationThomas Perrot
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>
2016-12-19ti-ipc: Update to new patch release 3.44.01.01Sam Nelson
-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>
2016-12-19mpm-transport: Update to new version 2.0.3Sam Nelson
Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-12-19multiprocmgr: Update to new version 3.0.2.0Sam Nelson
This version add dependce on CMEM Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-12-19openmp-rtos: Upstream version 2.5.0.0Justin Sobota
Signed-off-by: Justin Sobota <jsobota@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-12-19ti-pdk-build-rtos: Upstream version 1.0.0.3Justin Sobota
Signed-off-by: Justin Sobota <jsobota@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-12-19ti-xdctools: Upstream version 3.32.01.22Justin Sobota
Signed-off-by: Justin Sobota <jsobota@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-12-19ti-sysbios: Upstream version 6.46.01.38Justin Sobota
Signed-off-by: Justin Sobota <jsobota@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-12-07mpm-transport: Update commit id with fixesSam Nelson
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>
2016-12-06ti-ipc: Add recipe to build ipc-examplesSam Nelson
Builds both linux and RTOS IPC examples Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-12-06ti-ipc: Reorganised recipes to help in adding ipc examples recipesSam Nelson
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>
2016-11-15ti-ipc: update to include -pthread fixesDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-10-31ti-ipc: Update to new version 3.44.00Sam Nelson
Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-10-27ti-unpack.inc: Use absolute paths in require directiveKhem Raj
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>
2016-10-25ti-ipc: update to 3.43.03.05 versionDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-10-25conf/recipes: add k2g-ice machine and k2g SOC familyDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-10-24multiprocmgr: add systemd serviceJacob Stiffler
* 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>
2016-10-10recipes: python3 fixesDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-10-07openmp-rtos: bump SRCREV to version 2.4.0.1Jacob Stiffler
* Fixes uniitialized variable causing assertion failure. Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-10-05ti-ipc-rtos: Remove M4F target for omap-a15Sam Nelson
- 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>
2016-09-30ti-pdk-build-rtos: Update to version 1.0.0.2BJustin Sobota
Signed-off-by: Justin Sobota <jsobota@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-09-30gcc-arm-none-eabi-native: Update to version 4.9.2015q3Justin Sobota
Signed-off-by: Justin Sobota <jsobota@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-09-20conf/machine,recipes: introduce k2e SOC familyDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-09-16mpm-transport: Update to new version 2.0.2.0Sam Nelson
Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-09-16openmp-rtos: Updated version to 2.04.00.00Ajay Jayaraj
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-09-16ti-ipc: Update to new version 3.43.02.04Sam Nelson
Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-09-16ti-pdk-build-rtos: Bump version and add comp_top.mk to installJustin Sobota
Signed-off-by: Justin Sobota <jsobota@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-08-02edma3-lld-rtos, ti-ipc-rtos, multiprocmgr-rtos: remove sneaked in sourceipk ↵Denys Dmytriyenko
calls There's no sourceipk functionality in meta-ti. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-07-25ti-ccsv6-native: update to new version 6.1.3.00034Karthik Ramanan
updated MD5/SHA256 checksum from the previous recipe Signed-off-by: Karthik Ramanan <a0393906@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-07-19vlib-c66x: prevent stripping of binaries due to differnt arch/formatJacob Stiffler
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-07-19netapi: Upgrade to version 1.1.0.7Jacob Stiffler
* update DT path to rxqueue Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-07-19ti-framework-components: update to version 3.40.02.07Jacob Stiffler
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>