From 308be9d5d3bc6670fd74da985e54adb2267b8175 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Wed, 15 Sep 2021 09:51:22 -0400 Subject: 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 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 ci-image-boot-test: Jenkins Job builder account --- meta-agl-bsp/conf/include/agl_refhw-h3.inc | 7 +++++++ 1 file changed, 7 insertions(+) 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 \ +" -- cgit 1.2.3-korg