summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Gerasimov <anton@advancedtelematic.com>2016-12-23 11:13:05 +0100
committerAnton Gerasimov <anton@advancedtelematic.com>2016-12-23 11:13:05 +0100
commitee17d3641ef3ad47da90d683a4ca379613c32c40 (patch)
treec5938a67c8c50016c3fcb430d96388e0781c8c8f
parentb1644978348b1ab9cd5a3914bc5e5df8b1fedb73 (diff)
Disable psplash when building for RPi because of occasional crashes
Bug-AGL: SPEC-366 Change-Id: Id15035817fcf110d52354fe4822af93d49b8c9ec Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
-rw-r--r--templates/machine/raspberrypi3/50_local.conf.inc2
1 files changed, 2 insertions, 0 deletions
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"