summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/variables.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r--documentation/ref-manual/variables.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 0310429bdc..f551c4d376 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -2582,7 +2582,7 @@ system and gives an overview of their function and contents.
2582 and new for generating new keys. 2582 and new for generating new keys.
2583 2583
2584 :term:`FIT_KEY_SIGN_PKCS` 2584 :term:`FIT_KEY_SIGN_PKCS`
2585 Format for public key ceritifcate used in signing fitImage. 2585 Format for public key certificate used in signing fitImage.
2586 The default value is "x509". 2586 The default value is "x509".
2587 2587
2588 :term:`FIT_SIGN_ALG` 2588 :term:`FIT_SIGN_ALG`
@@ -3449,7 +3449,7 @@ system and gives an overview of their function and contents.
3449 3449
3450 It is possible to define a list of licenses that are allowed to be 3450 It is possible to define a list of licenses that are allowed to be
3451 used instead of the licenses that are excluded. To do this, define 3451 used instead of the licenses that are excluded. To do this, define
3452 a variable ``COMPATIBLE_LICENSES`` with the names of the licences 3452 a variable ``COMPATIBLE_LICENSES`` with the names of the licenses
3453 that are allowed. Then define ``INCOMPATIBLE_LICENSE`` as: 3453 that are allowed. Then define ``INCOMPATIBLE_LICENSE`` as:
3454 :: 3454 ::
3455 3455
@@ -3457,8 +3457,8 @@ system and gives an overview of their function and contents.
3457 3457
3458 3458
3459 This will result in ``INCOMPATIBLE_LICENSE`` containing the names of 3459 This will result in ``INCOMPATIBLE_LICENSE`` containing the names of
3460 all licences from :term:`AVAILABLE_LICENSES` except the ones specified 3460 all licenses from :term:`AVAILABLE_LICENSES` except the ones specified
3461 in ``COMPATIBLE_LICENSES`` , thus only allowing the latter licences to 3461 in ``COMPATIBLE_LICENSES`` , thus only allowing the latter licenses to
3462 be used. 3462 be used.
3463 3463
3464 :term:`INHERIT` 3464 :term:`INHERIT`
@@ -5011,7 +5011,7 @@ system and gives an overview of their function and contents.
5011 ${PN}-${PV} 5011 ${PN}-${PV}
5012 5012
5013 :term:`PACKAGE_ADD_METADATA` 5013 :term:`PACKAGE_ADD_METADATA`
5014 This variable defines additional metdata to add to packages. 5014 This variable defines additional metadata to add to packages.
5015 5015
5016 You may find you need to inject additional metadata into packages. 5016 You may find you need to inject additional metadata into packages.
5017 This variable allows you to do that by setting the injected data as 5017 This variable allows you to do that by setting the injected data as
@@ -7092,7 +7092,7 @@ system and gives an overview of their function and contents.
7092 - ``git://`` - Fetches files from a Git revision control 7092 - ``git://`` - Fetches files from a Git revision control
7093 repository. 7093 repository.
7094 7094
7095 - ``osc://`` - Fetches files from an OSC (OpenSUSE Build service) 7095 - ``osc://`` - Fetches files from an OSC (openSUSE Build service)
7096 revision control repository. 7096 revision control repository.
7097 7097
7098 - ``repo://`` - Fetches files from a repo (Git) repository. 7098 - ``repo://`` - Fetches files from a repo (Git) repository.