diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2017-07-18 10:15:33 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-07-22 09:19:25 +0100 |
commit | 2217d97ba9f48ded4f229981ed4ad7e846b87db0 (patch) | |
tree | 11188124b3a221a193dee1ea505a3d2eadad41bd /documentation/ref-manual | |
parent | 88c188f9905f30361c67d51fcf989b30ebdb8bbc (diff) | |
download | poky-2217d97ba9f48ded4f229981ed4ad7e846b87db0.tar.gz |
dev-manual, ref-manual: Re-wrote QEMU section.
Fixes [YOCTO #11630]
I converted the QEMU section to a procedure. Also took the
tips section and created individual sections from that.
Cleaned up some areas in the QEMU conceptual section in the
ref-manual
(From yocto-docs rev: dfd3466be605fdd7438653bf54fd0df3594a5c50)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-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> |