summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@microsoft.com>2022-04-21 18:40:36 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-04-25 15:22:12 +0100
commit8da30555672064b6d3e1d0466b4919d9db59c791 (patch)
tree5209240d2c8c62217f26167c425d5fcfcd5a668d /documentation
parentad8d1e6228ff7a2ebae2cd0137c55b1c987461ce (diff)
downloadpoky-8da30555672064b6d3e1d0466b4919d9db59c791.tar.gz
ref-manual: mention wildcarding support in INCOMPATIBLE_LICENSE
Add this since the INCOMPATIBLE_LICENSE wildcard support has changed in the 4.0 release. (From yocto-docs rev: c7946863e5a9d62a49131b92cc9549da9b799bbd) Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/variables.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index f9fd551478..47ea316395 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -3485,6 +3485,14 @@ system and gives an overview of their function and contents.
3485 incompatible licenses are not built. Packages that are individually 3485 incompatible licenses are not built. Packages that are individually
3486 licensed with the specified incompatible licenses will be deleted. 3486 licensed with the specified incompatible licenses will be deleted.
3487 3487
3488 There is some support for wildcards in this variable's value,
3489 however it is restricted to specific licenses. Currently only
3490 these wildcards are allowed and expand as follows:
3491
3492 - ``AGPL-3.0*"``: ``AGPL-3.0-only``, ``AGPL-3.0-or-later``
3493 - ``GPL-3.0*``: ``GPL-3.0-only``, ``GPL-3.0-or-later``
3494 - ``LGPL-3.0*``: ``LGPL-3.0-only``, ``LGPL-3.0-or-later``
3495
3488 .. note:: 3496 .. note::
3489 3497
3490 This functionality is only regularly tested using the following 3498 This functionality is only regularly tested using the following