From ee17d3641ef3ad47da90d683a4ca379613c32c40 Mon Sep 17 00:00:00 2001 From: Anton Gerasimov Date: Fri, 23 Dec 2016 11:13:05 +0100 Subject: Disable psplash when building for RPi because of occasional crashes Bug-AGL: SPEC-366 Change-Id: Id15035817fcf110d52354fe4822af93d49b8c9ec Signed-off-by: Anton Gerasimov --- templates/machine/raspberrypi3/50_local.conf.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/machine/raspberrypi3/50_local.conf.inc b/templates/machine/raspberrypi3/50_local.conf.inc index c41f2eba9..70c0752e7 100644 --- a/templates/machine/raspberrypi3/50_local.conf.inc +++ b/templates/machine/raspberrypi3/50_local.conf.inc @@ -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" -- cgit 1.2.3-korg