diff options
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: |