From: Scott Murray Date: Wed, 15 Sep 2021 13:51:22 +0000 (-0400) Subject: meta-agl-bsp: Add reference hardware WLAN card support X-Git-Tag: 12.1.0~16 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=308be9d5d3bc6670fd74da985e54adb2267b8175;p=AGL%2Fmeta-agl.git 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 --- 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 \ +"