diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2016-08-22 13:23:01 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-25 23:09:29 +0100 |
commit | ac0fa7a2965e9cd44cdaf0fcdb83cecd361bfdec (patch) | |
tree | d348077ca84c79b7e93d82884b35a84e90c142cd /documentation/ref-manual/usingpoky.xml | |
parent | 1769e1a2dec036dbe950b86dbdc95ab5798ece38 (diff) | |
download | poky-ac0fa7a2965e9cd44cdaf0fcdb83cecd361bfdec.tar.gz |
ref-manual: Added bitbake.conf to list of example conf files
Fixes [YOCTO #10144]
In the "Viewing Variable Names" section, there is a list of
example configuration files. I added bitbake.conf to the list.
(From yocto-docs rev: 5a19d5c314881e223aaa567c8eb8f6ed4fbc01df)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/usingpoky.xml')
-rw-r--r-- | documentation/ref-manual/usingpoky.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/ref-manual/usingpoky.xml b/documentation/ref-manual/usingpoky.xml index 574de7b4b7..069a8a62f3 100644 --- a/documentation/ref-manual/usingpoky.xml +++ b/documentation/ref-manual/usingpoky.xml | |||
@@ -202,7 +202,8 @@ | |||
202 | variable values after parsing. | 202 | variable values after parsing. |
203 | The following command displays the variable values after the | 203 | The following command displays the variable values after the |
204 | configuration files (i.e. <filename>local.conf</filename>, | 204 | configuration files (i.e. <filename>local.conf</filename>, |
205 | <filename>bblayers.conf</filename>, and so forth) have been | 205 | <filename>bblayers.conf</filename>, |
206 | <filename>bitbake.conf</filename> and so forth) have been | ||
206 | parsed: | 207 | parsed: |
207 | <literallayout class='monospaced'> | 208 | <literallayout class='monospaced'> |
208 | $ bitbake -e | 209 | $ bitbake -e |