meta-digi/meta-digi-dey/recipes-core
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
..
base-files base-files: fix resize-ext4fs script to work with DM devices 2016-07-26 12:29:54 +02:00
busybox ccimx6ul: suspend: do not bring hci0 down/up 2016-12-27 16:35:34 +01:00
images recovery: add psplash support to recovery 2016-12-30 12:42:09 +01:00
init-ifupdown meta-digi: rename external ethernet references to second ethernet 2016-09-15 12:31:49 +02:00
initscripts meta-digi: use recommended BP and BPN variables for FILESEXTRAPATHS 2015-03-13 18:43:12 +01:00
packagegroups Revert "meta-digi-arm: Exclude u-boot-fw-utils if U-Boot environment encryption is" 2016-08-26 10:13:17 +02:00
psplash psplash: fix init script to avoid running the app without fb 2017-01-03 12:42:10 +01:00
recovery recovery: add psplash support to recovery 2016-12-30 12:42:09 +01:00
systemd meta-digi-dey: trustfence: Explicitely check for "1" for variable enable 2016-06-10 09:48:05 +02:00
sysvinit meta-digi-dey: trustfence: Explicitely check for "1" for variable enable 2016-06-10 09:48:05 +02:00
trustfence trustfence-tool: install tool from tarball 2016-11-30 14:51:54 +01:00