aboutsummaryrefslogtreecommitdiffstats
path: root/packages/dsplink
AgeCommit message (Collapse)Author
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther
This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The approach that was taken leads to disagreement and the change was pushed too early. DISTRO_PR is going to say and will be used inside the package creation. There will be more disucssion on the list about where to continue from here.
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther
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-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe
2008-08-08dsplink, codec-engine: put common paths in a .inc file so more recipes can ↵Koen Kooi
share them
2008-07-31codec-engine: stop installing ticel-configKoen Kooi
2008-07-31dsplink: bump PR for packaging change Koen Kooi
2008-07-30dsplink: use 128mb patch for beagle as wellKoen Kooi
codec-engine: more tweaks
2008-07-30dsplink : Commit work in progress.Philip Balister
* Add support for SFFSDR board with 128M of ram * Build more DSP/ARM transfer methods * Install dsp samples in /usr/share/dsplink
2008-07-23codec-engine: stage some more libsfKoen Kooi
2008-07-22codec-engine: prepare do_stage and do_install for more librariesKoen Kooi
2008-07-22codec-engine: add neuros helper scriptKoen Kooi
2008-07-22codec-engine: enhance do_stage and install the OE version of the neuros CE ↵Koen Kooi
helper script
2008-07-22dsplink: fix preference typoKoen Kooi
2008-07-22dsplink 1.51: adjust default preferenceKoen Kooi
2008-07-16codec-engine: pass CFLAGS to demosKoen Kooi
2008-07-16codec-engine: more bruteforce sed to get rid of bogus target-prefixesKoen Kooi
2008-07-16codec-engine: hook into TI xdc and dsp toolchainsKoen Kooi
2008-07-16dsplink: remove some trailing spacesKoen Kooi
2008-07-16dsplink: add glue to hook in TI dspbios and TI c64x compiler trees into the ↵Koen Kooi
build * The user needs to obtain dspbios and cgtools on its own and override the TI*DIR vars in local.conf to point to the correct location, default is /OE/TI
2008-07-15dsplink: package and stage dsplink.libKoen Kooi
2008-07-15codec-engine: package and stage cmem*.aKoen Kooi
2008-07-11dsplink: use some more sed magic to get the kernel part to use the kernel ↵Koen Kooi
gcc and the userspace part the userspace gcc
2008-07-11dsplink 1.50: fix typoKoen Kooi
2008-07-11dsplink: create an 'openembedded' distro for dsplink, update kernel flagsKoen Kooi
2008-07-11dsplink: attempt to fix kernel architecture flags.Koen Kooi
before: vermagic: 2.6.26-rc9-omap1 mod_unload modversions ARMv5 after: vermagic: 2.6.26-rc9-omap1 mod_unload modversions ARMv7 Still not loading on omap3, though
2008-07-11dsplink, codec-engine: disable stripping for all packages, the kernel ↵Koen Kooi
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 Kooi
2008-07-09dsplink: bump PR to force rebuild against updated kernelsKoen Kooi
2008-07-07dsplink: fix dependenciesKoen Kooi
2008-07-03dsplink: add -include linux/autoconf.h to the kernel cflags, obsoleting ↵Koen Kooi
patches adding #includes for that
2008-07-03dsplink : Package sample programs and install them on Davinci images.Philip Balister
2008-06-29dsplink: update patch for omap3 supportKoen Kooi
2008-06-29dsplink: more sed magicKoen Kooi
2008-06-29dsplink: add dsplink 1.51 Koen Kooi
2008-06-22codec-engine: build & package cmemk moduleKoen Kooi
2008-06-22codec-engine: sed make rules to use OE toolchain(s)Koen Kooi
2008-06-22dsplink: more tweaks for OmapKoen Kooi
2008-06-22dsplink: enhance patches to build against more kernelsKoen Kooi
2008-06-10lots of recipes: bump PR to get postinsts backKoen Kooi
* 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 Kooi
2008-05-27dsplink: remove KERNEL_VERSION from PV till we have a proper solution for itKoen Kooi
2008-05-25dsplink: begin supporting building for different DSP platforms: Omap and ↵Koen Kooi
Davinci
2008-05-25dsplink : Build sample programs.Philip Balister
2008-05-25dsplink: install and package kernel moduleKoen Kooi
* the library is still unpackaged
2008-05-25dsplink: catch all the kernel dirs we need to symlink Koen Kooi
2008-05-25dsplink: fix symlinkingKoen Kooi
2008-05-24dsplink : More build fixes. bb file builds without errors at this point.Philip Balister
More work needed.
2008-05-23dsplink : unset DISPLAY since dsplink Makefile uses DISPLAY for echo command.Philip Balister
2008-05-20dsplink: fix pnum due to changed SKoen Kooi
2008-05-15dsplink: get first part to build, need to sort out more includes, since ↵Koen Kooi
someone though it would be a good idea to (not) pass includes using gcc instead of using #include <foo> in the source file