aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ti/ti-local-power-manager_1.24.01.bb
AgeCommit message (Collapse)Author
2010-05-25Make the do_patch apply=yes param implicit if extension is .diff/.patchChris Larson
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 Larson
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-local-power-manager: Remove OPT from LPM sources using #defineRoger Monk
* OPT Argument Decorator is no longer used/supported in latest dsplink versions * LPM implements some callback functions from DSPLINK which used this decorator * 'Void _TAL_translateCallback (IN Uint32, IN OPT Pvoid, IN OPT Pvoid);' * Remove by passing -DOPT="" to LPM build * Safe to remove for building against older DSPLINK versions as well * Bump PR Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-04-12ti-recipes: consistency cleanupRoger Monk
* ti-xdctools: consistent recipe cleanup + add versions * ti-dspbios: recipe cleanup + add versions * ti-cgt6x: consistent recipe cleanup + add versions * ti-biosutils: consistent recipe cleanup * ti-xdais: consistent recipe cleanup + add versions * ti-edma3lld: consistent recipe cleanup + remove broken version * ti-framework-components: consistent recipe cleanup * ti-dspbios: remove non-public versions * ti-lpm-module/ti-local-power-manager: recipe cleanup, breakout and rename Signed-off-by: Koen Kooi <k-kooi@ti.com>