Skip to content

Commit

Permalink
linux: linux-yocto: add rtw88 support
Browse files Browse the repository at this point in the history
This change removes rtl8822 from nvidia-kernel-oot to switch to the
driver and firmware from linux-yocto and linux firmware. It includes
updates to tegra-wifi to pull in the needed packages to the image.

Signed-off-by: Kurt Kiefer <[email protected]>
  • Loading branch information
kekiefer committed Aug 29, 2024
1 parent 185f32e commit 36c6c63
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 38 deletions.
2 changes: 1 addition & 1 deletion recipes-bsp/tegra-wifi/tegra-wifi_1.0.bb
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ do_install() {

ALLOW_EMPTY:${PN} = "1"
FILES:${PN} += "${nonarch_base_libdir}/udev/rules.d"
RDEPENDS:${PN} += "nvidia-kernel-oot-wifi"
RRECOMMENDS:${PN} += "nvidia-kernel-oot-wifi kernel-module-rtw88-core kernel-module-rtw88-pci kernel-module-rtw88-8822ce"
PACKAGE_ARCH = "${MACHINE_ARCH}"
2 changes: 1 addition & 1 deletion recipes-kernel/linux/linux-yocto/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3116,7 +3116,7 @@ CONFIG_RTL_CARDS=m
# CONFIG_RTL8821AE is not set
# CONFIG_RTL8192CU is not set
# CONFIG_RTL8XXXU is not set
# CONFIG_RTW88 is not set
CONFIG_RTW88=m
# CONFIG_RTW89 is not set
CONFIG_WLAN_VENDOR_RSI=y
# CONFIG_RSI_91X is not set
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ SRC_URI += "file://0001-Makefile-update-for-OE-builds.patch \
file://0005-scsi-ufs-fix-definitions-for-v6.5.patch \
file://0003-pci-endpoint-fixes-for-6.x-kernel.patch \
file://0002-bluetooth-realtek-compile-with-no-attribute-warning.patch \
file://0006-rtl8822ce-build-regardless-or-base-kernel-version.patch \
"

COMPATIBLE_MACHINE = "(tegra)"
Expand Down

0 comments on commit 36c6c63

Please sign in to comment.