From 29148bc39a9038239c50ac8b7690be99e535441e Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 9 Apr 2013 11:03:31 -0700 Subject: dev-manual: Edits to the "Using Pre-Built Binaries and QEMU" section. (From yocto-docs rev: d6626c7e90f01489e19c553752b08eb9ab575548) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-start.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'documentation/dev-manual/dev-manual-start.xml') diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml index 42a6e82c88..fb95d07377 100644 --- a/documentation/dev-manual/dev-manual-start.xml +++ b/documentation/dev-manual/dev-manual-start.xml @@ -366,7 +366,7 @@ You can accomplish this by defining the cross-compiler variable (e.g. export CC="distcc"). Alternatively, if you are using a suitable SDK image or the appropriate - stand-alone toolchain is present in /opt/poky, + stand-alone toolchain is present, the toolchain is also automatically used. @@ -382,12 +382,12 @@ The connection uses standard IP networking. SSH servers exist in some QEMU images. The core-image-sato QEMU image has a Dropbear secure - shell (ssh) server that runs with the root password disabled. + shell (SSH) server that runs with the root password disabled. The core-image-basic and core-image-lsb QEMU images have OpenSSH instead of Dropbear. Including these SSH servers allow you to use standard ssh and scp commands. - The core-image-minimal QEMU image, however, contains no ssh + The core-image-minimal QEMU image, however, contains no SSH server. You can use a provided, user-space NFS server to boot the QEMU session using a local copy of the root filesystem on the host. -- cgit v1.2.3-54-g00ecf