summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-12-03 05:44:00 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-11 14:17:42 +0000
commit5169456348e24bdf6d47dc29a7be9731d40ff9da (patch)
tree733ea88f5644a5a4a9c8cdce58fdf93a30aa837f /documentation
parent5e8bd4311b56da737298e68b98932b2f793bcabf (diff)
downloadpoky-5169456348e24bdf6d47dc29a7be9731d40ff9da.tar.gz
ref-manual: Added the meta class.
(From yocto-docs rev: 05058a65e239f114efb1381a416008470f8a4a3b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-classes.xml10
1 files changed, 10 insertions, 0 deletions
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 @@
1071 </para> 1071 </para>
1072</section> 1072</section>
1073 1073
1074<section id='ref-classes-meta'>
1075 <title><filename>meta.bbclass</filename></title>
1076
1077 <para>
1078 The Metadata (<filename>meta</filename>) class is inherited by recipes
1079 that do not build any output packages themselves, but act as a "meta"
1080 target for building other recipes.
1081 </para>
1082</section>
1083
1074<section id='ref-classes-mime'> 1084<section id='ref-classes-mime'>
1075 <title><filename>mime.bbclass</filename></title> 1085 <title><filename>mime.bbclass</filename></title>
1076 1086