From 5169456348e24bdf6d47dc29a7be9731d40ff9da Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 3 Dec 2013 05:44:00 -0600 Subject: [PATCH] ref-manual: Added the meta class. (From yocto-docs rev: 05058a65e239f114efb1381a416008470f8a4a3b) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index c842bc6f98..6ac7142fc3 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml @@ -1071,6 +1071,16 @@ +
+ <filename>meta.bbclass</filename> + + + The Metadata (meta) class is inherited by recipes + that do not build any output packages themselves, but act as a "meta" + target for building other recipes. + +
+
<filename>mime.bbclass</filename>