diff options
author | Matthias Hentges <oe@hentges.net> | 2006-02-19 13:47:29 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-02-19 13:47:29 +0000 |
commit | 98265b38cb79547bd05a14149906e1aba8e6e1e8 (patch) | |
tree | 7db0a80923f8866a87f53ed171b7ac7595eb176e /packages/gpe-bootsplash/gpe-bootsplash_1.15.bb | |
parent | ba81094a28b35db729737a391e266c92ecf588e4 (diff) |
gpe-bootsplash:
Dump /dev/fb0 after the first successful launch of bootsplash and use the dump to display the splashscreen from that point on. Speeds up display of large bootsplash-theme _a lot_. Handles theme changes as well.
Diffstat (limited to 'packages/gpe-bootsplash/gpe-bootsplash_1.15.bb')
-rw-r--r-- | packages/gpe-bootsplash/gpe-bootsplash_1.15.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/gpe-bootsplash/gpe-bootsplash_1.15.bb b/packages/gpe-bootsplash/gpe-bootsplash_1.15.bb index fd17846103..ca48c6086b 100644 --- a/packages/gpe-bootsplash/gpe-bootsplash_1.15.bb +++ b/packages/gpe-bootsplash/gpe-bootsplash_1.15.bb @@ -5,11 +5,12 @@ MAINTAINER = "Phil Blundell <pb@handhelds.org>" SECTION = "gpe" PRIORITY = "optional" LICENSE = "GPL" -PR = "r2" +PR = "r3" SRC_URI += "file://splash-p.svg \ file://splash-l.svg \ - file://tty2-message.patch;patch=1" + file://tty2-message.patch;patch=1 \ + file://speed.patch;patch=1" FILES_${PN} += "${datadir}/gpe" |