This patch only will make things work for Wilink 8 since your hard coding Wilink 8 versions of the recipes. Just let the PREFERRED_PROVIDER handle setting the correct recipes. Also make tweaks to include only the bluetooth stuff if Wilink 6 is being used.
> -----Original Message----- > From: [email protected] [mailto:meta-arago- > [email protected]] On Behalf Of Machani, Yaniv > Sent: Thursday, November 28, 2013 5:39 AM > To: [email protected] > Subject: [meta-arago] [PATCH 12/14] arago-tisdk-connectivity: Restored > connectivity modules compilation > > 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-ti > +++ sdk-connectivity.bb [Franklin] PR bump is missing. > @@ -23,14 +23,11 @@ WLAN_COMMON = "\ > pulseaudio-module-bluetooth-device \ > eventdump \ > ${@base_contains('WILINK_VERSION','WILINK-8','wlconf','',d)} \ > + wpa-supplicant-wl18xx \ [Franklin] Replace this with wpa-supplicant > + crda \ > + hostap-daemon-wl18xx \ [Franklin] Replace this with hostap-daemon > + ti-wifi-utils-wl18xx \ [Franklin] Replace this with ti-wifi-utils > " > - > -# 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 \ [Franklin] Change this so it includes this only if WILINK 6 is being use > - wl12xx-firmware \ > + wl18xx-firmware \ [Franklin] Leave wl12xx-firmware. > " > > BLUETOOTH_STACK = "\ > -- > 1.7.9 > > _______________________________________________ > meta-arago mailing list > [email protected] > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
