From d03df0e2f7434bf44c64b40d05e265a8a2d91db8 Mon Sep 17 00:00:00 2001 From: Chase Maupin Date: Thu, 22 Jul 2010 14:35:05 -0500 Subject: 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 Signed-off-by: Koen Kooi --- recipes/psplash/psplash-ti_svn.bb | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 recipes/psplash/psplash-ti_svn.bb (limited to 'recipes/psplash/psplash-ti_svn.bb') 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 .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" + -- cgit 1.2.3-korg