diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-12-03 05:44:00 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-03 12:53:39 +0000 |
commit | 6fb5661ca50466a1d365ea1d0b7a337e44e18487 (patch) | |
tree | 091861f54dfd24943314ff6ad690ac629c85e4ff /documentation | |
parent | 926eb4b6012fdf162b354c5152da4f455ba9814e (diff) | |
download | poky-6fb5661ca50466a1d365ea1d0b7a337e44e18487.tar.gz |
ref-manual: Added the meta class.
(From yocto-docs rev: b9fee079d920a3ae52214718d1846b26c671998b)
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.xml | 10 |
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 | ||