diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2024-10-09 09:41:02 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-10-11 17:05:04 +0100 |
commit | ec61c09e0c5a3a66c4cd2c0749743f057fba610c (patch) | |
tree | 5ad7d3ef62bebd4824fa34d4f3c1f668764c94e9 | |
parent | 37ebf54d1c8ba2b74ce2dc0e183d582873a300d1 (diff) | |
download | poky-ec61c09e0c5a3a66c4cd2c0749743f057fba610c.tar.gz |
ref-manual: add missing nospdx class
(From yocto-docs rev: ec41a5bf1a49e5d83bb93a3438ba1cd01f613088)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/ref-manual/classes.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst index 9f6e427253..14aa0f3a31 100644 --- a/documentation/ref-manual/classes.rst +++ b/documentation/ref-manual/classes.rst | |||
@@ -2049,6 +2049,14 @@ and the target. All common parts of the recipe are automatically shared. | |||
2049 | Disables packaging tasks for those recipes and classes where packaging | 2049 | Disables packaging tasks for those recipes and classes where packaging |
2050 | is not needed. | 2050 | is not needed. |
2051 | 2051 | ||
2052 | .. _ref-classes-nospdx: | ||
2053 | |||
2054 | ``nospdx`` | ||
2055 | ========== | ||
2056 | |||
2057 | The :ref:`ref-classes-nospdx` allows a recipe to opt out of SPDX | ||
2058 | generation provided by :ref:`ref-classes-create-spdx`. | ||
2059 | |||
2052 | .. _ref-classes-npm: | 2060 | .. _ref-classes-npm: |
2053 | 2061 | ||
2054 | ``npm`` | 2062 | ``npm`` |