Originally posted by mrw
View Post
The file adds an IMAGE_INSTALL config option.
If I rename poky/meta-squeezeos/packages/wpasupplicant to wpa-supplicant and all occurances in the recipe then I only get the latest version.
Code:
bitbake --show-versions | grep ^wpa wpa-supplicant 0:2.9-r0
Code:
# ./wpa_supplicant -v wpa_supplicant v0.5.7-MSI-1 Copyright (c) 2003-2006, Jouni Malinen <[email protected]> and contributors
I am going to leave the renamed wpa-supplicant in meta-squeezeos for now and change the baby.conf to IMAGE_INSTALL += "wpa-supplicant".
Comment