From 2a9ee7a105d30be56841c1b5965cba73bb0395e8 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 5 Aug 2013 15:39:12 +0300 Subject: ref-manual: Review comments for closer look at YP dev section Fixes [YOCTO #2808] Applied minor wording changes as directed by Paul Eggleton's review of the sections and related variable descriptions. (From yocto-docs rev: cf30c3dd78d5e55356bb73f43f10e0093a9aa084) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/technical-details.xml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'documentation/ref-manual/technical-details.xml') diff --git a/documentation/ref-manual/technical-details.xml b/documentation/ref-manual/technical-details.xml index 97fd629a74..d8704da314 100644 --- a/documentation/ref-manual/technical-details.xml +++ b/documentation/ref-manual/technical-details.xml @@ -847,8 +847,7 @@ The deploy/images directory can contain multiple root filesystems. <kernel-modules>: - Tarballs that contain all the modules used by the - kernel. + Tarballs that contain all the modules built for the kernel. Kernel module tarballs exist for legacy purposes and can be suppressed by setting the MODULE_TARBALL_DEPLOY @@ -863,7 +862,7 @@ contain multiple bootloaders. <symlinks>: - The images/deploy folder contains + The deploy/images folder contains a symbolic link that points to the most recently built file for each machine. These links might be useful for external scripts that @@ -888,13 +887,13 @@ The specific form of this output is a self-extracting SDK installer (*.sh) that, when run, - installs the SDK image, which consists of a cross-development + installs the SDK, which consists of a cross-development toolchain, a set of libraries and headers, and an SDK environment setup script. Running this installer essentially sets up your cross-development environment. - You can think of the cross-toolchains as the "host" part - because they run on the SDK machine. + You can think of the cross-toolchain as the "host" + part because it runs on the SDK machine. You can think of the libraries and headers as the "target" part because they are built for the target hardware. The setup script is added so that you can initialize the -- cgit v1.2.3-54-g00ecf