diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-01-10 21:57:22 +0100 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-01-10 21:57:22 +0100 |
commit | 14500480dba58433fef05fbf413881fe10593953 (patch) | |
tree | 5c6379851cf2c44c911089529fa9dd0d45e7ae6c | |
parent | cdf51bba328e285d5c2871e2f81728c0bd0521a5 (diff) |
Remove firmware files from local.conf template
The packages does not exist anymore or was renamed.
Change-Id: I6a2203dd23fe6ae61adb1daaf2b24ae84f114589
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
-rw-r--r-- | templates/machine/raspberrypi3/50_local.conf.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/machine/raspberrypi3/50_local.conf.inc b/templates/machine/raspberrypi3/50_local.conf.inc index b09eea13d..8a0a34376 100644 --- a/templates/machine/raspberrypi3/50_local.conf.inc +++ b/templates/machine/raspberrypi3/50_local.conf.inc @@ -35,7 +35,7 @@ PREFERRED_PROVIDER_virtual/bootloader_sota = "u-boot" # For libomxil #LICENSE_FLAGS_WHITELIST = "commercial" -IMAGE_INSTALL_append = " linux-firmware-brcm43430 kernel-modules linux-firmware " +IMAGE_INSTALL_append = " kernel-modules linux-firmware " # Psplash causes crash on first boot on RPi IMAGE_FEATURES_remove = "splash" |