summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2021-09-15 09:51:22 -0400
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2021-09-16 11:36:28 +0000
commit308be9d5d3bc6670fd74da985e54adb2267b8175 (patch)
treee205d62a8ec2350153b356b7632128493046fb4e
parentef512cabe1bb6481677205b776352261bf0a2f6c (diff)
meta-agl-bsp: Add reference hardware WLAN card support
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
-rw-r--r--meta-agl-bsp/conf/include/agl_refhw-h3.inc7
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-agl-bsp/conf/include/agl_refhw-h3.inc b/meta-agl-bsp/conf/include/agl_refhw-h3.inc
index 96e726921..54470a948 100644
--- a/meta-agl-bsp/conf/include/agl_refhw-h3.inc
+++ b/meta-agl-bsp/conf/include/agl_refhw-h3.inc
@@ -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 \
+"