psplash: added BUG support
authorMarcin Juszkiewicz <marcin@buglabs.net>
Mon, 18 May 2009 15:03:14 +0000 (17:03 +0200)
committerMarcin Juszkiewicz <marcin@buglabs.net>
Mon, 18 May 2009 15:04:47 +0000 (17:04 +0200)
BUG has 3 framebuffers:
fb0 is BUGbase 160x105 monochrome LCD used for fbprogress and BUG menu
fb1, fb2 are used by LCD modules (QVGA resolution)

recipes/psplash/files/bug/psplash-default [new file with mode: 0644]
recipes/psplash/psplash.inc
recipes/psplash/psplash_svn.bb

diff --git a/recipes/psplash/files/bug/psplash-default b/recipes/psplash/files/bug/psplash-default
new file mode 100644 (file)
index 0000000..16dad17
--- /dev/null
@@ -0,0 +1,4 @@
+# Parameters to pass to psplash
+PARAMS=""
+
+export FBDEV="/dev/fb1"
index c1634de..3477229 100644 (file)
@@ -8,7 +8,7 @@ RPROVIDES_${PN} = "virtual/psplash"
 RCONFLICTS_${PN} = "exquisite"
 
 PV = "0.0+svnr${SRCREV}"
-PR = "r21"
+PR = "r22"
 
 # You can create your own pslash-hand-img.h by doing
 # ./make-image-header.sh <file>.png HAND
index 8119ccf..584822e 100644 (file)
@@ -3,8 +3,6 @@ require psplash-ua.inc
 
 ALTERNATIVE_PRIORITY = "10"
 
-PR = "r20"
-
 SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=psplash;proto=http \
           file://psplash-hand-img.h \
           file://psplash-bar-img.h \