summaryrefslogtreecommitdiff
path: root/packages/psplash/psplash_svn.bb
AgeCommit message (Collapse)AuthorFiles
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko1
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-28psplash: use virtual/psplash to specify which psplash package to installOtavio Salvador1
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-23psplash: improve how to detect boot param to avoid the psplash startingOtavio Salvador1
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-12psplash: added KaeilOS logoMarcin Juszkiewicz1
2009-01-15psplash: add support for 2 bit per pixel grayscaleJeremy Lainé1
2009-01-14psplash: fix 1bpp supportJeremy Lainé1
2009-01-13psplash: make splashscreen selectable with update-alternativesKoen Kooi1
* 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-23psplash: add config file to pass parameters to psplashJeremy Lainé1
2008-12-23psplash: add 1bpp support for boc01Jeremy Lainé1
2008-12-19psplash: use psplash.h if the distribution provides itOtavio Salvador1
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther1
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 Freyther1
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-02-23psplash svn: Move startup to S 01, freeing S 00 for something doing fbdev init.Paul Sokolovsky1
* Like just added fbset-init.
2007-12-26psplash svn: Use standard OE init.d library for machine detection.Paul Sokolovsky1
* Fixes #3471.
2007-12-06psplash_svn.bb : rediff openmoko patchGraeme Gregory1
2007-12-02psplash svn: Add patch to do proper logo display height calc.Paul Sokolovsky1
* 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-09-12psplash: convert to SRCREV, update openmoko branding imageMichael Lauer1
2007-08-06psplash: smooth bar corners in OpenMoko versionMichael Lauer1
2007-08-04psplash: use openmoko override instead of fic-gta01Michael Lauer1
2007-08-03psplash: make openmoko psplash openmoko specific, not machine specificKoen Kooi1
2007-08-03psplash: add OpenMoko brandingMichael Lauer1
2007-06-26psplash: add compass logo for angstrom Koen Kooi1
2007-05-07psplash: adjust the rotation angle in the initscript according to the ↵Michael Krelin1
machine being used. Should fix #2149
2006-12-15psplash: sync with pokyKoen Kooi1
* poky rev #1033: "Allow psplash to be disabled via kernel cmd line" by mallum
2006-10-12psplash: add a way to replace the bootup logo, currently an OE logo will be ↵Koen Kooi1
displayed * The logo background has to be changed from white to grey to look good
2006-10-10psplash: add psplash from pokyKoen Kooi1
sane-srcdates: lock down psplash to today