From: Jan-Simon Möller Date: Sun, 13 Nov 2016 20:16:05 +0000 (+0100) Subject: Add firmware for wifi on rpi3 X-Git-Tag: chinook_3.0.0~70 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=dbb328eae32146e41b6e430d8d77c88bb9507ae0;p=AGL%2Fmeta-agl.git 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 --- 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