aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/obsolete/psplash
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-10-19 10:02:21 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-10-19 22:32:20 +0200
commit1ea912e301eb4777abc48fd52b2ceb50d35355d1 (patch)
treeba81a139704bd53c2cfb8a17d5d3aa63aca85885 /recipes/obsolete/psplash
parent58c6b39473ffde9be35b7445253febfa9d5ca1fc (diff)
downloadopenembedded-1ea912e301eb4777abc48fd52b2ceb50d35355d1.tar.gz
openmoko: move initscripts, psplash, alsa-scenarios also to obsolete
Acked-by: Michael 'Mickey' Lauer <mickey@openmoko.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/obsolete/psplash')
-rw-r--r--recipes/obsolete/psplash/psplash-openmoko_svn.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes/obsolete/psplash/psplash-openmoko_svn.bb b/recipes/obsolete/psplash/psplash-openmoko_svn.bb
new file mode 100644
index 0000000000..9c675b4e80
--- /dev/null
+++ b/recipes/obsolete/psplash/psplash-openmoko_svn.bb
@@ -0,0 +1,20 @@
+require psplash.inc
+require psplash-ua.inc
+
+ALTERNATIVE_PRIORITY = "30"
+
+# You can create your own pslash-poky-img.h by doing
+# ./make-image-header.sh <file>.png POKY
+# and rename the resulting .h to pslash-poky-img.h (for the logo)
+# respectively psplash-bar-img.h (BAR) for the bar.
+# You might also want to patch the colors (see patch)
+
+SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=psplash;proto=http \
+ file://logo-math.patch \
+ file://psplash-poky-img.h \
+ file://psplash-bar-img.h \
+ file://psplash-default \
+ file://psplash-init"
+S = "${WORKDIR}/psplash"
+
+SRC_URI_append_openmoko = " file://configurability.patch "