summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-12-04 11:47:02 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-11 14:18:55 +0000
commit4253671d46e3c350110bc73a1f55a054df0fc909 (patch)
treeeac7b65bc170f1f9db143559a00c44b606a0fa8d
parent1287cff6c26ff399f6b0ea392c8df952c79e063d (diff)
downloadpoky-4253671d46e3c350110bc73a1f55a054df0fc909.tar.gz
ref-manual: Added spdx class.
(From yocto-docs rev: 17374f0a8072c8ca17647a0c1af6c4effd1aa508) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/ref-manual/ref-classes.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index c2eac809be..8a26efad59 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -1934,6 +1934,20 @@
1934 </para> 1934 </para>
1935</section> 1935</section>
1936 1936
1937<section id='ref-classes-spdx'>
1938 <title><filename>spdx.bbclass</filename></title>
1939
1940 <para>
1941 The <filename>spdx</filename> class integrates real-time license
1942 scanning, generation of SPDX standard output, and verification
1943 of license information during the build.
1944 <note>
1945 This class is currently at the prototype stage in the 1.5
1946 release.
1947 </note>
1948 </para>
1949</section>
1950
1937<section id='ref-classes-package_tar'> 1951<section id='ref-classes-package_tar'>
1938 <title><filename>package_tar.bbclass</filename></title> 1952 <title><filename>package_tar.bbclass</filename></title>
1939 1953