From 04823a7b7aeade3257af77b873def7b65dc92264 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: 85732913c2abb9b38857cec7abe12407e1be42ce) 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>