From: Anton Gerasimov Date: Fri, 23 Dec 2016 10:13:05 +0000 (+0100) Subject: Disable psplash when building for RPi because of occasional crashes X-Git-Tag: chinook_3.0.0~13 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=ee17d3641ef3ad47da90d683a4ca379613c32c40;p=AGL%2Fmeta-agl.git Disable psplash when building for RPi because of occasional crashes Bug-AGL: SPEC-366 Change-Id: Id15035817fcf110d52354fe4822af93d49b8c9ec Signed-off-by: Anton Gerasimov --- 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"