summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/tremor
Commit message (Collapse)AuthorAgeFilesLines
* tremor: upgrade to 18221Shane Wang2012-03-211-1/+1
| | | | | | | (From OE-Core rev: 2ef8cfa58d0bfca1b9bf6a204ae4a05d6e3af03f) Signed-off-by: Shane Wang <shane.wang@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* tremor: upgrade to 18163 (20120122)Shane Wang2012-01-241-1/+1
| | | | | | | (From OE-Core rev: 67ae9bbbab31b69f37e3ee0c1c969e43da034699) Signed-off-by: Shane Wang <shane.wang@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Drop PRIORITY variableRichard Purdie2011-07-011-1/+0
| | | | | | | | | | | | | | | | 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. (From OE-Core rev: d122343362669c683acc4af295971a62cbc823fc) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* tremor: upgrade to rev 17636Dongxiao Xu2010-12-301-1/+1
| | | | | | upgrade from 17572 to 17636 Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* recipes-multimedia: Update SUMMARY and DESCRIPTIONSMark Hatle2010-12-161-0/+1
| | | | | | Add SUMMARY and update DESCRIPTIONS as appropriate Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* tremor: Upgraded to rev 17572 (2010/10/27)Dongxiao Xu2010-11-181-1/+1
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* Major layout change to the packages directoryRichard Purdie2010-08-271-0/+19
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>