summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-classes.xml
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:17:52 +0000
commit92d5851a622ed3d3ea7f4a7fca6a3b6f313e0bac (patch)
treeda759a4b93928f62ee77e5f98c9afa1cef174d76 /documentation/ref-manual/ref-classes.xml
parent089cc7d093324162ed7e3b74cc76a7a2b797a4b2 (diff)
downloadpoky-92d5851a622ed3d3ea7f4a7fca6a3b6f313e0bac.tar.gz
ref-manual: Added spdx class.
(From yocto-docs rev: 1b7f65f6b48050190cc04bba07f3501ad119adbb) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-classes.xml')
-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