diff options
author | Eero Aaltonen <eero.aaltonen@vaisala.com> | 2023-10-24 21:28:24 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-10-31 13:12:06 +0000 |
commit | 35394fc7e9c6f1d320409d4e0b4b821abfbd8992 (patch) | |
tree | 4698c2331351d55c50bf0abe30aa345d74e7e717 /documentation | |
parent | 2e0b3adf1892e02d1a472a8ceff2dc5cb73fb1a9 (diff) | |
download | poky-35394fc7e9c6f1d320409d4e0b4b821abfbd8992.tar.gz |
ref-manual: add systemd-resolved to distro features
systemd-resolved is a distro feature added in poky commit
6f30e3586eb1b8e853cf23dd039f258d0dc0bc6b
(From yocto-docs rev: 2adb9c0a37f7bdbb293e78d71c872ca3bd9c06c4)
Signed-off-by: Eero Aaltonen <eero.aaltonen@vaisala.com>
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/features.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/documentation/ref-manual/features.rst b/documentation/ref-manual/features.rst index d6307f1a2f..eb210bb7b2 100644 --- a/documentation/ref-manual/features.rst +++ b/documentation/ref-manual/features.rst | |||
@@ -225,6 +225,10 @@ metadata, as extra layers can define their own: | |||
225 | reduced shell overhead, and other features. This ``init`` manager is | 225 | reduced shell overhead, and other features. This ``init`` manager is |
226 | used by many distributions. | 226 | used by many distributions. |
227 | 227 | ||
228 | - *systemd-resolved:* Include support and use ``systemd-resolved`` as the | ||
229 | main DNS name resolver in ``glibc`` Name Service Switch. This is a DNS | ||
230 | resolver daemon from ``systemd``. | ||
231 | |||
228 | - *usbgadget:* Include USB Gadget Device support (for USB | 232 | - *usbgadget:* Include USB Gadget Device support (for USB |
229 | networking/serial/storage). | 233 | networking/serial/storage). |
230 | 234 | ||