summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@microsoft.com>2022-10-10 13:29:50 +1300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-10-19 17:32:57 +0100
commit7a417c450ef34fef75edf38cca1480d48a32583d (patch)
tree8a37b8baec9a85d7232350adc3679b870f590b52 /documentation
parent0aa40dc125ae46a8d571d5e1be027ff5136cc09e (diff)
downloadpoky-7a417c450ef34fef75edf38cca1480d48a32583d.tar.gz
ref-manual: add WIRELESS_DAEMON
Not new in 4.1, but the syntax and usage in packagegroup-base is. (From yocto-docs rev: 01f8393989528ed655fd20338c8764ac12bba010) Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/variables.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 9fe6cbb7b2..0f8924188f 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -8985,6 +8985,11 @@ system and gives an overview of their function and contents.
8985 Specifies the timeout in seconds used by the ``watchdog`` recipe and 8985 Specifies the timeout in seconds used by the ``watchdog`` recipe and
8986 also by ``systemd`` during reboot. The default is 60 seconds. 8986 also by ``systemd`` during reboot. The default is 60 seconds.
8987 8987
8988 :term:`WIRELESS_DAEMON`
8989 For ``connman`` and ``packagegroup-base``, specifies the wireless
8990 daemon to use. The default is "wpa-supplicant" (note that the value
8991 uses a dash and not an underscore).
8992
8988 :term:`WKS_FILE` 8993 :term:`WKS_FILE`
8989 Specifies the location of the Wic kickstart file that is used by the 8994 Specifies the location of the Wic kickstart file that is used by the
8990 OpenEmbedded build system to create a partitioned image 8995 OpenEmbedded build system to create a partitioned image