meta-digi/meta-digi-dey/recipes-core/psplash/files
Hector Palacios 034aaa6fb1 psplash: fix init script to avoid running the app without fb
This is a clone from the original psplash recipe init script
but with the added fix:

	@@ -25,5 +25,7 @@
	        read rotation < /etc/rotation
	 fi

	-/usr/bin/psplash --angle $rotation &
	+if [ -c "${FBDEV:-/dev/fb0}" ]; then
	+       /usr/bin/psplash --angle $rotation &
	+fi

which avoids running the application when there is no framebuffer
in the system. This prevents the following error message during
boot:

	Error opening /dev/fb0: No such file or directory

Signed-off-by: Hector Palacios <hector.palacios@digi.com>

https://jira.digi.com/browse/DEL-2747
2017-01-03 12:42:10 +01:00
..
0001-colors-modify-psplash-colors-to-match-Digi-scheme.patch psplash: customize psplash screen with Digi scheme 2016-12-30 12:42:05 +01:00
0002-bar-replace-progress-bar-with-Digi-one.patch psplash: customize psplash screen with Digi scheme 2016-12-30 12:42:05 +01:00
psplash-init psplash: fix init script to avoid running the app without fb 2017-01-03 12:42:10 +01:00
psplash-poky-img.h psplash: customize psplash screen with Digi scheme 2016-12-30 12:42:05 +01:00