aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ti
AgeCommit message (Collapse)Author
2010-09-30ti-codecs-dm365_4.00.00.00: add new recipe for dm365 codecsBrijesh Singh
* This recipe downloads the individual codec.s from the web and puts them together to create a codec package. * The output of codec installer is 'tar' file and we needed to extract this file during unpack and since ti-eula-unpack has a logic for extracting tar file, but it assumes gzip version instead of regular tar. And I don't see any recipe currently using TARFILE variable hence updating ti-eula-unpack.inc to extract 'tar file'. If we come across a use case where we need to handle both 'tar' and '.gz' then will consider adding logic to differentiate between tar vs gz. Signed-off-by: Brijesh Singh <bksingh@ti.com> Signed-off-by: Denys Dmytriyenko <denis@denix.org> Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-09-30ti-c6accel_1.01.00.01: add new c6accel version.Brijesh Singh
Signed-off-by: Brijesh Singh <bksingh@ti.com> Signed-off-by: Denys Dmytriyenko <denis@denix.org> Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-09-30ti-c6accel_1.00.00.04: add new recipeBrijesh Singh
C6Accel codec package wraps key DSP software kernels which can be invoked from the ARM side using simple API calls. This codec can be used in a plug and play like any other codec used for encoding and decoding audio and video streams. Signed-off-by: Brijesh Singh <bksingh@ti.com> Signed-off-by: Denys Dmytriyenko <denis@denix.org> Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-09-30ti-dvtb: add new recipe to build DVTB (Digital Video Test Bench)Brijesh Singh
Signed-off-by: Brijesh Singh <bksingh@ti.com> Signed-off-by: Denys Dmytriyenko <denis@denix.org> Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-09-30ti-codec-engine_2.26.01.09: add new codec engine version.Brijesh Singh
Signed-off-by: Brijesh Singh <bksingh@ti.com> Signed-off-by: Denys Dmytriyenko <denis@denix.org> Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-09-30ti-recipes: Switch remaining buildable ti recipes to use KERNEL_PRRoger Monk
* Switch recipes to use KERNEL_PR + append if they are buildable * All related KERNELs have higher PR than the previous local PR, so safe to change * Allows us to easily rebuild entire ti stack by bumping KERNEL_PR * Downside is, of course, that entire ti stack will get built each time we tweak kernels * However, most of TI stack has kernel dependence anyway Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com> Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-09-27matrix-gui: updating to use latest source revisionJeff Lance
* Use latest source revision 131 * Add platform support for multiple platforms * Remove un-used files from SRC_URI and repository. * init files are now part of the matrix repository * matrix-gui.desktop is now part of the matrix repository * the cursor override patch is now in the matrix sources * Bumped SRCREV to 136 in version 3 of this patch Signed-off-by: Chase Maupin <chase.maupin@ti.com> Signed-off-by: Jeff Lance <j-lance1@ti.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-09-27matrix-gui-e: updating to latest source revisionJeff Lance
* Updated recipe to use the latest source revision 131 * Included platform support * Removed init files from OE repository since they are now part of the matrix repository. * Bumped SRCREV to 136 in version 2 of this patch Signed-off-by: Chase Maupin <chase.maupin@ti.com> Signed-off-by: Jeff Lance <j-lance1@ti.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-09-27matrix-gui-common: update to latest sourcesJeff Lance
* Updated to use repository revision 131 * This includes platform support * Removed the browser binary * Copy files based on PLATFORM * Bumped SRCREV to 136 in version 2 of this patch Signed-off-by: Chase Maupin <chase.maupin@ti.com> Signed-off-by: Jeff Lance <j-lance1@ti.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-09-14ti-codec-engine: Add initial recipe for latest ce 2.26.00.08Roger Monk
Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-09-14ti-codec-engine_2.26.00.08: add new codec engine version.Brijesh Singh
ti-codec-engine_2.26.00.08: add new codec engine version. * Add CE 2.26 GA release version. * .make target is no longer supported on 2.26 hence commenting out from .inc. Signed-off-by: Brijesh Singh <bksingh@ti.com> Signed-off-by: Denys Dmytriyenko <denis@denix.org> Signed-off-by: Koen Kooi <k-kooi@ti.com> Signed-off-by: Roger Monk <r-monk@ti.com>
2010-09-13ti-framework-components_2.25.03.07: add new framework components recipeBrijesh Singh
ti-framework-components_2.25.03.07: add new framework components recipe Signed-off-by: Brijesh Singh <bksingh@ti.com> Signed-off-by: Denys Dmytriyenko <denis@denix.org> Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-09-13ti-cgt6x: Prepare for ELF/C6000 EABI - Add cgt v7 versions (7.0.1/2/3)Roger Monk
Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-09-13ti-cgt6x: Add latest c6000 code generation tools versions (6.1.15/16/17)Roger Monk
Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-09-13ti-xdais_6.26.00.02: add new xdais version.Brijesh Singh
ti-xdais_6.26.00.02: add new xdais version. Signed-off-by: Brijesh Singh <bksingh@ti.com> Signed-off-by: Denys Dmytriyenko <denis@denix.org> Signed-off-by: Koen Kooi <k-kooi@ti.com> Signed-off-by: Roger Monk <r-monk@ti.com>
2010-09-13ti-linuxutils_2.25.05.11: add new linux utils recipeBrijesh Singh
ti-linuxutils_2.25.05.11: add new linux utils recipe Signed-off-by: Brijesh Singh <bksingh@ti.com> Signed-off-by: Denys Dmytriyenko <denis@denix.org> Signed-off-by: Koen Kooi <k-kooi@ti.com> Signed-off-by: Roger Monk <r-monk@ti.com>
2010-09-13ti-xdctools: Add Latest Versions 3.20.02/03Roger Monk
Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-09-13ti-dspbios: Add Latest versions 5.41.06/07Roger Monk
Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-09-13ti-codec-engine: Add space at end of SRC_URI to enable SRC_URI_appendRoger Monk
Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-09-13ti recipes: remove -sourcetree supportKoen Kooi
2010-08-30matrix-tui: fix DEPENDS and use system LDFLAGSDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-08-27matrix-gui-e: change initscript start levelChase Maupin
* Set the init script to be added to list of run level 5 scripts. Signed-off-by: Chase Maupin <chase.maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-08-27matrix-gui-e: add dependency packagesChase Maupin
* Added dependency packages such as qt4-embedded-fonts required for the matrix-gui application to run. * Added dependency on matrix-gui-common. Signed-off-by: Chase Maupin <chase.maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-08-04matrix-gui-e: bump PR for init file fixesChase Maupin
* Forgot to bump the PR to pick up the changes to the init scripts. This patch bumps the PR. Signed-off-by: Chase Maupin <chase.maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-08-04matrix-gui-e: added chvt to init scriptsChase Maupin
* Added chvt 4 to init scripts to allow the matrix-guiE application to run in its own virtual terminal. This prevents the console being respawned over the running matrix-guiE process during times of inactivity. Signed-off-by: Chase Maupin <chase.maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-07-28Xgxperf: add svn versionPrabindh Sundareson
2010-07-27ti-dsplink: Add Latest dsplink 1.65.00.03 EA releaseRoger Monk
* Add latest DSPLINK version Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-07-20ti-codecs-dm6467: Add latest codec server v.1.0.0.8Roger Monk
* Add latest version recipe Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-07-20ti-codecs-dm6467: Fix URL to codec server downloadRoger Monk
* Update URL to use absolute path instead of 'latest' Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-07-19remove dm3730-am3715-evm machine type referencesChase Maupin
* Removed references to the dm3730-am3715-evm machine type and replaced with dm37x-evm and am37x-evm machine types. Signed-off-by: Chase Maupin <chase.maupin@ti.com> Acked-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-07-08ti-msp430-chronos: bump PRKoen Kooi
2010-07-02ti-dmai 2.10.00.10: fix damage introduced by ↵Koen Kooi
927721f66e7c2c5b5024ce0a17cd31ca8ccbd1d2
2010-07-01recipes: Punt use of patch=1 and use striplevel=n instead of pnumKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-06-29ti-codecs-omap3530: Add latest codec server (v.1.01)Roger Monk
* Codecs Server Package added from DVSDK 3.01.00.10 Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-06-29ti-dmai_2.05.00.14: add new recipeBrijesh Singh
Signed-off-by: Brijesh Singh <bksingh@ti.com> Acked-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-06-29ti-linuxutils: update recipe to build edma and irq module on dm355 platform.Brijesh Singh
Signed-off-by: Brijesh Singh <bksingh@ti.com> Acked-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-06-29ti-dsplink.inc: fix dsplink staging include path.Brijesh Singh
Signed-off-by: Brijesh Singh <bksingh@ti.com> Acked-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-06-29ti-eula-unpack: Temp Remove Version Check which is broken in some installersRoger Monk
* IJ installer returns error for --version/--help tests * Remove for noew while debugging * Issue found by brijesh Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-06-29ti-audio-soc-example: Add DSP based audio pass-through example for OMAPL ↵Roger Monk
(v.1.00.00.02) * v.1.00.00.02 * Recipes from Arnie/Brijesh * This example demonstrates passing audio data from ARM to DSP, sending the output PCM samples to the DSP side audio device driver (from BIOS PSP) * App builds both ARM and DSP side, using DSPLINK for IPC communications Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-06-29ti-biospsp: Add Preliminary Support for (DSP)/BIOS PSP (Platform Support ↵Roger Monk
Package) for OMAPL13x (v1.30.01) * Initial support from Arnie/Brijesh * v 1.30.01 * BIOS PSP is Device Drivers for DSP side BIOS Kernel * URLs are currently internal - externel links to be added * Sources can be fetched from download page and unpackad with windows installer in interim * Components are installed only, not rebuilt currently Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-06-29ti-dspbios: Add Latest DSP/BIOS 5.41.08Roger Monk
* Add Latest DSP/BIOS Release Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-06-29ti-framework-components: Add Latest FC Version (2.25.02)Roger Monk
* Add latest FC Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-06-29ti-linuxutils: Add Latest Versions 2.25.03, 2.25.04(incl.support for 2.6.34)Roger Monk
* Add latest linuxutils versions Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-06-29ti-xdctools: Add Latest XDC Versions (3.16.04, 3.16.05, 3.20.01)Roger Monk
* Add latest XDC versions Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-06-29ti-codec-engine: Force makefile regeneration for complete 'clean'Roger Monk
* To completely 'clean' the prebuilt examples, we should first regenerate the makefiles using a and XDC '.make' step. * Updated Examples build to include this. Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-06-29ti-codec-engine: Add CE 2.25.04 and CE 2.25.05Roger Monk
* Add latest CE versions Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-06-28ti-dsplib: fix up broken seperators in headerKoen Kooi
2010-06-27matrix-tui: depend on libxml2Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-06-12gstreamer-ti: bump PR for last changeKoen Kooi
2010-06-12gstreamer-ti: fix typo in omp3 init script that prevents modules from being ↵Koen Kooi
loaded