From dbb328eae32146e41b6e430d8d77c88bb9507ae0 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Sun, 13 Nov 2016 21:16:05 +0100 Subject: Add firmware for wifi on rpi3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This changeset add the firmware files for the wifi to the image. Change-Id: I3557a50acc3eb80add605fdbdc32fa4af3a747bb Signed-off-by: Jan-Simon Möller --- templates/machine/raspberrypi3/50_local.conf.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'templates') 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 -- cgit 1.2.3-korg