Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2008-10-15 | [PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PR | Holger Hans Peter Freyther | 3 | |
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-15 | mtn2git: remove .mtn2git_empty files in non-empty directories | Jan Luebbe | 3 | |
2008-08-08 | dsplink, codec-engine: put common paths in a .inc file so more recipes can ↵ | Koen Kooi | 3 | |
share them | ||||
2008-07-31 | codec-engine: stop installing ticel-config | Koen Kooi | 2 | |
2008-07-31 | dsplink: bump PR for packaging change | Koen Kooi | 1 | |
2008-07-30 | dsplink: use 128mb patch for beagle as well | Koen Kooi | 3 | |
codec-engine: more tweaks | ||||
2008-07-30 | dsplink : Commit work in progress. | Philip Balister | 4 | |
* Add support for SFFSDR board with 128M of ram * Build more DSP/ARM transfer methods * Install dsp samples in /usr/share/dsplink | ||||
2008-07-23 | codec-engine: stage some more libsf | Koen Kooi | 1 | |
2008-07-22 | codec-engine: prepare do_stage and do_install for more libraries | Koen Kooi | 1 | |
2008-07-22 | codec-engine: add neuros helper script | Koen Kooi | 1 | |
2008-07-22 | codec-engine: enhance do_stage and install the OE version of the neuros CE ↵ | Koen Kooi | 1 | |
helper script | ||||
2008-07-22 | dsplink: fix preference typo | Koen Kooi | 1 | |
2008-07-22 | dsplink 1.51: adjust default preference | Koen Kooi | 1 | |
2008-07-16 | codec-engine: pass CFLAGS to demos | Koen Kooi | 1 | |
2008-07-16 | codec-engine: more bruteforce sed to get rid of bogus target-prefixes | Koen Kooi | 1 | |
2008-07-16 | codec-engine: hook into TI xdc and dsp toolchains | Koen Kooi | 2 | |
2008-07-16 | dsplink: remove some trailing spaces | Koen Kooi | 3 | |
2008-07-16 | dsplink: add glue to hook in TI dspbios and TI c64x compiler trees into the ↵ | Koen Kooi | 4 | |
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-15 | dsplink: package and stage dsplink.lib | Koen Kooi | 3 | |
2008-07-15 | codec-engine: package and stage cmem*.a | Koen Kooi | 1 | |
2008-07-11 | dsplink: use some more sed magic to get the kernel part to use the kernel ↵ | Koen Kooi | 3 | |
gcc and the userspace part the userspace gcc | ||||
2008-07-11 | dsplink 1.50: fix typo | Koen Kooi | 1 | |
2008-07-11 | dsplink: create an 'openembedded' distro for dsplink, update kernel flags | Koen Kooi | 4 | |
2008-07-11 | dsplink: attempt to fix kernel architecture flags. | Koen Kooi | 3 | |
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-11 | dsplink, codec-engine: disable stripping for all packages, the kernel ↵ | Koen Kooi | 3 | |
modules don't work when modules_strip is used and you can't disable stripping per package, only per recipe :( | ||||
2008-07-11 | codec-engine: disable parallel make | Koen Kooi | 1 | |
2008-07-09 | dsplink: bump PR to force rebuild against updated kernels | Koen Kooi | 3 | |
2008-07-07 | dsplink: fix dependencies | Koen Kooi | 3 | |
2008-07-03 | dsplink: add -include linux/autoconf.h to the kernel cflags, obsoleting ↵ | Koen Kooi | 4 | |
patches adding #includes for that | ||||
2008-07-03 | dsplink : Package sample programs and install them on Davinci images. | Philip Balister | 1 | |
2008-06-29 | dsplink: update patch for omap3 support | Koen Kooi | 1 | |
2008-06-29 | dsplink: more sed magic | Koen Kooi | 2 | |
2008-06-29 | dsplink: add dsplink 1.51 | Koen Kooi | 5 | |
2008-06-22 | codec-engine: build & package cmemk module | Koen Kooi | 1 | |
2008-06-22 | codec-engine: sed make rules to use OE toolchain(s) | Koen Kooi | 1 | |
2008-06-22 | dsplink: more tweaks for Omap | Koen Kooi | 2 | |
2008-06-22 | dsplink: enhance patches to build against more kernels | Koen Kooi | 2 | |
2008-06-10 | lots of recipes: bump PR to get postinsts back | Koen Kooi | 2 | |
* this is not a complete list * this still doesn't fix the pkg_postinst() type of bugs | ||||
2008-06-03 | codec-engine: add skeleton for 2.10, we only need cmem.ko from it | Koen Kooi | 1 | |
2008-05-27 | dsplink: remove KERNEL_VERSION from PV till we have a proper solution for it | Koen Kooi | 1 | |
2008-05-25 | dsplink: begin supporting building for different DSP platforms: Omap and ↵ | Koen Kooi | 1 | |
Davinci | ||||
2008-05-25 | dsplink : Build sample programs. | Philip Balister | 1 | |
2008-05-25 | dsplink: install and package kernel module | Koen Kooi | 1 | |
* the library is still unpackaged | ||||
2008-05-25 | dsplink: catch all the kernel dirs we need to symlink | Koen Kooi | 1 | |
2008-05-25 | dsplink: fix symlinking | Koen Kooi | 1 | |
2008-05-24 | dsplink : More build fixes. bb file builds without errors at this point. | Philip Balister | 2 | |
More work needed. | ||||
2008-05-23 | dsplink : unset DISPLAY since dsplink Makefile uses DISPLAY for echo command. | Philip Balister | 1 | |
2008-05-20 | dsplink: fix pnum due to changed S | Koen Kooi | 1 | |
2008-05-15 | dsplink: get first part to build, need to sort out more includes, since ↵ | Koen Kooi | 3 | |
someone though it would be a good idea to (not) pass includes using gcc instead of using #include <foo> in the source file | ||||
2008-05-15 | dsplink: make files generic and use sed to make it more specific | Koen Kooi | 5 | |
* sed is awesome * in the future machines can set vars to control the sed'ing, e.g. DSPTYPE=davinci,DSPARCH=c64x |