raspberrypi2: Disable psplash to prevent kernel crash 29/8329/2
authorPhilippe Coval <philippe.coval@osg.samsung.com>
Mon, 23 Jan 2017 11:27:53 +0000 (12:27 +0100)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tue, 24 Jan 2017 14:43:06 +0000 (14:43 +0000)
System freezes tracing from In bcm2836_arm_irqchip_handle_irq

Bug-AGL: SPEC-366

Change-Id: Ifd7e587495950eab22e6b6bb29c093a923fa4161
Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
templates/machine/raspberrypi2/50_local.conf.inc

index 5b75257..dd2b54f 100644 (file)
@@ -28,3 +28,6 @@ UBOOT_MACHINE_sota = "rpi_3_32b_defconfig"
 PREFERRED_PROVIDER_virtual/bootloader_sota = "u-boot"
 # For libomxil
 #LICENSE_FLAGS_WHITELIST = "commercial"
+
+# Psplash causes crash on first boot on RPi
+IMAGE_FEATURES_remove = "splash"