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 @@ Welcome to the Yocto Project! The Yocto Project is an open-source collaboration project focused on embedded Linux developers. - Amongst other things, the Yocto Project uses the Poky build tool to + Amongst other things, the Yocto Project uses the Poky build system to construct complete Linux images. @@ -37,7 +37,7 @@ at Yocto Project FAQ and the FAQ appendix located in the - Poky Reference Manual helpful. + Yocto Project Reference Manual helpful. Due to production processes, there could be differences between the Yocto Project @@ -52,7 +52,7 @@
Introducing the Yocto Project Development Environment - The Yocto Project through the Poky build tool provides an open source development + The Yocto Project through the Poky build system provides an open source development environment targeting the ARM, MIPS, PowerPC and x86 architectures for a variety of platforms including x86-64 and emulated ones. You can use components from the Yocto Project to design, develop, build, debug, simulate, @@ -291,13 +291,13 @@ - By default, Poky searches for source code using a pre-determined order + By default, the Yocto Project searches for source code using a pre-determined order through a set of locations. - If you encounter problems with Poky finding and downloading source code, see + If you encounter problems with the Yocto Project finding and downloading source code, see the FAQ entry "How does Poky obtain source code and will it work behind my firewall or proxy server?" in the - Poky Reference Manual. + Yocto Project Reference Manual. @@ -344,7 +344,7 @@ For information on the ‐k option use the bitbake --help command or see - BitBake section in the Poky Reference Manual. + BitBake section in the Yocto Project Reference Manual. $ bitbake -k core-image-sato @@ -352,11 +352,11 @@ BitBake requires Python 2.6 or 2.7. For more information on this requirement, see the FAQ appendix in the - Poky Reference Manual. + Yocto Project Reference Manual. The final command runs the image: - $ poky-qemu qemux86 + $ runqemu qemux86 Depending on the number of processors and cores, the amount or RAM, the speed of your @@ -421,8 +421,8 @@
Installing the Toolchain - You can download the pre-built toolchain, which includes the poky-qemu script and - support files, from + You can download the pre-built toolchain, which includes the runqemu + script and support files, from . Toolchains are available for 32-bit and 64-bit development systems from the i686 and x86_64 folders, respectively. @@ -552,7 +552,7 @@ - $ poky-qemu <qemuarch> <kernel-image> <filesystem-image> + $ runqemu <qemuarch> <kernel-image> <filesystem-image> Where: <qemuarch> is a string representing the target architecture: qemux86, qemux86-64, @@ -573,7 +573,7 @@ $ source /opt/poky/1.1/environment-setup-i686-poky-linux - $ poky-qemu qemux86 bzImage-3.0-qemux86-1.1.bin \ + $ runqemu qemux86 bzImage-3.0-qemux86-1.1.bin \ yocto-image-sato-qemux86-1.1.rootfs.ext3