summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/variables.rst
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:14:08 +0100
commit0dd9a182acea8f883511f1d34b794e4a7f3ec62a (patch)
tree0ab8c590220d175b43053f3b0b6e88d1eb9830e7 /documentation/ref-manual/variables.rst
parent30b4b153d61cea0b1ce4faf7b41f2e454cb4ec9f (diff)
downloadpoky-0dd9a182acea8f883511f1d34b794e4a7f3ec62a.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/ref-manual/variables.rst')
-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