summaryrefslogtreecommitdiff
path: root/recipes/ti/ti-dsplink_1.64.bb
AgeCommit message (Collapse)AuthorFiles
2010-05-25Make the do_patch apply=yes param implicit if extension is .diff/.patchChris Larson1
For .diff/.patch you need to apply manually, you can specify apply=no. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-25Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>Chris Larson1
I think this makes the behavior rather more clear. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-04-22ti-dsplink: Use new URL and add dsplink v1.65.00.02 (early adopter)Roger Monk1
* 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 Monk1
* 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-12ti-dsplink: Add support for OMAPL137Roger Monk1
* 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 Monk1
* 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-dsplink: Add support for 2.6.33 and fix XDC interface generationRoger Monk1
* 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 Monk1
* 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>