Message ID | 20231024182824.50108-1-eero.aaltonen@vaisala.com |
---|---|
State | Accepted |
Commit | 2adb9c0a37f7bdbb293e78d71c872ca3bd9c06c4 |
Headers | show |
Series | ref-manual: add systemd-resolved to distro features | expand |
Hi Eero, On 24.10.23 at 20:28, Eero Aaltonen via lists.yoctoproject.org wrote: > From: Eero Aaltonen <eero.aaltonen@vaisala.com> > > systemd-resolved is a distro feature added in poky commit > 6f30e3586eb1b8e853cf23dd039f258d0dc0bc6b > > Signed-off-by: Eero Aaltonen <eero.aaltonen@vaisala.com> > --- > documentation/ref-manual/features.rst | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/documentation/ref-manual/features.rst b/documentation/ref-manual/features.rst > index d6307f1a2..eb210bb7b 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: > reduced shell overhead, and other features. This ``init`` manager is > used by many distributions. > > +- *systemd-resolved:* Include support and use ``systemd-resolved`` as the > + main DNS name resolver in ``glibc`` Name Service Switch. This is a DNS > + resolver daemon from ``systemd``. > + > - *usbgadget:* Include USB Gadget Device support (for USB > networking/serial/storage). > Many thanks for the documentation patch and the new code too! Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Merged into master-next. Thanks again! Michael.
diff --git a/documentation/ref-manual/features.rst b/documentation/ref-manual/features.rst index d6307f1a2..eb210bb7b 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: reduced shell overhead, and other features. This ``init`` manager is used by many distributions. +- *systemd-resolved:* Include support and use ``systemd-resolved`` as the + main DNS name resolver in ``glibc`` Name Service Switch. This is a DNS + resolver daemon from ``systemd``. + - *usbgadget:* Include USB Gadget Device support (for USB networking/serial/storage).