meta-agl-bsp: Add reference hardware WLAN card support 56/26656/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:28 +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: Idf2e35bea3be4e030245b36333c50a568cb2a01b
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/26656
Tested-by: Jenkins Job builder account
ci-image-build: Jenkins Job builder account
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
ci-image-boot-test: Jenkins Job builder account

meta-agl-bsp/conf/include/agl_refhw-h3.inc

index 96e7269..54470a9 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 \
+"