summaryrefslogtreecommitdiff
path: root/packages/dsplink/codec-engine_2.10.bb
AgeCommit message (Collapse)AuthorFiles
2008-10-22codec-engine: commit latest work in progressKoen Kooi1
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther1
Allow a distribution to globally bump the PR of every package this is useful when there was a change in the toolchain and every package is going to be different. find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \; find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \; Acked-By: Koen Kooi <koen@openembedded.org>
2008-08-08dsplink, codec-engine: put common paths in a .inc file so more recipes can ↵Koen Kooi1
share them
2008-07-31codec-engine: stop installing ticel-configKoen Kooi1
2008-07-30dsplink: use 128mb patch for beagle as wellKoen Kooi1
codec-engine: more tweaks
2008-07-23codec-engine: stage some more libsfKoen Kooi1
2008-07-22codec-engine: prepare do_stage and do_install for more librariesKoen Kooi1
2008-07-22codec-engine: enhance do_stage and install the OE version of the neuros CE ↵Koen Kooi1
helper script
2008-07-16codec-engine: pass CFLAGS to demosKoen Kooi1
2008-07-16codec-engine: more bruteforce sed to get rid of bogus target-prefixesKoen Kooi1
2008-07-16codec-engine: hook into TI xdc and dsp toolchainsKoen Kooi1
2008-07-15codec-engine: package and stage cmem*.aKoen Kooi1
2008-07-11dsplink, codec-engine: disable stripping for all packages, the kernel ↵Koen Kooi1
modules don't work when modules_strip is used and you can't disable stripping per package, only per recipe :(
2008-07-11codec-engine: disable parallel makeKoen Kooi1
2008-07-09dsplink: bump PR to force rebuild against updated kernelsKoen Kooi1
2008-06-22codec-engine: build & package cmemk moduleKoen Kooi1
2008-06-22codec-engine: sed make rules to use OE toolchain(s)Koen Kooi1
2008-06-10lots of recipes: bump PR to get postinsts backKoen Kooi1
* this is not a complete list * this still doesn't fix the pkg_postinst() type of bugs
2008-06-03codec-engine: add skeleton for 2.10, we only need cmem.ko from it Koen Kooi1