Like in the previous patches please mention what the differences are between versions of a patch.
> -----Original Message----- > From: [email protected] [mailto:meta-arago- > [email protected]] On Behalf Of Machani, Yaniv > Sent: Monday, December 02, 2013 8:09 AM > To: [email protected] > Subject: [meta-arago] [PATCH 11/14 v2] arago-prefs: update default value for > am335x and am43x for WILINK-8 > > From: Yaniv Machani <[email protected]> > > - Also change the default supported WILINK version > > Signed-off-by: Yaniv Machani <[email protected]> > --- > .../conf/distro/include/arago-prefs.inc | 5 ++++- > 1 files changed, 4 insertions(+), 1 deletions(-) > > diff --git a/meta-arago-distro/conf/distro/include/arago-prefs.inc b/meta- > arago-distro/conf/distro/include/arago-prefs.inc > index 24f3785..616885e 100644 > --- a/meta-arago-distro/conf/distro/include/arago-prefs.inc > +++ b/meta-arago-distro/conf/distro/include/arago-prefs.inc > @@ -92,7 +92,10 @@ PREFERRED_VERSION_bluez-hcidump = "2.2" > PREFERRED_VERSION_bash = "3.2.48" > PREFERRED_VERSION_gettext = "0.16.1" > > -WILINK_VERSION = "WILINK-6" > +WILINK_VERSION = "WILINK-8" [Franklin] Don't bother changing this. The point of those SOC specific overrides below is to allow other platforms to stick with wilink 6 (am18 and am37) and only use wilink 8 for platforms that need it. Right now your forcing all platforms to use wilink 8 with the above statement. > +# For AM335x & AM43x Wilink 8 is now the default version to be used > +WILINK_VERSION_ti33x = "WILINK-8" > +WILINK_VERSION_ti43x = "WILINK-8" > PREFERRED_PROVIDER_wl12xx-firmware = > "${@base_contains('WILINK_VERSION','WILINK-8','wl18xx-firmware','wl12xx- > firmware',d)}" > PREFERRED_PROVIDER_ti-compat-wireless-wl12xx = > "${@base_contains('WILINK_VERSION','WILINK-8','ti-compat-wireless- > wl18xx','ti-compat-wireless-wl12xx',d)}" > PREFERRED_PROVIDER_hostap-daemon = > "${@base_contains('WILINK_VERSION','WILINK-8','hostap-daemon- > wl18xx','hostap-daemon',d)}" > -- > 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
