summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/packagegroups
diff options
context:
space:
mode:
authorChristopher Larson <chris_larson@mentor.com>2015-08-28 13:23:03 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-09-01 11:43:58 +0100
commit79de172a937ee37ae1824ced5d09609b809e4989 (patch)
treeca9f69d792a002076c5ea803888111985cdb4a8a /meta/recipes-core/packagegroups
parent464f4e2079e478b6f27351b1254aca49c6882990 (diff)
downloadpoky-79de172a937ee37ae1824ced5d09609b809e4989.tar.gz
packagegroup-base: pull in iw as well as wireless-tools
As was discussed in the commit which adds iw: iw uses cfg80211/nl80211, which is the way of the future. wireless-tools uses WEXT, which uses ioctl, which is in deep maintenance mode. See http://wireless.kernel.org/en/developers/Documentation/Wireless-Extensions. Also https://wireless.wiki.kernel.org/en/users/Documentation/iw indicates "The old tool iwconfing, which uses Wireless Extensions interface, is deprecated and it's strongly recommended to switch to iw and nl80211." wireless-tools is kept as well for now for compatibility reasons, until we have verified that all the network configuration mechanisms are using iw. This adds VIRTUAL-RUNTIME_wireless-tools as a distro convenience. (From OE-Core rev: 0c21e207537deb1c0290be631b4b7d84fba32842) Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/packagegroups')
-rw-r--r--meta/recipes-core/packagegroups/packagegroup-base.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/packagegroups/packagegroup-base.bb b/meta/recipes-core/packagegroups/packagegroup-base.bb
index 262d65f5dc..9e40b28528 100644
--- a/meta/recipes-core/packagegroups/packagegroup-base.bb
+++ b/meta/recipes-core/packagegroups/packagegroup-base.bb
@@ -292,7 +292,7 @@ RRECOMMENDS_packagegroup-base-ipsec = "\
292# 292#
293SUMMARY_packagegroup-base-wifi = "WiFi support" 293SUMMARY_packagegroup-base-wifi = "WiFi support"
294RDEPENDS_packagegroup-base-wifi = "\ 294RDEPENDS_packagegroup-base-wifi = "\
295 wireless-tools \ 295 ${VIRTUAL-RUNTIME_wireless-tools} \
296 ${@bb.utils.contains('COMBINED_FEATURES', 'pcmcia', 'hostap-utils', '',d)} \ 296 ${@bb.utils.contains('COMBINED_FEATURES', 'pcmcia', 'hostap-utils', '',d)} \
297 ${@bb.utils.contains('COMBINED_FEATURES', 'pci', 'hostap-utils', '',d)} \ 297 ${@bb.utils.contains('COMBINED_FEATURES', 'pci', 'hostap-utils', '',d)} \
298 wpa-supplicant" 298 wpa-supplicant"