summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/qemu.rst
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2021-05-12 11:30:55 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-05-22 12:16:41 +0100
commit5386f28c44700acf92169f80de4d5628ecb40e18 (patch)
treec7920c2982b40af749b6202acb86a664e990864d /documentation/dev-manual/qemu.rst
parent020562cfbc3129c3cad7ebc8a5a8447681e5efed (diff)
downloadpoky-5386f28c44700acf92169f80de4d5628ecb40e18.tar.gz
dev-manual: simplify style
(From yocto-docs rev: a8b3c1a5cbfa7fb0bca0d7dd8f38ac59acf032fa) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/qemu.rst')
-rw-r--r--documentation/dev-manual/qemu.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/qemu.rst b/documentation/dev-manual/qemu.rst
index f7366938dd..88a63c1808 100644
--- a/documentation/dev-manual/qemu.rst
+++ b/documentation/dev-manual/qemu.rst
@@ -275,7 +275,7 @@ present, the toolchain is also automatically used.
275 275
276.. note:: 276.. note::
277 277
278 Several mechanisms exist that let you connect to the system running 278 There are several mechanisms to connect to the system running
279 on the QEMU emulator: 279 on the QEMU emulator:
280 280
281 - QEMU provides a framebuffer interface that makes standard consoles 281 - QEMU provides a framebuffer interface that makes standard consoles
@@ -286,7 +286,7 @@ present, the toolchain is also automatically used.
286 that port to run a console. The connection uses standard IP 286 that port to run a console. The connection uses standard IP
287 networking. 287 networking.
288 288
289 - SSH servers exist in some QEMU images. The ``core-image-sato`` 289 - SSH servers are available in some QEMU images. The ``core-image-sato``
290 QEMU image has a Dropbear secure shell (SSH) server that runs with 290 QEMU image has a Dropbear secure shell (SSH) server that runs with
291 the root password disabled. The ``core-image-full-cmdline`` and 291 the root password disabled. The ``core-image-full-cmdline`` and
292 ``core-image-lsb`` QEMU images have OpenSSH instead of Dropbear. 292 ``core-image-lsb`` QEMU images have OpenSSH instead of Dropbear.