raspberrypi2: Disable psplash to prevent kernel crash
[AGL/meta-agl.git] / 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"