Disable psplash when building for RPi because of occasional crashes 47/7847/1
authorAnton Gerasimov <anton@advancedtelematic.com>
Fri, 23 Dec 2016 10:13:05 +0000 (11:13 +0100)
committerAnton Gerasimov <anton@advancedtelematic.com>
Fri, 23 Dec 2016 10:13:05 +0000 (11:13 +0100)
Bug-AGL: SPEC-366

Change-Id: Id15035817fcf110d52354fe4822af93d49b8c9ec
Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
templates/machine/raspberrypi3/50_local.conf.inc

index c41f2eb..70c0752 100644 (file)
@@ -31,3 +31,5 @@ PREFERRED_PROVIDER_virtual/bootloader_sota = "u-boot"
 
 IMAGE_INSTALL_append = " linux-firmware-brcm43430 kernel-modules linux-firmware "
 
+# Psplash causes crash on first boot on RPi
+IMAGE_FEATURES_remove = "splash"