summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-12-03 05:52:46 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-03 12:53:39 +0000
commit0e9e1b28f69a6402601e7050a855b4b16b693033 (patch)
treeca98ae4d8f4b4fbbf921e1e190c70a0c9aaf4738 /documentation
parent6fb5661ca50466a1d365ea1d0b7a337e44e18487 (diff)
downloadpoky-0e9e1b28f69a6402601e7050a855b4b16b693033.tar.gz
ref-manual: Added the metadata_scm class.
(From yocto-docs rev: a0a4ca849b6a9e464c5e2dd7e597e3fb6951c8f3) 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.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index 6ac7142fc3..67b2890171 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -1081,6 +1081,24 @@
1081 </para> 1081 </para>
1082</section> 1082</section>
1083 1083
1084<section id='ref-classes-metadata_scm'>
1085 <title><filename>metadata_scm.bbclass</filename></title>
1086
1087 <para>
1088 The Metadata Source Code Management (SCM) System
1089 (<filename>metadata_scm</filename>) class provides functionality for
1090 querying the branch and revision of an SCM repository.
1091 </para>
1092
1093 <para>
1094 The <link linkend='ref-classes-base'><filename>base</filename></link>
1095 class uses this class to print the revisions of each layer before
1096 starting every build.
1097 The <filename>metadata_scm</filename> class is enabled by default
1098 because it is inherited by the <filename>base</filename> class.
1099 </para>
1100</section>
1101
1084<section id='ref-classes-mime'> 1102<section id='ref-classes-mime'>
1085 <title><filename>mime.bbclass</filename></title> 1103 <title><filename>mime.bbclass</filename></title>
1086 1104