diff options
Diffstat (limited to 'documentation/ref-manual/variables.rst')
| -rw-r--r-- | documentation/ref-manual/variables.rst | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 591c03028c..83c055fe5d 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
| @@ -10914,6 +10914,22 @@ system and gives an overview of their function and contents. | |||
| 10914 | `Unified Kernel Image (UKI) <https://uapi-group.org/specifications/specs/unified_kernel_image/>`__. | 10914 | `Unified Kernel Image (UKI) <https://uapi-group.org/specifications/specs/unified_kernel_image/>`__. |
| 10915 | Defaults to ``ukify build``. | 10915 | Defaults to ``ukify build``. |
| 10916 | 10916 | ||
| 10917 | :term:`UNINATIVE_CHECKSUM` | ||
| 10918 | When inheriting the :ref:`ref-classes-uninative` class, the | ||
| 10919 | :term:`UNINATIVE_CHECKSUM` variable flags contain the checksums of the | ||
| 10920 | uninative tarball as specified by the :term:`UNINATIVE_URL` variable. | ||
| 10921 | There should be one checksum per tarballs published at | ||
| 10922 | :term:`UNINATIVE_URL`, which match architectures. For example:: | ||
| 10923 | |||
| 10924 | UNINATIVE_CHECKSUM[aarch64] ?= "812045d826b7fda88944055e8526b95a5a9440bfef608d5b53fd52faab49bf85" | ||
| 10925 | UNINATIVE_CHECKSUM[i686] ?= "5cc28efd0c15a75de4bcb147c6cce65f1c1c9d442173a220f08427f40a3ffa09" | ||
| 10926 | UNINATIVE_CHECKSUM[x86_64] ?= "4c03d1ed2b7b4e823aca4a1a23d8f2e322f1770fc10e859adcede5777aff4f3a" | ||
| 10927 | |||
| 10928 | :term:`UNINATIVE_URL` | ||
| 10929 | When inheriting the :ref:`ref-classes-uninative` class, the | ||
| 10930 | :term:`UNINATIVE_URL` variable contains the URL where the uninative | ||
| 10931 | tarballs are published. | ||
| 10932 | |||
| 10917 | :term:`UNKNOWN_CONFIGURE_OPT_IGNORE` | 10933 | :term:`UNKNOWN_CONFIGURE_OPT_IGNORE` |
| 10918 | Specifies a list of options that, if reported by the configure script | 10934 | Specifies a list of options that, if reported by the configure script |
| 10919 | as being invalid, should not generate a warning during the | 10935 | as being invalid, should not generate a warning during the |
