diff options
| author | Antonin Godard <antonin.godard@bootlin.com> | 2025-10-06 15:03:04 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-10-29 23:16:33 +0000 |
| commit | 3ad4d5de1914a155ebb5ed90ecab7dd067984770 (patch) | |
| tree | 7cb31b58389e0b147a905007401a65c6e9a66a13 /documentation/ref-manual | |
| parent | 8a69e57f53f4523c1b86d8d259826b57c8df0a3a (diff) | |
| download | poky-3ad4d5de1914a155ebb5ed90ecab7dd067984770.tar.gz | |
ref-manual/variables.rst: document UNINATIVE_URL/CHECKSUM
Document the UNINATIVE_URL and UNINATIVE_CHECKSUM variables.
(From yocto-docs rev: 974fe4e1c5db65b462a382e089e016326e7b3f26)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
| -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 |
