Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2009-03-17 | rename packages/ to recipes/ per earlier agreement | Denys Dmytriyenko | 21 | |
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> | ||||
2009-02-28 | psplash.inc: only provides virtual/psplash at ${PN} | Otavio Salvador | 1 | |
2009-02-28 | psplash: use virtual/psplash to specify which psplash package to install | Otavio Salvador | 2 | |
It has been required mainly due O.S. Systems module that runs at initramfs. It needs to depends on psplash but since we're now using a branded package for it we need to be able to specify which one to take. | ||||
2009-02-23 | psplash-openmoko: fix package compilation since it lacked logo-math.patch at ↵ | Otavio Salvador | 1 | |
SRC_URI | ||||
2009-02-23 | psplash.inc: set PR for force the updating of branded packages | Otavio Salvador | 1 | |
2009-02-23 | psplash: improve how to detect boot param to avoid the psplash starting | Otavio Salvador | 2 | |
It was done using a looping through cmdline contents but it failed depending on params order; using a grep makes it works more reliably. | ||||
2009-02-12 | psplash: added KaeilOS logo | Marcin Juszkiewicz | 2 | |
2009-01-15 | psplash: add support for 2 bit per pixel grayscale | Jeremy Lainé | 4 | |
2009-01-14 | psplash: fix 1bpp support | Jeremy Lainé | 2 | |
2009-01-13 | psplash: make splashscreen selectable with update-alternatives | Koen Kooi | 5 | |
* putting 'psplash' in your images will get you the same splash you are using now * putting 'psplash-<name>' in your images will make u-a install that splash over the one 'psplash' provides now * This makes splash screen an image property instead of a distro property, so even less need for creating a derived distro | ||||
2008-12-23 | psplash: add config file to pass parameters to psplash | Jeremy Lainé | 4 | |
2008-12-23 | psplash: add 1bpp support for boc01 | Jeremy Lainé | 4 | |
2008-12-19 | psplash: use psplash.h if the distribution provides it | Otavio Salvador | 1 | |
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 |