diff options
Diffstat (limited to 'documentation/dev-manual')
-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 |