meta-agl-bsp: Add reference hardware WLAN card support 36/26636/2
authorScott Murray <scott.murray@konsulko.com>
Wed, 15 Sep 2021 13:51:22 +0000 (09:51 -0400)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Thu, 16 Sep 2021 11:36:36 +0000 (11:36 +0000)
Add the required firmware for the reference hardware WLAN card to
MACHINE_EXTRA_RRECOMMENDS in the agl-refhw-h3 feature include file.

Bug-AGL: SPEC-4071

Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: Iabcff16e56bd676bb3dd237b15c6cb2fa40ba97a
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/26636
Tested-by: Jenkins Job builder account
ci-image-build: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
meta-agl-bsp/conf/include/agl_refhw-h3.inc

index 7c2c566..cd3094c 100644 (file)
@@ -7,3 +7,10 @@ KERNEL_DEVICETREE:append = " renesas/r8a7795-agl-refhw.dtb"
 
 UBOOT_CONFIG:append = " agl-refhw-4x2g"
 UBOOT_CONFIG[agl-refhw-4x2g] = "r8a7795_salvator-xs-4x2g_defconfig"
+
+MACHINE_EXTRA_RRECOMMENDS:append:h3ulcb = " \
+    linux-firmware-wl18xx \
+    ti-bt-firmware \
+    wlconf \
+    wireless-regdb-static \
+"