aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/tremor
AgeCommit message (Collapse)Author
2013-07-22tremor: add a patch to build with arm thumbJesse Zhang
Add IT instructions so that it builds with thumb tunes. ARM mode won't be affected since IT is a pseudo-instruction in ARM mode. Signed-off-by: Sen Zhang <sen.zhang@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2013-01-16tremor: replace obsolete automake macros with working onesMarko Lindqvist
Add obsolete_automake_macros.patch that replaces automake macros no longer supported by automake-1.13 with modern constructs. Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-07-18recipes: svn SRC_URI s/proto=/protocol=/gMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-03-21tremor: upgrade to 18221Shane Wang
Signed-off-by: Shane Wang <shane.wang@intel.com>
2012-01-24tremor: upgrade to 18163 (20120122)Shane Wang
Signed-off-by: Shane Wang <shane.wang@intel.com>
2011-07-01Drop PRIORITY variableRichard Purdie
As discussed on the mailing list, this variable isn't useful and if wanted would be better implemented by distros using pn-X overrides. This patch executes: find . -regex ".*\.\(bb\|inc\)$" | xargs sed -i '/^PRIORITY = ".*"$/d' against the tree removing the referenced. Thanks to Phil Blundell for the command. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2010-12-30tremor: upgrade to rev 17636Dongxiao Xu
upgrade from 17572 to 17636 Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-12-16recipes-multimedia: Update SUMMARY and DESCRIPTIONSMark Hatle
Add SUMMARY and update DESCRIPTIONS as appropriate Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2010-11-18tremor: Upgraded to rev 17572 (2010/10/27)Dongxiao Xu
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-08-27Major layout change to the packages directoryRichard Purdie
Having one monolithic packages directory makes it hard to find things and is generally overwhelming. This commit splits it into several logical sections roughly based on function, recipes.txt gives more information about the classifications used. The opportunity is also used to switch from "packages" to "recipes" as used in OpenEmbedded as the term "packages" can be confusing to people and has many different meanings. Not all recipes have been classified yet, this is just a first pass at separating things out. Some packages are moved to meta-extras as they're no longer actively used or maintained. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>