diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-12-04 06:00:26 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-11 14:18:52 +0000 |
commit | 08f89d72f2bed0c78035822e4ca1e7d34a8ff39c (patch) | |
tree | 777af9e309c3067244f61390a74f95b6df2df533 | |
parent | cde35ece6aa37d28f5fe7153dff113f91093ac73 (diff) | |
download | poky-08f89d72f2bed0c78035822e4ca1e7d34a8ff39c.tar.gz |
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>
-rw-r--r-- | documentation/ref-manual/ref-classes.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index a2cdca442b..d2eb1be68a 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
@@ -1585,6 +1585,17 @@ | |||
1585 | </para> | 1585 | </para> |
1586 | </section> | 1586 | </section> |
1587 | 1587 | ||
1588 | <section id='ref-classes-qemu'> | ||
1589 | <title><filename>qemu.bbclass</filename></title> | ||
1590 | |||
1591 | <para> | ||
1592 | The <filename>qemu</filename> class provides functionality for recipes | ||
1593 | that either need QEMU or test for the existence of QEMU. | ||
1594 | Typically, this class is used to run programs for a target system on | ||
1595 | the build host using QEMU's application emulation mode. | ||
1596 | </para> | ||
1597 | </section> | ||
1598 | |||
1588 | <section id='ref-classes-distutils'> | 1599 | <section id='ref-classes-distutils'> |
1589 | <title>Python Extensions - <filename>distutils.bbclass</filename></title> | 1600 | <title>Python Extensions - <filename>distutils.bbclass</filename></title> |
1590 | 1601 | ||