From e95f4ae61fdaf6452d6dfa9cb59dbdf9cdf73c99 Mon Sep 17 00:00:00 2001 From: Daiane Angolini Date: Tue, 20 Sep 2016 16:02:12 -0300 Subject: [PATCH] imx7s-warp: Install WiFi and Bluetooth firmware by default This machine has the 1DX_BCM4343W chip, so install the firmware by default Signed-off-by: Daiane Angolini Signed-off-by: Otavio Salvador --- conf/machine/imx7s-warp.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/machine/imx7s-warp.conf b/conf/machine/imx7s-warp.conf index 93a3992..b8172ba 100644 --- a/conf/machine/imx7s-warp.conf +++ b/conf/machine/imx7s-warp.conf @@ -17,3 +17,5 @@ PREFERRED_PROVIDER_virtual/kernel ?= "linux-warp7" UBOOT_CONFIG ??= "sd" UBOOT_CONFIG[sd] = "warp7_config,sdcard" + +MACHINE_EXTRA_RRECOMMENDS += "firmware-imx-brcm"