diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-10-11 13:04:07 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-14 00:31:11 +0100 |
commit | 2923cc23d11cad6fbeb180b9e85cffe226717eb5 (patch) | |
tree | 025a972161a32a93c0404c231d7d6d0818d4df5a /documentation/yocto-project-qs | |
parent | 1d06f45acbedeeaeddec2e29bb264f5fc480d348 (diff) | |
download | poky-2923cc23d11cad6fbeb180b9e85cffe226717eb5.tar.gz |
documentation: Cleaned out bad links and replaced with good
The re-structuring of the web server that holds the documents created
some bad links. I thought I had gotten them all but apparently not.
this is a drawback of not being able to test things until after stuff
is done. In any case, I grepped through everything and this takes
care of it.
(From yocto-docs rev: cdbc3b3b7f6d6ff01024b977f966459cf414ad5c)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/yocto-project-qs')
-rw-r--r-- | documentation/yocto-project-qs/yocto-project-qs.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index 71fb0ab729..41da903e37 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml | |||
@@ -37,7 +37,7 @@ | |||
37 | Finally, you might find the Frequently Asked Questions (FAQ) for the Yocto Project | 37 | Finally, you might find the Frequently Asked Questions (FAQ) for the Yocto Project |
38 | at <ulink url='https://wiki.yoctoproject.org/wiki/FAQ'>Yocto Project FAQ</ulink> and | 38 | at <ulink url='https://wiki.yoctoproject.org/wiki/FAQ'>Yocto Project FAQ</ulink> and |
39 | the FAQ appendix located in | 39 | the FAQ appendix located in |
40 | <ulink url='http://www.yoctoproject.org/docs/poky-ref-manual/poky-ref-manual.html'> | 40 | <ulink url='http://www.yoctoproject.org/docs/1.1/poky-ref-manual/poky-ref-manual.html'> |
41 | The Yocto Project Reference Manual</ulink> helpful. | 41 | The Yocto Project Reference Manual</ulink> helpful. |
42 | </para> | 42 | </para> |
43 | <note> | 43 | <note> |
@@ -317,7 +317,7 @@ | |||
317 | If you encounter problems with the Yocto Project finding and downloading source code, see | 317 | If you encounter problems with the Yocto Project finding and downloading source code, see |
318 | the FAQ entry "How does Poky obtain source code and will it work behind my | 318 | the FAQ entry "How does Poky obtain source code and will it work behind my |
319 | firewall or proxy server?" in | 319 | firewall or proxy server?" in |
320 | <ulink url='http://www.yoctoproject.org/docs/poky-ref-manual/poky-ref-manual.html'> | 320 | <ulink url='http://www.yoctoproject.org/docs/1.1/poky-ref-manual/poky-ref-manual.html'> |
321 | The Yocto Project Reference Manual</ulink>. | 321 | The Yocto Project Reference Manual</ulink>. |
322 | </para></note> | 322 | </para></note> |
323 | 323 | ||
@@ -410,15 +410,15 @@ | |||
410 | <filename>core-image-sato</filename> in this example. | 410 | <filename>core-image-sato</filename> in this example. |
411 | For information on the <filename>-k</filename> option use the | 411 | For information on the <filename>-k</filename> option use the |
412 | <filename>bitbake --help</filename> command or see the | 412 | <filename>bitbake --help</filename> command or see the |
413 | "<ulink url='http://www.yoctoproject.org/docs/poky-ref-manual/poky-ref-manual.html#usingpoky-components-bitbake'>BitBake</ulink>" section in | 413 | "<ulink url='http://www.yoctoproject.org/docs/1.1/poky-ref-manual/poky-ref-manual.html#usingpoky-components-bitbake'>BitBake</ulink>" section in |
414 | <ulink url='http://www.yoctoproject.org/docs/poky-ref-manual/poky-ref-manual.html'>The Yocto Project Reference Manual</ulink>. | 414 | <ulink url='http://www.yoctoproject.org/docs/1.1/poky-ref-manual/poky-ref-manual.html'>The Yocto Project Reference Manual</ulink>. |
415 | <literallayout class='monospaced'> | 415 | <literallayout class='monospaced'> |
416 | $ bitbake -k core-image-sato | 416 | $ bitbake -k core-image-sato |
417 | </literallayout> | 417 | </literallayout> |
418 | <note><para> | 418 | <note><para> |
419 | BitBake requires Python 2.6 or 2.7. For more information on this requirement, | 419 | BitBake requires Python 2.6 or 2.7. For more information on this requirement, |
420 | see the FAQ appendix in | 420 | see the FAQ appendix in |
421 | <ulink url='http://www.yoctoproject.org/docs/poky-ref-manual/poky-ref-manual.html'> | 421 | <ulink url='http://www.yoctoproject.org/docs/1.1/poky-ref-manual/poky-ref-manual.html'> |
422 | The Yocto Project Reference Manual</ulink>. | 422 | The Yocto Project Reference Manual</ulink>. |
423 | </para></note> | 423 | </para></note> |
424 | The final command runs the image: | 424 | The final command runs the image: |