diff options
Diffstat (limited to 'documentation/ref-manual/usingpoky.xml')
-rw-r--r-- | documentation/ref-manual/usingpoky.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/documentation/ref-manual/usingpoky.xml b/documentation/ref-manual/usingpoky.xml index 5517a7541c..2f5316d54b 100644 --- a/documentation/ref-manual/usingpoky.xml +++ b/documentation/ref-manual/usingpoky.xml | |||
@@ -1056,6 +1056,18 @@ | |||
1056 | The Yocto Project uses an implementation of the Quick EMUlator (QEMU) | 1056 | The Yocto Project uses an implementation of the Quick EMUlator (QEMU) |
1057 | Open Source project as part of the Yocto Project development "tool | 1057 | Open Source project as part of the Yocto Project development "tool |
1058 | set". | 1058 | set". |
1059 | </para> | ||
1060 | |||
1061 | <para> | ||
1062 | Within the context of the Yocto Project, QEMU is an | ||
1063 | emulator and virtualization machine that allows you to run a complete | ||
1064 | image you have built using the Yocto Project as just another task | ||
1065 | on your build system. | ||
1066 | QEMU is useful for running and testing images and applications on | ||
1067 | supported Yocto Project architectures without having actual hardware. | ||
1068 | Among other things, the Yocto Project uses QEMU to run automated | ||
1069 | Quality Assurance (QA) tests on final images shipped with each | ||
1070 | release. | ||
1059 | <note> | 1071 | <note> |
1060 | This implementation is not the same as QEMU in general. | 1072 | This implementation is not the same as QEMU in general. |
1061 | </note> | 1073 | </note> |