summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
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