From 08f89d72f2bed0c78035822e4ca1e7d34a8ff39c Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 4 Dec 2013 06:00:26 -0600 Subject: [PATCH] ref-manual: Added qemu class. (From yocto-docs rev: 8fe603d4407fea8edb2ad8421a9c1bbda8b60c06) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 @@ +
+ <filename>qemu.bbclass</filename> + + + The qemu 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. + +
+
Python Extensions - <filename>distutils.bbclass</filename>