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