diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2016-11-13 21:16:05 +0100 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2016-11-13 21:16:05 +0100 |
commit | dbb328eae32146e41b6e430d8d77c88bb9507ae0 (patch) | |
tree | feafff3ea5411ca6a3ede6cdcb9c3983eaf8e07b /templates/machine/raspberrypi3 | |
parent | 806cad57935e4771cdfda53b065eb1d7b131a963 (diff) |
Add firmware for wifi on rpi3
This changeset add the firmware files for the wifi to the image.
Change-Id: I3557a50acc3eb80add605fdbdc32fa4af3a747bb
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'templates/machine/raspberrypi3')
-rw-r--r-- | templates/machine/raspberrypi3/50_local.conf.inc | 2 |
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 5309411a8..6b15a94a8 100644 --- a/templates/machine/raspberrypi3/50_local.conf.inc +++ b/templates/machine/raspberrypi3/50_local.conf.inc @@ -28,3 +28,5 @@ UBOOT_MACHINE_sota = "rpi_3_32b_defconfig" PREFERRED_PROVIDER_virtual/bootloader_sota = "u-boot" # For libomxil #LICENSE_FLAGS_WHITELIST = "commercial" + +IMAGE_INSTALL_append = " linux-firmware-brcm43430 kernel-modules linux-firmware "
\ No newline at end of file |