diff options
Diffstat (limited to 'documentation/yocto-project-qs')
| -rw-r--r-- | documentation/yocto-project-qs/yocto-project-qs.xml | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index 692c209c33..eb3ed02c83 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml | |||
| @@ -37,13 +37,13 @@ | |||
| 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/1.1/poky-ref-manual/poky-ref-manual.html'> | 40 | <ulink url='http://www.yoctoproject.org/docs/latest/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> |
| 44 | Due to production processes, there could be differences between the Yocto Project | 44 | Due to production processes, there could be differences between the Yocto Project |
| 45 | documentation bundled in the release tarball and the | 45 | documentation bundled in the release tarball and the |
| 46 | <ulink url='http://www.yoctoproject.org/docs/1.1/yocto-project-qs/yocto-project-qs.html'> | 46 | <ulink url='http://www.yoctoproject.org/docs/latest/yocto-project-qs/yocto-project-qs.html'> |
| 47 | Yocto Project Quick Start</ulink> on | 47 | Yocto Project Quick Start</ulink> on |
| 48 | the <ulink url='http://www.yoctoproject.org'>Yocto Project</ulink> website. | 48 | the <ulink url='http://www.yoctoproject.org'>Yocto Project</ulink> website. |
| 49 | For the latest version of this manual, see the manual on the website. | 49 | For the latest version of this manual, see the manual on the website. |
| @@ -285,9 +285,9 @@ | |||
| 285 | development system. | 285 | development system. |
| 286 | Doing so allows you to contribute back to the project. | 286 | Doing so allows you to contribute back to the project. |
| 287 | For information on how to get set up using this method, see the | 287 | For information on how to get set up using this method, see the |
| 288 | "<ulink url='http://www.yoctoproject.org/docs/1.1/dev-manual/dev-manual.html#local-yp-release'>Yocto | 288 | "<ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#local-yp-release'>Yocto |
| 289 | Project Release</ulink>" item in | 289 | Project Release</ulink>" item in |
| 290 | <ulink url='http://www.yoctoproject.org/docs/1.1/dev-manual/dev-manual.html'>The Yocto Project | 290 | <ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html'>The Yocto Project |
| 291 | Development Manual</ulink>. | 291 | Development Manual</ulink>. |
| 292 | </para> | 292 | </para> |
| 293 | </section> | 293 | </section> |
| @@ -345,7 +345,7 @@ | |||
| 345 | If you encounter problems with the Yocto Project finding and downloading source code, see | 345 | If you encounter problems with the Yocto Project finding and downloading source code, see |
| 346 | the FAQ entry "How does Poky obtain source code and will it work behind my | 346 | the FAQ entry "How does Poky obtain source code and will it work behind my |
| 347 | firewall or proxy server?" in | 347 | firewall or proxy server?" in |
| 348 | <ulink url='http://www.yoctoproject.org/docs/1.1/poky-ref-manual/poky-ref-manual.html'> | 348 | <ulink url='http://www.yoctoproject.org/docs/latest/poky-ref-manual/poky-ref-manual.html'> |
| 349 | The Yocto Project Reference Manual</ulink>. | 349 | The Yocto Project Reference Manual</ulink>. |
| 350 | </para></note> | 350 | </para></note> |
| 351 | 351 | ||
| @@ -406,8 +406,8 @@ | |||
| 406 | 406 | ||
| 407 | <para> | 407 | <para> |
| 408 | Another couple of variables of interest are the | 408 | Another couple of variables of interest are the |
| 409 | <ulink url='http://www.yoctoproject.org/docs/1.1/poky-ref-manual/poky-ref-manual.html#var-BB_NUMBER_THREADS'><filename>BB_NUMBER_THREADS</filename></ulink> and the | 409 | <ulink url='http://www.yoctoproject.org/docs/latest/poky-ref-manual/poky-ref-manual.html#var-BB_NUMBER_THREADS'><filename>BB_NUMBER_THREADS</filename></ulink> and the |
| 410 | <ulink url='http://www.yoctoproject.org/docs/1.1/poky-ref-manual/poky-ref-manual.html#var-PARALLEL_MAKE'><filename>PARALLEL_MAKE</filename></ulink> variables. | 410 | <ulink url='http://www.yoctoproject.org/docs/latest/poky-ref-manual/poky-ref-manual.html#var-PARALLEL_MAKE'><filename>PARALLEL_MAKE</filename></ulink> variables. |
| 411 | By default, these variables are commented out. | 411 | By default, these variables are commented out. |
| 412 | However, if you have a multi-core CPU you might want to uncomment | 412 | However, if you have a multi-core CPU you might want to uncomment |
| 413 | the lines and set the variable | 413 | the lines and set the variable |
| @@ -423,10 +423,10 @@ | |||
| 423 | the image. | 423 | the image. |
| 424 | By default, the Yocto Project build system uses the RPM package manager. | 424 | By default, the Yocto Project build system uses the RPM package manager. |
| 425 | You can control this configuration by using the | 425 | You can control this configuration by using the |
| 426 | <filename><ulink url='http://www.yoctoproject.org/docs/1.1/poky-ref-manual/poky-ref-manual.html#var-PACKAGE_CLASSES'><filename>PACKAGE_CLASSES</filename></ulink></filename> variable. | 426 | <filename><ulink url='http://www.yoctoproject.org/docs/latest/poky-ref-manual/poky-ref-manual.html#var-PACKAGE_CLASSES'><filename>PACKAGE_CLASSES</filename></ulink></filename> variable. |
| 427 | For additional package manager selection information, see | 427 | For additional package manager selection information, see |
| 428 | "<ulink url='http://www.yoctoproject.org/docs/1.1/poky-ref-manual/poky-ref-manual.html#ref-classes-package'>Packaging - <filename>package*.bbclass</filename></ulink>" in | 428 | "<ulink url='http://www.yoctoproject.org/docs/latest/poky-ref-manual/poky-ref-manual.html#ref-classes-package'>Packaging - <filename>package*.bbclass</filename></ulink>" in |
| 429 | <ulink url='http://www.yoctoproject.org/docs/1.1/poky-ref-manual/poky-ref-manual.html'> | 429 | <ulink url='http://www.yoctoproject.org/docs/latest/poky-ref-manual/poky-ref-manual.html'> |
| 430 | The Yocto Project Reference Manual</ulink>. | 430 | The Yocto Project Reference Manual</ulink>. |
| 431 | </para> | 431 | </para> |
| 432 | 432 | ||
| @@ -435,15 +435,15 @@ | |||
| 435 | <filename>core-image-sato</filename> in this example. | 435 | <filename>core-image-sato</filename> in this example. |
| 436 | For information on the <filename>-k</filename> option use the | 436 | For information on the <filename>-k</filename> option use the |
| 437 | <filename>bitbake --help</filename> command or see the | 437 | <filename>bitbake --help</filename> command or see the |
| 438 | "<ulink url='http://www.yoctoproject.org/docs/1.1/poky-ref-manual/poky-ref-manual.html#usingpoky-components-bitbake'>BitBake</ulink>" section in | 438 | "<ulink url='http://www.yoctoproject.org/docs/latest/poky-ref-manual/poky-ref-manual.html#usingpoky-components-bitbake'>BitBake</ulink>" section in |
| 439 | <ulink url='http://www.yoctoproject.org/docs/1.1/poky-ref-manual/poky-ref-manual.html'>The Yocto Project Reference Manual</ulink>. | 439 | <ulink url='http://www.yoctoproject.org/docs/latest/poky-ref-manual/poky-ref-manual.html'>The Yocto Project Reference Manual</ulink>. |
| 440 | <literallayout class='monospaced'> | 440 | <literallayout class='monospaced'> |
| 441 | $ bitbake -k core-image-sato | 441 | $ bitbake -k core-image-sato |
| 442 | </literallayout> | 442 | </literallayout> |
| 443 | <note><para> | 443 | <note><para> |
| 444 | BitBake requires Python 2.6 or 2.7. For more information on this requirement, | 444 | BitBake requires Python 2.6 or 2.7. For more information on this requirement, |
| 445 | see the FAQ appendix in | 445 | see the FAQ appendix in |
| 446 | <ulink url='http://www.yoctoproject.org/docs/1.1/poky-ref-manual/poky-ref-manual.html'> | 446 | <ulink url='http://www.yoctoproject.org/docs/latest/poky-ref-manual/poky-ref-manual.html'> |
| 447 | The Yocto Project Reference Manual</ulink>. | 447 | The Yocto Project Reference Manual</ulink>. |
| 448 | </para></note> | 448 | </para></note> |
| 449 | The final command runs the image: | 449 | The final command runs the image: |
| @@ -544,9 +544,9 @@ | |||
| 544 | 544 | ||
| 545 | <para> | 545 | <para> |
| 546 | For more information on how to install tarballs, see the | 546 | For more information on how to install tarballs, see the |
| 547 | "<ulink url='http://www.yoctoproject.org/docs/1.1/adt-manual/adt-manual.html#using-an-existing-toolchain-tarball'>Using a Cross-Toolchain Tarball</ulink>" and | 547 | "<ulink url='http://www.yoctoproject.org/docs/latest/adt-manual/adt-manual.html#using-an-existing-toolchain-tarball'>Using a Cross-Toolchain Tarball</ulink>" and |
| 548 | "<ulink url='http://www.yoctoproject.org/docs/1.1/adt-manual/adt-manual.html#using-the-toolchain-from-within-the-build-tree'>Using BitBake and the Yocto Project Build Tree</ulink>" sections in | 548 | "<ulink url='http://www.yoctoproject.org/docs/latest/adt-manual/adt-manual.html#using-the-toolchain-from-within-the-build-tree'>Using BitBake and the Yocto Project Build Tree</ulink>" sections in |
| 549 | <ulink url='http://www.yoctoproject.org/docs/1.1/adt-manual/adt-manual.html'>The Yocto Project | 549 | <ulink url='http://www.yoctoproject.org/docs/latest/adt-manual/adt-manual.html'>The Yocto Project |
| 550 | Application Development Toolkit (ADT) User's Guide</ulink>. | 550 | Application Development Toolkit (ADT) User's Guide</ulink>. |
| 551 | </para> | 551 | </para> |
| 552 | </section> | 552 | </section> |
| @@ -577,8 +577,8 @@ | |||
| 577 | 577 | ||
| 578 | <para> | 578 | <para> |
| 579 | You can learn more about downloading a Yocto Project kernel in the | 579 | You can learn more about downloading a Yocto Project kernel in the |
| 580 | "<ulink url='http://www.yoctoproject.org/docs/1.1/dev-manual/dev-manual.html#local-kernel-files'>Linux Yocto Kernel</ulink>" section of | 580 | "<ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#local-kernel-files'>Linux Yocto Kernel</ulink>" section of |
| 581 | <ulink url='http://www.yoctoproject.org/docs/1.1/dev-manual/dev-manual.html'>The | 581 | <ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html'>The |
| 582 | Yocto Project Development Manual</ulink>. | 582 | Yocto Project Development Manual</ulink>. |
| 583 | </para> | 583 | </para> |
| 584 | </section> | 584 | </section> |
| @@ -608,7 +608,7 @@ | |||
| 608 | <<emphasis>profile</emphasis>> is the filesystem image's profile: | 608 | <<emphasis>profile</emphasis>> is the filesystem image's profile: |
| 609 | lsb, lsb-dev, lsb-sdk, lsb-qt3, minimal, minimal-dev, sato, sato-dev, or sato-sdk. | 609 | lsb, lsb-dev, lsb-sdk, lsb-qt3, minimal, minimal-dev, sato, sato-dev, or sato-sdk. |
| 610 | For information on these types of image profiles, see | 610 | For information on these types of image profiles, see |
| 611 | <ulink url='http://www.yoctoproject.org/docs/1.1/poky-ref-manual/poky-ref-manual.html#ref-images'>Reference: Images</ulink> in the Yocto Project Reference Manual. | 611 | <ulink url='http://www.yoctoproject.org/docs/latest/poky-ref-manual/poky-ref-manual.html#ref-images'>Reference: Images</ulink> in the Yocto Project Reference Manual. |
| 612 | 612 | ||
| 613 | <<emphasis>arch</emphasis>> is a string representing the target architecture: | 613 | <<emphasis>arch</emphasis>> is a string representing the target architecture: |
| 614 | x86, x86-64, ppc, mips, or arm. | 614 | x86, x86-64, ppc, mips, or arm. |
