meta-digi/meta-digi-dey
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
..
classes Revert "trustfence: disable SDCARD image generation when encryption is enabled" 2016-10-31 17:03:26 +01:00
conf recovery: add recovery image types for DEY images generation 2016-12-27 17:37:53 +01:00
recipes-connectivity hostapd: update config file with default support for 802.11ac 2016-10-19 18:25:07 +02:00
recipes-core psplash: fix init script to avoid running the app without fb 2017-01-03 12:42:10 +01:00
recipes-digi meta-digi-dey: swupdate: add recipes for update packages 2017-01-02 15:34:01 +01:00
recipes-graphics meta-digi-dey: rework installed packages for ccimx6ul 2016-09-27 11:27:50 +02:00
recipes-multimedia pulseaudio: avoid headphone mute when no jack detection 2017-01-02 17:56:46 +01:00
recipes-qt meta-digi: qtbase: optimize recipe 2016-10-05 11:55:45 +02:00
recipes-sato meta-digi-dey: include x11vnc for ccimx6ul 2016-10-05 11:55:45 +02:00
recipes-support swupdate: add patch to include command line support to progress client 2016-12-30 12:41:46 +01:00
DIGI_EULA DIGI_EULA: Correct part number. 2015-07-30 16:06:33 +02:00
DIGI_OPEN_EULA meta-digi: Rename from DEL to DEY. 2013-06-12 13:18:37 +02:00
README meta-digi: update README files 2013-12-18 15:49:38 +01:00

README

OpenEmbedded/Yocto Digi Embedded Linux layer
============================================

This layer provides the Digi Embedded Linux distribution images.

This layer depends on:

git://git.yoctoproject.org/poky.git
git://git.openembedded.org/meta-openembedded.git
git://git.yoctoproject.org/meta-fsl-arm.git
git://github.com/Freescale/meta-fsl-demos.git

Digi's license agreements
-------------------------

All software is covered by Digi's general EULA and Digi's Open Source
EULA. To have the right to use the software in your images you need to
read and accept both EULAs at the DIGI_EULA and DIGI_OPEN_EULA files.

Support
-------

This layer is provided 'as is' with no guarantee. However, some support
may be available from support@digi.com