summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-04-16 09:09:42 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-17 22:34:16 +0100
commit049904fe14fe178e85213d60cac65912827d8239 (patch)
tree009a9aa78477cd425673854dca185ef6c63b9e60 /documentation/dev-manual
parentce8dbc82e4f82d6d0487e855897b77a2c4f58ae6 (diff)
downloadast2050-yocto-poky-049904fe14fe178e85213d60cac65912827d8239.zip
ast2050-yocto-poky-049904fe14fe178e85213d60cac65912827d8239.tar.gz
dev-manual: Edits to "Understand What Gives Your Image Size" section.
(From yocto-docs rev: bf81d8b4eef09df36bd5fc9a5ad27ba409478d35) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml8
1 files 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 e44cdff..bfee220 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -2551,7 +2551,9 @@
<filename>poky-tiny</filename>.
<note>
To use <filename>poky-tiny</filename> in your build,
- set the <filename>DISTRO</filename> variable in your
+ set the
+ <ulink url='&YOCTO_DOCS_REF_URL;#var-DISTRO'><filename>DISTRO</filename></ulink>
+ variable in your
<filename>local.conf</filename> file to "poky-tiny"
as described in the
"<link linkend='creating-your-own-distribution'>Creating Your Own Distribution</link>"
@@ -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.</para>
<para>The <filename>merge_config.sh</filename> script is
part of the Linux Yocto kernel Git repository in the
OpenPOWER on IntegriCloud