summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/ref-classes.rst13
-rw-r--r--documentation/ref-manual/ref-tasks.rst14
2 files changed, 0 insertions, 27 deletions
diff --git a/documentation/ref-manual/ref-classes.rst b/documentation/ref-manual/ref-classes.rst
index 756df2a60f..7277c6bb9d 100644
--- a/documentation/ref-manual/ref-classes.rst
+++ b/documentation/ref-manual/ref-classes.rst
@@ -2380,19 +2380,6 @@ Autotools automatically picks up.
2380The class also provides variables like ``SITEINFO_ENDIANNESS`` and 2380The class also provides variables like ``SITEINFO_ENDIANNESS`` and
2381``SITEINFO_BITS`` that can be used elsewhere in the metadata. 2381``SITEINFO_BITS`` that can be used elsewhere in the metadata.
2382 2382
2383.. _ref-classes-spdx:
2384
2385``spdx.bbclass``
2386================
2387
2388The ``spdx`` class integrates real-time license scanning, generation of
2389SPDX standard output, and verification of license information during the
2390build.
2391
2392.. note::
2393
2394 This class is currently at the prototype stage in the 1.6 release.
2395
2396.. _ref-classes-sstate: 2383.. _ref-classes-sstate:
2397 2384
2398``sstate.bbclass`` 2385``sstate.bbclass``
diff --git a/documentation/ref-manual/ref-tasks.rst b/documentation/ref-manual/ref-tasks.rst
index 2569306fc5..ea145644f7 100644
--- a/documentation/ref-manual/ref-tasks.rst
+++ b/documentation/ref-manual/ref-tasks.rst
@@ -859,17 +859,3 @@ sure that the machine and metadata branches as specified by the
859branches. If these branches do not exist and 859branches. If these branches do not exist and
860:term:`AUTOREV` is not being used, the 860:term:`AUTOREV` is not being used, the
861``do_validate_branches`` task fails during the build. 861``do_validate_branches`` task fails during the build.
862
863Miscellaneous Tasks
864===================
865
866The following sections describe miscellaneous tasks.
867
868.. _ref-tasks-spdx:
869
870``do_spdx``
871-----------
872
873A build stage that takes the source code and scans it on a remote
874FOSSOLOGY server in order to produce an SPDX document. This task applies
875only to the :ref:`spdx <ref-classes-spdx>` class.