summaryrefslogtreecommitdiffstats
path: root/documentation/yocto-project-qs
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-10-11 13:04:07 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-14 00:33:56 +0100
commiteae4945a9dc22bc1557aaac0979c18ba1b4179ed (patch)
tree367067c777850aef5284b56cf9f02704b4e72503 /documentation/yocto-project-qs
parent5ec43fdbb8a04ba4664f1dd17bcc5f7c167dfded (diff)
downloadpoky-eae4945a9dc22bc1557aaac0979c18ba1b4179ed.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.xml10
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: