From a622278f5d79923a5a8f8ff7dfe8e362ca0baac2 Mon Sep 17 00:00:00 2001 From: John Klug Date: Thu, 15 Dec 2022 13:07:24 -0600 Subject: Add rsi-91x features to the base mLinux image --- recipes-core/images/mlinux-base-image.bb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/recipes-core/images/mlinux-base-image.bb b/recipes-core/images/mlinux-base-image.bb index 3bdbd77..d1f7f3c 100644 --- a/recipes-core/images/mlinux-base-image.bb +++ b/recipes-core/images/mlinux-base-image.bb @@ -32,6 +32,18 @@ WIFI_FEATURES = " \ hostapd-cfg \ " +RSI_91X_FEATURES = " \ + kernel-module-rsi-91x \ + kernel-module-rsi-bt91x \ + kernel-module-rsi-btusb \ + kernel-module-rsi-usb \ + rs9113-fw \ + rsi-91x-fw \ + rsi-91x-utils \ + wireless-regdb-static \ + " +RSI_91X_ADDITIONAL ??= "rsi-91x-autostart" + BLUETOOTH_FEATURES = "bluez5" BLUETOOTH_INIT ??= "bluez5-mlinit" @@ -66,6 +78,8 @@ DEBUG_FEATURES = "" IMAGE_INSTALL_append = " \ kernel-modules \ ${WIFI_FEATURES} \ + ${RSI_91X_FEATURES} \ + ${RSI_91X_ADDITIONAL} \ ${BLUETOOTH_FEATURES} \ ${BLUETOOTH_INIT} \ ${FILESYSTEM_FEATURES} \ -- cgit v1.2.3