From: Yaniv Machani <[email protected]> - Also change the default supported WILINK version
Signed-off-by: Yaniv Machani <[email protected]> --- v3 changes- Restored WILINK_VERSION to WILINK-6 as default. (undo from previous commits) .../conf/distro/include/arago-prefs.inc | 3 +++ 1 files changed, 3 insertions(+), 0 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..032c12b 100644 --- a/meta-arago-distro/conf/distro/include/arago-prefs.inc +++ b/meta-arago-distro/conf/distro/include/arago-prefs.inc @@ -93,6 +93,9 @@ PREFERRED_VERSION_bash = "3.2.48" PREFERRED_VERSION_gettext = "0.16.1" WILINK_VERSION = "WILINK-6" +# 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
