From: Philippe Coval Date: Mon, 23 Jan 2017 11:27:53 +0000 (+0100) Subject: raspberrypi2: Disable psplash to prevent kernel crash X-Git-Tag: chinook_3.0.1~2 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=5a85901e245aa2605721c7dae645a00156a67dde;p=AGL%2Fmeta-agl.git raspberrypi2: Disable psplash to prevent kernel crash System freezes tracing from In bcm2836_arm_irqchip_handle_irq Bug-AGL: SPEC-366 Change-Id: Ifd7e587495950eab22e6b6bb29c093a923fa4161 Signed-off-by: Philippe Coval --- diff --git a/templates/machine/raspberrypi2/50_local.conf.inc b/templates/machine/raspberrypi2/50_local.conf.inc index 5b75257f0..dd2b54f29 100644 --- a/templates/machine/raspberrypi2/50_local.conf.inc +++ b/templates/machine/raspberrypi2/50_local.conf.inc @@ -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"