diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2016-07-16 12:04:57 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-07-21 07:47:54 +0100 |
commit | 80b1efb62cd525a2b0e6c62686c25137c7a7e437 (patch) | |
tree | ad3aa27a27e74f4dfa9a189af4b27e6b8c98d03f /bitbake/doc | |
parent | 9a9577ed498c9e9333f9640871378d67481011d2 (diff) | |
download | poky-80b1efb62cd525a2b0e6c62686c25137c7a7e437.tar.gz |
bitbake: bitbake-user-manual: Fixed typo in the BBDEBUG variable description.
In the BBDEBUG variable description, the "-d" parameter needed to
be "-D". Fixed it.
Fixes [YOCTO #9950]
(Bitbake rev: 475e7611f6c5b884d86152cb0b334e9d96849608)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/doc')
-rw-r--r-- | bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml index 4d8ee69b6d..a152218e32 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml | |||
@@ -1017,7 +1017,7 @@ | |||
1017 | <glossdef> | 1017 | <glossdef> |
1018 | <para> | 1018 | <para> |
1019 | Sets the BitBake debug output level to a specific value | 1019 | Sets the BitBake debug output level to a specific value |
1020 | as incremented by the <filename>-d</filename> command line | 1020 | as incremented by the <filename>-D</filename> command line |
1021 | option. | 1021 | option. |
1022 | <note> | 1022 | <note> |
1023 | You must set this variable in the external environment | 1023 | You must set this variable in the external environment |