diff options
author | Marcin Juszkiewicz <marcin@buglabs.net> | 2009-05-18 17:03:14 +0200 |
---|---|---|
committer | Marcin Juszkiewicz <marcin@buglabs.net> | 2009-05-18 17:04:47 +0200 |
commit | ea51d805b934ad53328a14a9864b40f2054ee9d3 (patch) | |
tree | 6563ac425c1f1a172caa56ce34282e29abc9de3a | |
parent | 856f9cecac7237c2dd52a42b64fda070ce76929e (diff) |
psplash: added BUG support
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)
-rw-r--r-- | recipes/psplash/files/bug/psplash-default | 4 | ||||
-rw-r--r-- | recipes/psplash/psplash.inc | 2 | ||||
-rw-r--r-- | recipes/psplash/psplash_svn.bb | 2 |
3 files changed, 5 insertions, 3 deletions
diff --git a/recipes/psplash/files/bug/psplash-default b/recipes/psplash/files/bug/psplash-default new file mode 100644 index 0000000000..16dad172a8 --- /dev/null +++ b/recipes/psplash/files/bug/psplash-default @@ -0,0 +1,4 @@ +# Parameters to pass to psplash +PARAMS="" + +export FBDEV="/dev/fb1" diff --git a/recipes/psplash/psplash.inc b/recipes/psplash/psplash.inc index c1634de8c2..3477229d82 100644 --- a/recipes/psplash/psplash.inc +++ b/recipes/psplash/psplash.inc @@ -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 diff --git a/recipes/psplash/psplash_svn.bb b/recipes/psplash/psplash_svn.bb index 8119ccf1e7..584822e254 100644 --- a/recipes/psplash/psplash_svn.bb +++ b/recipes/psplash/psplash_svn.bb @@ -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 \ |