diff options
Diffstat (limited to 'documentation/dev-manual/qemu.rst')
-rw-r--r-- | documentation/dev-manual/qemu.rst | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/documentation/dev-manual/qemu.rst b/documentation/dev-manual/qemu.rst index 19f3e40d63..253aff9977 100644 --- a/documentation/dev-manual/qemu.rst +++ b/documentation/dev-manual/qemu.rst | |||
@@ -75,7 +75,7 @@ available. Follow these general steps to run QEMU: | |||
75 | your :term:`Build Directory`. | 75 | your :term:`Build Directory`. |
76 | 76 | ||
77 | - If you have not built an image, you can go to the | 77 | - If you have not built an image, you can go to the |
78 | :yocto_dl:`machines/qemu </releases/yocto/yocto-&DISTRO;/machines/qemu/>` area and download a | 78 | :yocto_dl:`machines/qemu </releases/yocto/&DISTRO_REL_LATEST_TAG;/machines/qemu/>` area and download a |
79 | pre-built image that matches your architecture and can be run on | 79 | pre-built image that matches your architecture and can be run on |
80 | QEMU. | 80 | QEMU. |
81 | 81 | ||
@@ -280,12 +280,11 @@ present, the toolchain is also automatically used. | |||
280 | networking. | 280 | networking. |
281 | 281 | ||
282 | - SSH servers are available in some QEMU images. The ``core-image-sato`` | 282 | - SSH servers are available in some QEMU images. The ``core-image-sato`` |
283 | QEMU image has a Dropbear secure shell (SSH) server that runs with | 283 | QEMU image has a Dropbear secure shell (SSH) server that runs with the |
284 | the root password disabled. The ``core-image-full-cmdline`` and | 284 | root password disabled. The ``core-image-full-cmdline`` QEMU image has |
285 | ``core-image-lsb`` QEMU images have OpenSSH instead of Dropbear. | 285 | OpenSSH instead of Dropbear. Including these SSH servers allow you to use |
286 | Including these SSH servers allow you to use standard ``ssh`` and | 286 | standard ``ssh`` and ``scp`` commands. The ``core-image-minimal`` QEMU |
287 | ``scp`` commands. The ``core-image-minimal`` QEMU image, however, | 287 | image, however, contains no SSH server. |
288 | contains no SSH server. | ||
289 | 288 | ||
290 | - You can use a provided, user-space NFS server to boot the QEMU | 289 | - You can use a provided, user-space NFS server to boot the QEMU |
291 | session using a local copy of the root filesystem on the host. In | 290 | session using a local copy of the root filesystem on the host. In |