]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
packagegroup-base.bb: add a configure option to set the wireless-daemon
authorMarkus Volk <f_l_k@t-online.de>
Tue, 30 Aug 2022 13:52:05 +0000 (15:52 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 1 Sep 2022 09:12:49 +0000 (10:12 +0100)
commitc54f3847349173ed3a8e77a5c2732e1bbcddd540
tree9f8ecc37ae5777fd89bf07635933b237c04a28e8
parentc991f9d603127d2b72a464974f0c5dfcc25727bf
packagegroup-base.bb: add a configure option to set the wireless-daemon

Possible options would be wpa-supplicant or iwd.

iwd is a wireless daemon written by intel and supported by all major network managers.
It can be run in standalone mode and configured with 'iwctl' from the terminal, and
with 'iwgtk' or 'iwdgui' from the gui. It can also work as a wpa_supplicant drop-in
replacement for network-manager, connman or systemd-networkd.

iwd makes heavy use of the kernel api, so it is not portable but does not need
additional external libraries like openssl.

The PACKAGECONFIG name for wpa-supplicant in the connman recipe is changed accordingly,
so that it also works there when WIRELESS_DAEMON is set globally.

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
meta/recipes-connectivity/connman/connman.inc
meta/recipes-core/packagegroups/packagegroup-base.bb