From: Yaniv Machani <[email protected]> - Modules compatibility issues with libnl were fixed.
Signed-off-by: Yaniv Machani <[email protected]> --- .../packagegroup-arago-tisdk-connectivity.bb | 13 +++++-------- 1 files changed, 5 insertions(+), 8 deletions(-) diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-connectivity.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-connectivity.bb index 0aa019d..2ef4353 100644 --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-connectivity.bb +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-connectivity.bb @@ -23,14 +23,11 @@ WLAN_COMMON = "\ pulseaudio-module-bluetooth-device \ eventdump \ ${@base_contains('WILINK_VERSION','WILINK-8','wlconf','',d)} \ + wpa-supplicant-wl18xx \ + crda \ + hostap-daemon-wl18xx \ + ti-wifi-utils-wl18xx \ " - -# TI/ECS versions of wpa-supplicant/crda/hostap/wifi-utils require older libnl, -# which no longer exists -# wpa-supplicant -# crda -# hostap-daemon -# ti-wifi-utils # No bluetooth/bluetooth.h # oppserver @@ -44,7 +41,7 @@ WLAN_COMMON = "\ FIRMWARE_AND_DRIVERS = "\ bt-firmware \ bt-enable \ - wl12xx-firmware \ + wl18xx-firmware \ " BLUETOOTH_STACK = "\ -- 1.7.9 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
