diff options
author | Scott Murray <scott.murray@konsulko.com> | 2021-09-15 09:51:22 -0400 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2021-09-16 11:36:36 +0000 |
commit | 2800bb4dca20d794457d0f39495129b0ee0e8fc0 (patch) | |
tree | fafc26d8cc2d81b7e259cdaab6a452c8c81f06b4 /meta-agl-bsp/conf/include/agl_refhw-h3.inc | |
parent | 20e81c0a9d36660de671dd5ac2e006e31c0e621b (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: 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>
Diffstat (limited to 'meta-agl-bsp/conf/include/agl_refhw-h3.inc')
-rw-r--r-- | meta-agl-bsp/conf/include/agl_refhw-h3.inc | 7 |
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 7c2c56668..cd3094c92 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 \ +" |