From 049904fe14fe178e85213d60cac65912827d8239 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 16 Apr 2013 09:09:42 -0700 Subject: [PATCH] dev-manual: Edits to "Understand What Gives Your Image Size" section. (From yocto-docs rev: bf81d8b4eef09df36bd5fc9a5ad27ba409478d35) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-common-tasks.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index e44cdff83f..bfee2205cc 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -2551,7 +2551,9 @@ poky-tiny. To use poky-tiny in your build, - set the DISTRO variable in your + set the + DISTRO + variable in your local.conf file to "poky-tiny" as described in the "Creating Your Own Distribution" @@ -2563,7 +2565,7 @@ Understanding some memory concepts will help you reduce the system size. Memory consists of static, dynamic, and temporary memory. - Static memory is the TEXT (the code), DATA (initialized data + Static memory is the TEXT (code), DATA (initialized data in the code), and BSS (uninitialized data) sections. Dynamic memory contains memory that is allocated at runtime, stacks, hash tables, and so forth. @@ -2597,7 +2599,7 @@ of any missing configuration options. The tool is ideal for allowing you to iterate on configurations, create minimal configurations, and - create a configuration files for different machines + create configuration files for different machines without having to duplicate your process. The merge_config.sh script is part of the Linux Yocto kernel Git repository in the