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-10-15 | mtn2git: remove .mtn2git_empty files in non-empty directories | Jan Luebbe | 4 | |
2008-02-23 | psplash svn: Move startup to S 01, freeing S 00 for something doing fbdev init. | Paul Sokolovsky | 1 | |
* Like just added fbset-init. | ||||
2008-02-18 | psplash: Note upstream ref for logo-math.patch. | Paul Sokolovsky | 1 | |
2007-12-26 | psplash svn: Use standard OE init.d library for machine detection. | Paul Sokolovsky | 2 | |
* Fixes #3471. | ||||
2007-12-06 | psplash_svn.bb : rediff openmoko patch | Graeme Gregory | 2 | |
2007-12-02 | psplash: Remove stale files in angstrom override dir. | Paul Sokolovsky | 2 | |
* These files weren't used before, and now are just stale, after logo image cleanup. | ||||
2007-12-02 | psplash svn: Add patch to do proper logo display height calc. | Paul Sokolovsky | 2 | |
* So, psplash uses bottom 1/6 of screen for progress bar. So, teach it to use 5/6 of the screen height for logo placement, not the whole height, which leads to overlap of logo and bar. | ||||
2007-12-02 | psplash: Update header for Angstrom logo. | Paul Sokolovsky | 1 | |
* This one now looks perfectly for QVGA and higher resolutions - proper size, proper background. | ||||
2007-12-02 | psplash: Add stopgap trap against symptomless hangs with psplash on the screen. | Paul Sokolovsky | 1 | |
* Add timer to shutdown psplash after 120 seconds. Normal boot procedure should be over by then, but if not, user at least will see on the console screen where it hung. | ||||
2007-09-12 | psplash: fix buglet in openmoko psplash-hand-img.h | Michael Lauer | 1 | |
2007-09-12 | psplash: convert to SRCREV, update openmoko branding image | Michael Lauer | 2 | |
2007-08-06 | psplash: smooth bar corners in OpenMoko version | Michael Lauer | 2 | |
2007-08-04 | psplash: use openmoko override instead of fic-gta01 | Michael Lauer | 1 | |
2007-08-03 | psplash: make openmoko psplash openmoko specific, not machine specific | Koen Kooi | 4 | |
2007-08-03 | psplash: add missing default psplash-bar-img.h (thanks Bernado for spotting) | Michael Lauer | 1 | |
2007-08-03 | psplash: add OpenMoko branding | Michael Lauer | 5 | |
2007-06-26 | psplash: add compass logo for angstrom | Koen Kooi | 5 | |
2007-05-07 | packages/psplash: added psplash-zap package with initscript to quit psplash ↵ | Michael Krelin | 2 | |
before going for login prompt on console image. | ||||
2007-05-07 | psplash: adjust the rotation angle in the initscript according to the ↵ | Michael Krelin | 2 | |
machine being used. Should fix #2149 | ||||
2006-12-15 | psplash: sync with poky | Koen Kooi | 3 | |
* poky rev #1033: "Allow psplash to be disabled via kernel cmd line" by mallum | ||||
2006-10-12 | psplash: add a way to replace the bootup logo, currently an OE logo will be ↵ | Koen Kooi | 2 | |
displayed * The logo background has to be changed from white to grey to look good | ||||
2006-10-10 | psplash: add psplash from poky | Koen Kooi | 4 | |
sane-srcdates: lock down psplash to today |