From 92d5851a622ed3d3ea7f4a7fca6a3b6f313e0bac Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 4 Dec 2013 11:47:02 -0600 Subject: [PATCH] ref-manual: Added spdx class. (From yocto-docs rev: 1b7f65f6b48050190cc04bba07f3501ad119adbb) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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 @@ +
+ <filename>spdx.bbclass</filename> + + + The spdx class integrates real-time license + scanning, generation of SPDX standard output, and verification + of license information during the build. + + This class is currently at the prototype stage in the 1.5 + release. + + +
+
<filename>package_tar.bbclass</filename>