aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ti/ti-codecs-dm6467_1.0.0.bb
AgeCommit message (Collapse)Author
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-04-25change INHIBIT_PACKAGE_STRIP to PACKAGE_STRIP with more optionsRoman Khimov
Originally approached with "package.bbclass: introduce KEEP_GNU_DEBUGLINK": http://patchwork.openembedded.org/patch/886/ Redone with a change from INHIBIT_PACKAGE_STRIP to PACKAGE_STRIP which allows more options. By default it does exactly the same thing as is done today, strips the binary, but keeps the gnu.debuglink section. When set to "no", stripping is not done at all, when set to "full" the gnu.debuglink section is not re-added to the binary. Signed-off-by: Roman I Khimov <khimov@altell.ru> Acked-by: Chris Larson <chris_larson@mentor.com>
2010-04-12ti recipes: DEPENDS/RDEPENDS ti-dsplink/ti-dsplink-moduleRoger Monk
* We renamed ti-dsplink recipe, update dependent recipes * Remove variables from machine includes, cleanup ti-paths * lpm/dsplink variables moved into recipes * removed duplicates and commented variables Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-12ti: add codecs for DM6467Denys Dmytriyenko
Signed-off-by: Koen Kooi <k-kooi@ti.com>