summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2023-05-24 17:32:01 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-09-19 15:57:35 +0100
commit6e7bf979f264c6faa4fd3c598c1c7195569648f2 (patch)
tree6eb9865e925f5ff79c6693101f6eef735a0a4911 /documentation/dev-manual
parentd4f2f8269cff0e4e9a98ad1ef9c0f7b8a909d563 (diff)
downloadpoky-6e7bf979f264c6faa4fd3c598c1c7195569648f2.tar.gz
manuals: document LICENSE_FLAGS_DETAILS
(From yocto-docs rev: 299c9b295a8476abdb32fba01ac2f45efacea6f1) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> CC: Quentin Schulz <foss+yocto@0leil.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/licenses.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/documentation/dev-manual/licenses.rst b/documentation/dev-manual/licenses.rst
index 9629dc5329..e3f0aa9dc1 100644
--- a/documentation/dev-manual/licenses.rst
+++ b/documentation/dev-manual/licenses.rst
@@ -123,6 +123,13 @@ name and version (after variable expansion)::
123 123
124 LICENSE_FLAGS = "license_${PN}_${PV}" 124 LICENSE_FLAGS = "license_${PN}_${PV}"
125 125
126It is possible to give more details about a specific license
127using flags on the :term:`LICENSE_FLAGS_DETAILS` variable::
128
129 LICENSE_FLAGS_DETAILS[my-eula-license] = "For further details, see https://example.com/eula."
130
131If set, this will be displayed to the user if the license hasn't been accepted.
132
126In order for a component restricted by a 133In order for a component restricted by a
127:term:`LICENSE_FLAGS` definition to be enabled and included in an image, it 134:term:`LICENSE_FLAGS` definition to be enabled and included in an image, it
128needs to have a matching entry in the global 135needs to have a matching entry in the global