Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2009-03-17 | rename packages/ to recipes/ per earlier agreement | Denys Dmytriyenko | 1 | |
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | ||||
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> | ||||
2007-07-07 | opie-init: initscript cosmetics and fixed packaging wrt qpe.conf | Michael Krelin | 1 | |
2007-07-04 | opie-init: Fix packaging. | Paul Sokolovsky | 1 | |
2007-07-04 | opie-init: Update for FHS-compatible OPIE install. | Paul Sokolovsky | 1 | |
* Per #2254. | ||||
2007-07-03 | opie-init: Do not hardcode OPIEDIR and friends, substitute ${palmtopdir} ↵ | Paul Sokolovsky | 1 | |
build value. | ||||
2007-06-01 | opie-init: better tracking of certain processed PIDs for cleaner ↵ | Michael Krelin | 1 | |
startup/shutdown. | ||||
2007-05-29 | opie-init: spawn ssh-agent separately. Closes #1729 | Michael Krelin | 1 | |
2007-05-06 | opie-init: Handle qss startup properly and diagnostably. | Paul Sokolovsky | 1 | |
* Based on Michael Krelin's patch in #2211, changed to restart qss if exits, and log what happens. It turns out that after initial setup, few OPIE service is essentially restarted (During "Please wait" white screen), including qcop, on which qss depends, so qss quits. Plus, we always should anticipate possibility of it segfaulting ;-). * With this change, sound on pocketpc's works OOB, and as it worked for zauruses with original patch, #2211 should be resolved. | ||||
2007-05-03 | opie-init: Start qss daemon. | Paul Sokolovsky | 1 | |
* Fixes #2211. | ||||
2007-03-30 | opie-init: Drop reference to OPIE_CVS_PV, use explicit version, these are anyway | Paul Sokolovsky | 1 | |
not in OPIE CVS. |