aboutsummaryrefslogtreecommitdiffstats
path: root/packages/opie-init
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
2007-07-07opie-init: initscript cosmetics and fixed packaging wrt qpe.confMichael Krelin
2007-07-04opie-init: Remove hacky and stale overrides for opie init script.Paul Sokolovsky
* This shouldn't be done this way. There shouldn't be need for doing device-specific (don't mix with feature-specific) configuration, and even if, it should be done if one well-maintained script.
2007-07-04opie-init: Fix packaging.Paul Sokolovsky
2007-07-04opie-init: Update for FHS-compatible OPIE install.Paul Sokolovsky
* Per #2254.
2007-07-03opie-init: Do not hardcode OPIEDIR and friends, substitute ${palmtopdir} ↵Paul Sokolovsky
build value.
2007-06-01opie-init: better tracking of certain processed PIDs for cleaner ↵Michael Krelin
startup/shutdown.
2007-05-29opie-init: spawn ssh-agent separately. Closes #1729Michael Krelin
2007-05-06opie-init: Handle qss startup properly and diagnostably.Paul Sokolovsky
* 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-03opie-init: Actually daemonize qss.Paul Sokolovsky
2007-05-03opie-init: Start qss daemon.Paul Sokolovsky
* Fixes #2211.
2007-03-30opie-init: Drop reference to OPIE_CVS_PV, use explicit version, these are anywayPaul Sokolovsky
not in OPIE CVS.
2007-03-30opie-taskbar: Split startup and general configuration files into own ↵Paul Sokolovsky
package, opie-init.