diff mbox series

[meta-arago,master/scarthgap,1/2] arago-prefs: Remove PREFERRED_PROVIDER for wpa-supplicant

Message ID 20250312143630.16096-1-reatmon@ti.com
State New
Headers show
Series [meta-arago,master/scarthgap,1/2] arago-prefs: Remove PREFERRED_PROVIDER for wpa-supplicant | expand

Commit Message

Ryan Eatmon March 12, 2025, 2:36 p.m. UTC
A while back, the PREFERRED_PROVIDER settings for wpa-supplicant were
disabled due to a deprecation issue with OpenSSL 1.0 [1].  A short while
after that patch, a fix was provided for wpa-supplicant-wl18xx that
moved it to OpenSSL 1.1, but the PREFERRED_PROVIDER was never turned back on.

We have been happily using the mainline wpa-supplicant since that time,
so there seems to be no need to even maintain these overrides.  Remove
them.

[1] https://git.ti.com/cgit/arago-project/meta-arago/commit/meta-arago-distro/conf/distro/include/arago-prefs.inc?h=master-wip&id=413c96547f535529ce0705db0831b539b866efed

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
 meta-arago-distro/conf/distro/include/arago-prefs.inc | 5 -----
 1 file changed, 5 deletions(-)
diff mbox series

Patch

diff --git a/meta-arago-distro/conf/distro/include/arago-prefs.inc b/meta-arago-distro/conf/distro/include/arago-prefs.inc
index dbbcc42f..69bae7d7 100644
--- a/meta-arago-distro/conf/distro/include/arago-prefs.inc
+++ b/meta-arago-distro/conf/distro/include/arago-prefs.inc
@@ -10,11 +10,6 @@  PREFERRED_PROVIDER_virtual/kernel:append = "${ARAGO_KERNEL_SUFFIX}"
 PREFERRED_VERSION_crda = "3.18"
 PREFERRED_VERSION_obex = "0.34"
 
-PREFERRED_PROVIDER_wpa-supplicant = "wpa-supplicant"
-#PREFERRED_PROVIDER_wpa-supplicant:ti33x = "wpa-supplicant-wl18xx"
-#PREFERRED_PROVIDER_wpa-supplicant:ti43x = "wpa-supplicant-wl18xx"
-#PREFERRED_PROVIDER_wpa-supplicant:omap-a15 = "wpa-supplicant-wl18xx"
-
 # Select meta-clang providers
 PREFERRED_PROVIDER_llvm = "clang"
 PREFERRED_PROVIDER_llvm-native = "clang-native"