diff options
-rw-r--r-- | documentation/yocto-project-qs/yocto-project-qs.xml | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index fae0db0692..2239cc0ebc 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml | |||
@@ -15,7 +15,7 @@ | |||
15 | Welcome to the Yocto Project! | 15 | Welcome to the Yocto Project! |
16 | The Yocto Project is an open-source collaboration project focused on embedded Linux | 16 | The Yocto Project is an open-source collaboration project focused on embedded Linux |
17 | developers. | 17 | developers. |
18 | Amongst other things, the Yocto Project uses the Poky build tool to | 18 | Amongst other things, the Yocto Project uses the Poky build system to |
19 | construct complete Linux images. | 19 | construct complete Linux images. |
20 | </para> | 20 | </para> |
21 | <para> | 21 | <para> |
@@ -37,7 +37,7 @@ | |||
37 | at <ulink url='https://wiki.yoctoproject.org/wiki/FAQ'>Yocto Project FAQ</ulink> and | 37 | at <ulink url='https://wiki.yoctoproject.org/wiki/FAQ'>Yocto Project FAQ</ulink> and |
38 | the FAQ appendix located in the | 38 | the FAQ appendix located in the |
39 | <ulink url='http://www.yoctoproject.org/docs/poky-ref-manual/poky-ref-manual.html'> | 39 | <ulink url='http://www.yoctoproject.org/docs/poky-ref-manual/poky-ref-manual.html'> |
40 | Poky Reference Manual</ulink> helpful. | 40 | Yocto Project Reference Manual</ulink> helpful. |
41 | </para> | 41 | </para> |
42 | <note> | 42 | <note> |
43 | Due to production processes, there could be differences between the Yocto Project | 43 | Due to production processes, there could be differences between the Yocto Project |
@@ -52,7 +52,7 @@ | |||
52 | <section id='yp-intro'> | 52 | <section id='yp-intro'> |
53 | <title>Introducing the Yocto Project Development Environment</title> | 53 | <title>Introducing the Yocto Project Development Environment</title> |
54 | <para> | 54 | <para> |
55 | The Yocto Project through the Poky build tool provides an open source development | 55 | The Yocto Project through the Poky build system provides an open source development |
56 | environment targeting the ARM, MIPS, PowerPC and x86 architectures for a variety of | 56 | environment targeting the ARM, MIPS, PowerPC and x86 architectures for a variety of |
57 | platforms including x86-64 and emulated ones. | 57 | platforms including x86-64 and emulated ones. |
58 | You can use components from the Yocto Project to design, develop, build, debug, simulate, | 58 | You can use components from the Yocto Project to design, develop, build, debug, simulate, |
@@ -291,13 +291,13 @@ | |||
291 | </para></note> | 291 | </para></note> |
292 | 292 | ||
293 | <note><para> | 293 | <note><para> |
294 | By default, Poky searches for source code using a pre-determined order | 294 | By default, the Yocto Project searches for source code using a pre-determined order |
295 | through a set of locations. | 295 | through a set of locations. |
296 | If you encounter problems with Poky finding and downloading source code, see | 296 | If you encounter problems with the Yocto Project finding and downloading source code, see |
297 | the FAQ entry "How does Poky obtain source code and will it work behind my | 297 | the FAQ entry "How does Poky obtain source code and will it work behind my |
298 | firewall or proxy server?" in the | 298 | firewall or proxy server?" in the |
299 | <ulink url='http://www.yoctoproject.org/docs/poky-ref-manual/poky-ref-manual.html'> | 299 | <ulink url='http://www.yoctoproject.org/docs/poky-ref-manual/poky-ref-manual.html'> |
300 | Poky Reference Manual</ulink>. | 300 | Yocto Project Reference Manual</ulink>. |
301 | </para></note> | 301 | </para></note> |
302 | 302 | ||
303 | <para> | 303 | <para> |
@@ -344,7 +344,7 @@ | |||
344 | For information on the <filename>‐k</filename> option use the | 344 | For information on the <filename>‐k</filename> option use the |
345 | <filename>bitbake --help</filename> command or see | 345 | <filename>bitbake --help</filename> command or see |
346 | <ulink url='http://www.yoctoproject.org/docs/poky-ref-manual/poky-ref-manual.html#usingpoky-components-bitbake'> | 346 | <ulink url='http://www.yoctoproject.org/docs/poky-ref-manual/poky-ref-manual.html#usingpoky-components-bitbake'> |
347 | BitBake</ulink> section in the Poky Reference Manual. | 347 | BitBake</ulink> section in the Yocto Project Reference Manual. |
348 | <literallayout class='monospaced'> | 348 | <literallayout class='monospaced'> |
349 | $ bitbake -k core-image-sato | 349 | $ bitbake -k core-image-sato |
350 | </literallayout> | 350 | </literallayout> |
@@ -352,11 +352,11 @@ | |||
352 | BitBake requires Python 2.6 or 2.7. For more information on this requirement, | 352 | BitBake requires Python 2.6 or 2.7. For more information on this requirement, |
353 | see the FAQ appendix in the | 353 | see the FAQ appendix in the |
354 | <ulink url='http://www.yoctoproject.org/docs/poky-ref-manual/poky-ref-manual.html'> | 354 | <ulink url='http://www.yoctoproject.org/docs/poky-ref-manual/poky-ref-manual.html'> |
355 | Poky Reference Manual</ulink>. | 355 | Yocto Project Reference Manual</ulink>. |
356 | </para></note> | 356 | </para></note> |
357 | The final command runs the image: | 357 | The final command runs the image: |
358 | <literallayout class='monospaced'> | 358 | <literallayout class='monospaced'> |
359 | $ poky-qemu qemux86 | 359 | $ runqemu qemux86 |
360 | </literallayout> | 360 | </literallayout> |
361 | <note><para> | 361 | <note><para> |
362 | Depending on the number of processors and cores, the amount or RAM, the speed of your | 362 | Depending on the number of processors and cores, the amount or RAM, the speed of your |
@@ -421,8 +421,8 @@ | |||
421 | <section id='installing-the-toolchain'> | 421 | <section id='installing-the-toolchain'> |
422 | <title>Installing the Toolchain</title> | 422 | <title>Installing the Toolchain</title> |
423 | <para> | 423 | <para> |
424 | You can download the pre-built toolchain, which includes the poky-qemu script and | 424 | You can download the pre-built toolchain, which includes the <filename>runqemu</filename> |
425 | support files, from | 425 | script and support files, from |
426 | <ulink url='http://yoctoproject.org/downloads/yocto-1.0/toolchain/'></ulink>. | 426 | <ulink url='http://yoctoproject.org/downloads/yocto-1.0/toolchain/'></ulink>. |
427 | Toolchains are available for 32-bit and 64-bit development systems from the | 427 | Toolchains are available for 32-bit and 64-bit development systems from the |
428 | <filename>i686</filename> and <filename>x86_64</filename> folders, respectively. | 428 | <filename>i686</filename> and <filename>x86_64</filename> folders, respectively. |
@@ -552,7 +552,7 @@ | |||
552 | </para> | 552 | </para> |
553 | 553 | ||
554 | <literallayout class='monospaced'> | 554 | <literallayout class='monospaced'> |
555 | $ poky-qemu <<emphasis>qemuarch</emphasis>> <<emphasis>kernel-image</emphasis>> <<emphasis>filesystem-image</emphasis>> | 555 | $ runqemu <<emphasis>qemuarch</emphasis>> <<emphasis>kernel-image</emphasis>> <<emphasis>filesystem-image</emphasis>> |
556 | 556 | ||
557 | Where: | 557 | Where: |
558 | <<emphasis>qemuarch</emphasis>> is a string representing the target architecture: qemux86, qemux86-64, | 558 | <<emphasis>qemuarch</emphasis>> is a string representing the target architecture: qemux86, qemux86-64, |
@@ -573,7 +573,7 @@ | |||
573 | 573 | ||
574 | <literallayout class='monospaced'> | 574 | <literallayout class='monospaced'> |
575 | $ source /opt/poky/1.1/environment-setup-i686-poky-linux | 575 | $ source /opt/poky/1.1/environment-setup-i686-poky-linux |
576 | $ poky-qemu qemux86 bzImage-3.0-qemux86-1.1.bin \ | 576 | $ runqemu qemux86 bzImage-3.0-qemux86-1.1.bin \ |
577 | yocto-image-sato-qemux86-1.1.rootfs.ext3 | 577 | yocto-image-sato-qemux86-1.1.rootfs.ext3 |
578 | </literallayout> | 578 | </literallayout> |
579 | 579 | ||