aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ti/ti-dsplink.inc
AgeCommit message (Collapse)Author
2011-01-04ti-dsplink 1.65.00.03: better fix for BKL removalKoen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
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-12gstreamer-ti: prettify postinst and postrmKoen Kooi
2010-04-22ti-dsplink: Add runtime depends for examples on lpm-utils for lpmOn/Off utilsRoger Monk
* DSPLINK Examples need to use lpmOn/Off add RDEPENDS * Bump PR Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-04-22ti-dsplink: Use new URL and add dsplink v1.65.00.02 (early adopter)Roger Monk
* Add new version (1.65.00.02) - eary adopter release * Start using new URI base location * Introduce variables to keep SRC_URI common and PV variants Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-04-22ti-dsplink: Move dsplink_1.64 fix-ups into version specific recipeRoger Monk
* Fix-ups for kernel headers and CROSS_COMPILE are specific to 1.64 Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-04-22ti-dsplink: Introduce DSPLINKDSP to simplify DSP executable installRoger Monk
* Add new variable DSPLINKDSP to be used in install scripts Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-04-22ti-dsplink: remove unnecessary 'clean' stepRoger Monk
* dsplink installations (when used directly, and not from cetools) are clean and therefore don't need a clean step Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-04-12ti recipes: add license sectionBrijesh Singh
Signed-off-by: Brijesh Singh <bksingh@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-12ti-dsplink: Add support for OMAPL137Roger Monk
* Add patches to enable OMAP138 (OMAPL1XX) dsplink against PSP GIT kernel * Bump PR, to reflect patch change Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-12ti-dsplink: Add support for DM6446 build (~ from Niclas)Roger Monk
* patches for DM6446 dsplink build Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-12ti recipes: Start moving /files into package specific directoriesRoger Monk
ti-codec-engine: Cleanup Codec Engine Recipe * Fix Installer Issues * Cleanup Variable Names + Add for all targets * Remove non-tspa older 2.24.01 recipe * Add omapl137 depends ti-xdais: Recipe Cleanup ti-dsplink: Add runscript to run all example applications (for easy testing) * Add run script * Rename load/unload scripts for consistency * Use _append instead of += for RDEPENDS * ti-dsplink: fix GPPOS for omapl137 * SED out CROSS_COMPILE from dsplink Makefile gstreamer-ti: Recipe Cleanup align with other recipes * Recipe cleanup, cosmetics * Move required variables inside recipe * Ensure all targets have variables assigned * Add -rc scripts for all targets * Add runtime recommends for all targets * Needs LINUXKERNEL_INSTALL_DIR setting * export LINUXKERNEL_INSTALL_DIR for gstreamer_ti * add logic for patching to newer kernel (mach/omapfb) * don't error out if the sed on omapfb fails since the header won't be there for non-omap3 ti-codecs: Recipe cleanup for omapl, omap3 and dm6446 * Cleanup of omap3, omapl138, omapl137, dm6446 * Start building omapl138 recipe * Add prepsources step * Package codecs into -server package * Add qualiTI reports and codec data sheet * Variable cleanup * Set stage for common codec build recipe * Temp comment out variables, for removal in subsequent commit after validation ti-dmai: Recipe cleanup * Recipe cleanup, cosmetics * Move required variables inside recipe, remove unused variables * Runtime deps for -apps, -tests * Add loadmodules script for omapl137 * Need to pass path to CE 'example' codecs for arm side audio codec (g711) ti-local-power-manager: Set XDC_PLATFORM * lpm needs XDC platform defined. Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-12ti-recipes: Add SECTION qualifiers to recipesRoger Monk
Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-12ti-dsplink: Add support for 2.6.33 and fix XDC interface generationRoger Monk
* Add patch to dsplink_1.64.bb for 2.6.33 support * Header move from linux/autoconf.h to generated/autoconf.h * Make file writable in staging Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-12ti-dsplink: Recipe rename, remove module.bbclass dependence, refactor variablesRoger Monk
* Remove module.bbclass, since building user + kernel + dsp, etc * Add necessary module aware pieces (KERNEL_VERSION, pre/post inst) * Rename apps to examples to align with other recipes * Variable refactoring, moving DSPLINK specifics into this recipe * Move 'clean' steps into prepsources and clean all * Change XDC .interfaces to .make for consistency * Prepare stage for cleaning common include files Signed-off-by: Roger Monk <r-monk@ti.com>