ref-manual: Added qemu class.

(From yocto-docs rev: 8fe603d4407fea8edb2ad8421a9c1bbda8b60c06)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2013-12-04 06:00:26 -06:00 committed by Richard Purdie
parent cde35ece6a
commit 08f89d72f2
1 changed files with 11 additions and 0 deletions

View File

@ -1585,6 +1585,17 @@
</para>
</section>
<section id='ref-classes-qemu'>
<title><filename>qemu.bbclass</filename></title>
<para>
The <filename>qemu</filename> class provides functionality for recipes
that either need QEMU or test for the existence of QEMU.
Typically, this class is used to run programs for a target system on
the build host using QEMU's application emulation mode.
</para>
</section>
<section id='ref-classes-distutils'>
<title>Python Extensions - <filename>distutils.bbclass</filename></title>