diff options
author | Kristi Rifenbark <kristi.rifenbark@gmail.com> | 2017-06-16 14:20:00 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-01-16 20:38:58 +0000 |
commit | 1613e00f52214ed060ff81bde27173c8722fc154 (patch) | |
tree | 21fca90cd498aac2a1bb34fda534125edeb6913a /bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.xml | |
parent | 3253f6d903d684a9f48789b67f85e4417a36a77b (diff) | |
download | poky-1613e00f52214ed060ff81bde27173c8722fc154.tar.gz |
bitbake: bitbake-user-manual: Replaced bad link
Fixes [YOCTO #11675]
There was a "hambedded" link that was broken. The link was
intended to show the bitbake.conf file. I replaced it
with the link to show the actual bitbake.conf file.
(Bitbake rev: ec0331cc039ab514d719ed34cec7a0a351c8d52b)
Signed-off-by: Kristi Rifenbark <kristi.rifenbark@gmail.com>
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.xml')
-rw-r--r-- | bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.xml | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.xml b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.xml index 9253eaf9de..28891cb91e 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.xml +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.xml | |||
@@ -260,7 +260,7 @@ | |||
260 | files. | 260 | files. |
261 | For this example, you need to create the file in your project directory | 261 | For this example, you need to create the file in your project directory |
262 | and define some key BitBake variables. | 262 | and define some key BitBake variables. |
263 | For more information on the <filename>bitbake.conf</filename>, | 263 | For more information on the <filename>bitbake.conf</filename> file, |
264 | see | 264 | see |
265 | <ulink url='http://git.openembedded.org/bitbake/tree/conf/bitbake.conf'></ulink>. | 265 | <ulink url='http://git.openembedded.org/bitbake/tree/conf/bitbake.conf'></ulink>. |
266 | </para> | 266 | </para> |
@@ -300,19 +300,19 @@ | |||
300 | file exists, you can run the <filename>bitbake</filename> | 300 | file exists, you can run the <filename>bitbake</filename> |
301 | command again: | 301 | command again: |
302 | <literallayout class='monospaced'> | 302 | <literallayout class='monospaced'> |
303 | $ bitbake | 303 | $ bitbake |
304 | ERROR: Traceback (most recent call last): | 304 | ERROR: Traceback (most recent call last): |
305 | File "/home/scott-lenovo/bitbake/lib/bb/cookerdata.py", line 163, in wrapped | 305 | File "/home/scott-lenovo/bitbake/lib/bb/cookerdata.py", line 163, in wrapped |
306 | return func(fn, *args) | 306 | return func(fn, *args) |
307 | File "/home/scott-lenovo/bitbake/lib/bb/cookerdata.py", line 177, in _inherit | 307 | File "/home/scott-lenovo/bitbake/lib/bb/cookerdata.py", line 177, in _inherit |
308 | bb.parse.BBHandler.inherit(bbclass, "configuration INHERITs", 0, data) | 308 | bb.parse.BBHandler.inherit(bbclass, "configuration INHERITs", 0, data) |
309 | File "/home/scott-lenovo/bitbake/lib/bb/parse/parse_py/BBHandler.py", line 92, in inherit | 309 | File "/home/scott-lenovo/bitbake/lib/bb/parse/parse_py/BBHandler.py", line 92, in inherit |
310 | include(fn, file, lineno, d, "inherit") | 310 | include(fn, file, lineno, d, "inherit") |
311 | File "/home/scott-lenovo/bitbake/lib/bb/parse/parse_py/ConfHandler.py", line 100, in include | 311 | File "/home/scott-lenovo/bitbake/lib/bb/parse/parse_py/ConfHandler.py", line 100, in include |
312 | raise ParseError("Could not %(error_out)s file %(fn)s" % vars(), oldfn, lineno) | 312 | raise ParseError("Could not %(error_out)s file %(fn)s" % vars(), oldfn, lineno) |
313 | ParseError: ParseError in configuration INHERITs: Could not inherit file classes/base.bbclass | 313 | ParseError: ParseError in configuration INHERITs: Could not inherit file classes/base.bbclass |
314 | 314 | ||
315 | ERROR: Unable to parse base: ParseError in configuration INHERITs: Could not inherit file classes/base.bbclass | 315 | ERROR: Unable to parse base: ParseError in configuration INHERITs: Could not inherit file classes/base.bbclass |
316 | </literallayout> | 316 | </literallayout> |
317 | In the sample output, BitBake could not find the | 317 | In the sample output, BitBake could not find the |
318 | <filename>classes/base.bbclass</filename> file. | 318 | <filename>classes/base.bbclass</filename> file. |