mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 09:32:14 +02:00
packagegroup-base: remove hostap-utils from wifi support
hostap-utils is the userspace part of the Intersil Prism2/2.5/3 wifi driver, which is a decade old and obsolete. Stop pulling it into all images via the base packagegroup, BSPs which still need this driver can do that themselves. (From OE-Core rev: 5988d9e55bac5d5d703f86b05301812be328602b) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
4ed19ac8c1
commit
e4dc72b71e
@@ -292,8 +292,6 @@ RRECOMMENDS_packagegroup-base-ipsec = "\
|
||||
SUMMARY_packagegroup-base-wifi = "WiFi support"
|
||||
RDEPENDS_packagegroup-base-wifi = "\
|
||||
${VIRTUAL-RUNTIME_wireless-tools} \
|
||||
${@bb.utils.contains('COMBINED_FEATURES', 'pcmcia', 'hostap-utils', '',d)} \
|
||||
${@bb.utils.contains('COMBINED_FEATURES', 'pci', 'hostap-utils', '',d)} \
|
||||
wpa-supplicant"
|
||||
|
||||
RRECOMMENDS_packagegroup-base-wifi = "\
|
||||
|
||||
Reference in New Issue
Block a user