diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-04-16 09:09:42 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-17 22:34:16 +0100 |
commit | 049904fe14fe178e85213d60cac65912827d8239 (patch) | |
tree | 009a9aa78477cd425673854dca185ef6c63b9e60 /documentation/dev-manual/dev-manual-common-tasks.xml | |
parent | ce8dbc82e4f82d6d0487e855897b77a2c4f58ae6 (diff) | |
download | 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/dev-manual-common-tasks.xml')
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 8 |
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 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 @@ | |||
2551 | <filename>poky-tiny</filename>. | 2551 | <filename>poky-tiny</filename>. |
2552 | <note> | 2552 | <note> |
2553 | To use <filename>poky-tiny</filename> in your build, | 2553 | To use <filename>poky-tiny</filename> in your build, |
2554 | set the <filename>DISTRO</filename> variable in your | 2554 | set the |
2555 | <ulink url='&YOCTO_DOCS_REF_URL;#var-DISTRO'><filename>DISTRO</filename></ulink> | ||
2556 | variable in your | ||
2555 | <filename>local.conf</filename> file to "poky-tiny" | 2557 | <filename>local.conf</filename> file to "poky-tiny" |
2556 | as described in the | 2558 | as described in the |
2557 | "<link linkend='creating-your-own-distribution'>Creating Your Own Distribution</link>" | 2559 | "<link linkend='creating-your-own-distribution'>Creating Your Own Distribution</link>" |
@@ -2563,7 +2565,7 @@ | |||
2563 | Understanding some memory concepts will help you reduce the | 2565 | Understanding some memory concepts will help you reduce the |
2564 | system size. | 2566 | system size. |
2565 | Memory consists of static, dynamic, and temporary memory. | 2567 | Memory consists of static, dynamic, and temporary memory. |
2566 | Static memory is the TEXT (the code), DATA (initialized data | 2568 | Static memory is the TEXT (code), DATA (initialized data |
2567 | in the code), and BSS (uninitialized data) sections. | 2569 | in the code), and BSS (uninitialized data) sections. |
2568 | Dynamic memory contains memory that is allocated at runtime, | 2570 | Dynamic memory contains memory that is allocated at runtime, |
2569 | stacks, hash tables, and so forth. | 2571 | stacks, hash tables, and so forth. |
@@ -2597,7 +2599,7 @@ | |||
2597 | of any missing configuration options. | 2599 | of any missing configuration options. |
2598 | The tool is ideal for allowing you to iterate on | 2600 | The tool is ideal for allowing you to iterate on |
2599 | configurations, create minimal configurations, and | 2601 | configurations, create minimal configurations, and |
2600 | create a configuration files for different machines | 2602 | create configuration files for different machines |
2601 | without having to duplicate your process.</para> | 2603 | without having to duplicate your process.</para> |
2602 | <para>The <filename>merge_config.sh</filename> script is | 2604 | <para>The <filename>merge_config.sh</filename> script is |
2603 | part of the Linux Yocto kernel Git repository in the | 2605 | part of the Linux Yocto kernel Git repository in the |