Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2008-10-18 | bb files: Revert the introduction of FILE_PR | Holger Hans Peter Freyther | 1 | |
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_PR | Holger Hans Peter Freyther | 1 | |
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-05-17 | tasks: replace unsupported opie-pcmcicaapplet with opie-cardapplet in all tasks | Rolf Leggewie | 1 | |
2008-01-01 | task-opie*: "apm" is MACHINE_FEATURE, not COMBINED. | Paul Eggleton | 1 | |
* Fixes #3154. | ||||
2007-08-23 | task-{opie,qpe}*: use task.bbclass | Philipp Zabel | 1 | |
2007-07-19 | task-opie: Try to install backgrounds for device native resolution. | Paul Sokolovsky | 1 | |
* Also, for both landsacpe and portrait orientations. | ||||
2007-07-05 | task-opie: Add dependency on opie-taskbar-images, 240x320 version until ways | Paul Sokolovsky | 1 | |
to provide screen size for all machines will be settled. | ||||
2007-06-23 | task-opie: Continue split up for bitbake 1.8 friendliness. | Paul Sokolovsky | 1 | |
2007-06-23 | task-opie: Formatting fix. | Paul Sokolovsky | 1 | |
2007-06-23 | task-opie: Start to split up subtasks to separate recipes. | Paul Sokolovsky | 1 | |
* To make it more compatible with bitbake 1.8. * Follows angstrom-x11 tasks split up. | ||||
2007-05-03 | task-opie: Add opie-qss, an OPIE sound server, essential component. | Paul Sokolovsky | 1 | |
* Fixed #2211. | ||||
2007-03-30 | task-opie: Include opie-init in task-opie-base. | Paul Sokolovsky | 1 | |
2006-12-31 | remove extra whitespace at end-of-line in about 900 bb files. | Rolf Leggewie | 1 | |
2006-12-13 | task-opie: switch to bluez-utils due to fact that bluez-utils-nodbus got removed | Marcin Juszkiewicz | 1 | |
2006-11-26 | task-opie: switched to task-base style | Marcin Juszkiewicz | 1 | |
2006-11-20 | another set of parse errors fixing | Marcin Juszkiewicz | 1 | |
2006-10-10 | Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them. | Koen Kooi | 1 | |
see email thread at http://lists.openembedded.org/pipermail/openembedded-devel/2006-October/000523.html for details | ||||
2006-07-23 | Split out *image* and *task* from packages/meta into their own subdirs. | Koen Kooi | 1 | |
Inspired by http://svn.o-hand.com/view/poky?rev=531&view=rev |