aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/psplash/psplash-ti_svn.bb
diff options
context:
space:
mode:
authorChase Maupin <chase.maupin@ti.com>2010-07-22 14:35:05 -0500
committerKoen Kooi <koen@openembedded.org>2010-07-24 19:45:47 +0200
commitd03df0e2f7434bf44c64b40d05e265a8a2d91db8 (patch)
treeb7f538edea36d3c6cfca4272be67c075d3b0dcfb /recipes/psplash/psplash-ti_svn.bb
parent244deb462973a2d7a9bfcc3399843202f9d29d51 (diff)
downloadopenembedded-d03df0e2f7434bf44c64b40d05e265a8a2d91db8.tar.gz
psplash-ti: add ti logo progress bar
* Added recipe to provide TI logo on splash screen during booting. This is for use with TI processors. Signed-off-by: Chase Maupin <chase.maupin@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'recipes/psplash/psplash-ti_svn.bb')
-rw-r--r--recipes/psplash/psplash-ti_svn.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes/psplash/psplash-ti_svn.bb b/recipes/psplash/psplash-ti_svn.bb
new file mode 100644
index 0000000000..2667cc456d
--- /dev/null
+++ b/recipes/psplash/psplash-ti_svn.bb
@@ -0,0 +1,21 @@
+require psplash.inc
+require psplash-ua.inc
+
+ALTERNATIVE_PRIORITY = "20"
+
+# 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://psplash-18bpp.patch \
+ file://logo-math.patch \
+ file://psplash-poky-img.h \
+ file://psplash-bar-img.h \
+ file://psplash-default \
+ file://splashfuncs \
+ file://psplash-init"
+S = "${WORKDIR}/psplash"
+