Age | Commit message (Collapse) | Author | Files |
|
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>
|
|
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.
|
|
It was done using a looping through cmdline contents but it failed
depending on params order; using a grep makes it works more reliably.
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
|
|
|
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.
|
|
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>
|
|
* Like just added fbset-init.
|
|
* Fixes #3471.
|
|
|
|
* 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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
machine being used. Should fix #2149
|
|
* poky rev #1033: "Allow psplash to be disabled via kernel cmd line" by mallum
|
|
displayed
* The logo background has to be changed from white to grey to look good
|
|
sane-srcdates: lock down psplash to today
|