diff options
Diffstat (limited to 'documentation/ref-manual/ref-structure.xml')
-rw-r--r-- | documentation/ref-manual/ref-structure.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/ref-manual/ref-structure.xml b/documentation/ref-manual/ref-structure.xml index eb1be38701..14419d3a84 100644 --- a/documentation/ref-manual/ref-structure.xml +++ b/documentation/ref-manual/ref-structure.xml | |||
@@ -315,7 +315,7 @@ | |||
315 | commands. | 315 | commands. |
316 | Following is the script syntax: | 316 | Following is the script syntax: |
317 | <literallayout class='monospaced'> | 317 | <literallayout class='monospaced'> |
318 | $ source oe-init-build-env-memres <port_number> <build_dir> | 318 | $ source oe-init-build-env-memres <replaceable>port_number</replaceable> <replaceable>build_dir</replaceable> |
319 | </literallayout> | 319 | </literallayout> |
320 | The script uses other scripts within the | 320 | The script uses other scripts within the |
321 | <filename>scripts</filename> directory to do the bulk of the work. | 321 | <filename>scripts</filename> directory to do the bulk of the work. |
@@ -499,7 +499,7 @@ | |||
499 | the variable in the top-level build environment setup script as | 499 | the variable in the top-level build environment setup script as |
500 | follows: | 500 | follows: |
501 | <literallayout class='monospaced'> | 501 | <literallayout class='monospaced'> |
502 | TEMPLATECONF=<your_layer>/conf | 502 | TEMPLATECONF=<replaceable>your_layer</replaceable>/conf |
503 | </literallayout> | 503 | </literallayout> |
504 | Once the build process gets the sample file, it uses | 504 | Once the build process gets the sample file, it uses |
505 | <filename>sed</filename> to substitute final | 505 | <filename>sed</filename> to substitute final |
@@ -554,7 +554,7 @@ | |||
554 | you can base your build from any layer by setting the variable in | 554 | you can base your build from any layer by setting the variable in |
555 | the top-level build environment setup script as follows: | 555 | the top-level build environment setup script as follows: |
556 | <literallayout class='monospaced'> | 556 | <literallayout class='monospaced'> |
557 | TEMPLATECONF=<your_layer>/conf | 557 | TEMPLATECONF=<replaceable>your_layer</replaceable>/conf |
558 | </literallayout> | 558 | </literallayout> |
559 | Once the build process gets the sample file, it uses | 559 | Once the build process gets the sample file, it uses |
560 | <filename>sed</filename> to substitute final | 560 | <filename>sed</filename> to substitute final |