diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2019-04-19 09:51:59 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-06-18 11:30:37 +0100 |
commit | 5bc2625be5a2ca7d7f34ca8bd093da6587dacbfa (patch) | |
tree | c63cefadf061cc4dcc1bf51d670ef1f230b95613 /documentation/dev-manual | |
parent | 69e9a0c34560cc825d72b917eaf493c8bb30f003 (diff) | |
download | poky-5bc2625be5a2ca7d7f34ca8bd093da6587dacbfa.tar.gz |
dev-manual: Added reasoning blurb to "Viewing Variables" section.
I put a new introductory paragraph in the "Viewing Variables"
section that alludes to why you might want to see variables.
Also, I linked to the section "Modifying Variable Values" in
the BB manual.
(From yocto-docs rev: 6e18524ba62d2ff1231184467b0dd24dab33cfe6)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.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.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 5ac167d051..0fcb7b7064 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -12526,6 +12526,16 @@ | |||
12526 | <title>Viewing Variable Values</title> | 12526 | <title>Viewing Variable Values</title> |
12527 | 12527 | ||
12528 | <para> | 12528 | <para> |
12529 | Sometimes you need to know the value of a variable as a | ||
12530 | result of BitBake's parsing step. | ||
12531 | This could be because some unexpected behavior occurred | ||
12532 | in your project. | ||
12533 | Perhaps an attempt to | ||
12534 | <ulink url='&YOCTO_DOCS_BB_URL;#modifying-existing-variables'>modify a variable</ulink> | ||
12535 | did not work out as expected. | ||
12536 | </para> | ||
12537 | |||
12538 | <para> | ||
12529 | BitBake's <filename>-e</filename> option is used to display | 12539 | BitBake's <filename>-e</filename> option is used to display |
12530 | variable values after parsing. | 12540 | variable values after parsing. |
12531 | The following command displays the variable values after the | 12541 | The following command displays the variable values after the |