summaryrefslogtreecommitdiff
path: root/packages/dsplink/dsplink.inc
AgeCommit message (Collapse)AuthorFiles
2008-11-19dsplink: remove damage done by gitKoen Kooi1
* what tool stores inline conflicts in files in this day and age!?
2008-11-19dsplink: add a dsplink-module recipe that uses Kbuild to build a kernel moduleKoen Kooi1
* also start transitioning monolithis recipe to build kernel parts as seperate recipes
2008-11-14codec-engine, dsplink: start updating it to the upcoming 2.21 releaseKoen Kooi1
2008-10-23dsp-link, codec-engine: move some stuff to inc files, clean up makefile, etcKoen Kooi1
2008-10-23dsplink, codec-engine: improve davinci supportKoen Kooi1
2008-10-23dsplink: stage into machine staging dirKoen Kooi1
codec-engine: adjust path to dsplink staging
2008-10-23dsplink: cleanupsKoen Kooi1
* remove old recipes * make dsplink configure work with davinci as well * get rid of unneeded vars
2008-10-22codec-engine: commit latest work in progressKoen Kooi1
2008-10-22dsplink: overhaul buildsystemKoen Kooi1
* 1.60 builds, needs tweaks to actually run * you can't have a '.' in your pwd, it upsets the javascript config util, hence the fragile PV and PR munging * needs to use gcc-cross-kernel instead of regular gcc * pretty hardcoded to omap, but that should get fixed soon
2008-08-08dsplink, codec-engine: put common paths in a .inc file so more recipes can ↵Koen Kooi1
share them
2008-07-30dsplink : Commit work in progress.Philip Balister1
* Add support for SFFSDR board with 128M of ram * Build more DSP/ARM transfer methods * Install dsp samples in /usr/share/dsplink
2008-07-16dsplink: remove some trailing spacesKoen Kooi1
2008-07-16dsplink: add glue to hook in TI dspbios and TI c64x compiler trees into the ↵Koen Kooi1
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 Kooi1
2008-07-11dsplink: use some more sed magic to get the kernel part to use the kernel ↵Koen Kooi1
gcc and the userspace part the userspace gcc
2008-07-11dsplink: create an 'openembedded' distro for dsplink, update kernel flagsKoen Kooi1
2008-07-11dsplink: attempt to fix kernel architecture flags.Koen Kooi1
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 Kooi1
modules don't work when modules_strip is used and you can't disable stripping per package, only per recipe :(
2008-07-07dsplink: fix dependenciesKoen Kooi1
2008-07-03dsplink : Package sample programs and install them on Davinci images.Philip Balister1
2008-06-29dsplink: more sed magicKoen Kooi1
2008-06-29dsplink: add dsplink 1.51 Koen Kooi1