diff options
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r-- | documentation/ref-manual/variables.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 603f95d2e4..f723e38d1a 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -3547,6 +3547,14 @@ system and gives an overview of their function and contents. | |||
3547 | remove dependencies on or provide alternatives to components that | 3547 | remove dependencies on or provide alternatives to components that |
3548 | are required to produce a functional system image. | 3548 | are required to produce a functional system image. |
3549 | 3549 | ||
3550 | :term:`INCOMPATIBLE_LICENSE_EXCEPTIONS` | ||
3551 | Specifies a space-separated list of package and license pairs that | ||
3552 | are allowed to be used even if the license is specified in | ||
3553 | :term:`INCOMPATIBLE_LICENSE`. The package and license pairs are | ||
3554 | separated using a colon. Example:: | ||
3555 | |||
3556 | INCOMPATIBLE_LICENSE_EXCEPTIONS = "gdbserver:GPL-3.0-only gdbserver:LGPL-3.0-only" | ||
3557 | |||
3550 | :term:`INHERIT` | 3558 | :term:`INHERIT` |
3551 | Causes the named class or classes to be inherited globally. Anonymous | 3559 | Causes the named class or classes to be inherited globally. Anonymous |
3552 | functions in the class or classes are not executed for the base | 3560 | functions in the class or classes are not executed for the base |