Tool/software: Linux
Hello,
I'm trying to build a custom image based on the arago distribution corresponding to SDK 05.02.00.10.
My project will use an USB wifi dongle and I need to include the wpa-supplicant package.
However, if I put IMAGE_INSTALL_append = " wpa-supplicant" in my image recipe the build process pulls in wpa-supplicant-wl18xx from the meta-arago layer, which seems to be a custom version for the TI WL18XX modules.
How can override this behavior and use the recipe from oe-core/meta layer? I tried setting PREFERRED_VERSION_wpa-supplicant="2.6" but did not make any difference. The only thing that seems to work is removing the wpa-supplicant-wl18xx.bb recipe from meta-arago, but I'm thinking there has to be a better way.
Please advise,
--Tavi