diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2025-07-29 11:56:44 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-08-08 23:41:10 +0100 |
commit | ba0d3de2d789e2f624076b6a23f94d59e8d36774 (patch) | |
tree | a504fc97e305df96ed233b41b4f28c02dbb73717 /documentation | |
parent | fc7f9d92969900952a104f20c790b941c2c7979a (diff) | |
download | poky-ba0d3de2d789e2f624076b6a23f94d59e8d36774.tar.gz |
ref-manual/variables.rst: document UBOOT_VERSION
Added by commit debc691853e2 ("u-boot: Allow for customizing
installed/deployed file names") in OE-Core.
(From yocto-docs rev: a9a4bcc754b9400fa6d3c0297e86771f03325590)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/variables.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index d722d722fd..a41fa951aa 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -10804,6 +10804,12 @@ system and gives an overview of their function and contents. | |||
10804 | passes and uses "all" for the target during the U-Boot building | 10804 | passes and uses "all" for the target during the U-Boot building |
10805 | process. | 10805 | process. |
10806 | 10806 | ||
10807 | :term:`UBOOT_VERSION` | ||
10808 | When naming the files that are installed and deployed, the package version | ||
10809 | (:term:`PV`) and revision (:term:`PR`) are part of the filename. The | ||
10810 | :term:`UBOOT_VERSION` variable contains this information, but can be | ||
10811 | overridden if desired. | ||
10812 | |||
10807 | :term:`UKIFY_CMD` | 10813 | :term:`UKIFY_CMD` |
10808 | When inheriting the :ref:`ref-classes-uki` class, | 10814 | When inheriting the :ref:`ref-classes-uki` class, |
10809 | `ukify <https://www.freedesktop.org/software/systemd/man/latest/ukify.html>`__ command to build | 10815 | `ukify <https://www.freedesktop.org/software/systemd/man/latest/ukify.html>`__ command to build |