From bd072907ae9136f36efd538f183338c729b48552 Mon Sep 17 00:00:00 2001 From: Robert Bragg Date: Thu, 22 May 2008 13:49:31 +0000 Subject: Adds support for changing the fbdev pixel format when the default (e.g. 8bpp pallet mode) isn't supported. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4544 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/packages/psplash/psplash_svn.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'meta/packages/psplash/psplash_svn.bb') diff --git a/meta/packages/psplash/psplash_svn.bb b/meta/packages/psplash/psplash_svn.bb index 825dc1dbc..30626ea95 100644 --- a/meta/packages/psplash/psplash_svn.bb +++ b/meta/packages/psplash/psplash_svn.bb @@ -2,9 +2,11 @@ DESCRIPTION = "Userspace framebuffer boot logo based on usplash." SECTION = "base" LICENSE = "GPL" PV = "0.0+svnr${SRCREV}" +PR = "r1" SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=psplash;proto=http \ - file://psplash-init" + file://psplash-init \ + file://psplash-fbdev-pixfmt.patch;patch=1;pnum=0" S = "${WORKDIR}/psplash" -- cgit v1.2.3