From 1287cff6c26ff399f6b0ea392c8df952c79e063d Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 4 Dec 2013 11:41:18 -0600 Subject: [PATCH] ref-manual: Added siteconfig class. (From yocto-docs rev: 6492c030861e5562fc8739f9820b43ab18b16d09) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index e64f88bf1f..c2eac809be 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml @@ -1922,6 +1922,18 @@ +
+ <filename>siteconfig.bbclass</filename> + + + The siteconfig class + provides functionality for handling site configuration. + The class is used by the + autotools + class to accelerate the do_configure task. + +
+
<filename>package_tar.bbclass</filename>