summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/variables.rst
diff options
context:
space:
mode:
authorSimon A. Eugster <simon.eu@gmail.com>2025-01-31 13:17:05 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-02-07 17:52:48 +0000
commit42957c5c255754efe9682b921ad2c214701d735d (patch)
treedba2a29e01c77e6c946efc9b9cd5792d55f09a25 /documentation/ref-manual/variables.rst
parent0eb974d9720ad17a36d92bdd0c5075dc54276607 (diff)
downloadpoky-42957c5c255754efe9682b921ad2c214701d735d.tar.gz
ref-manual: Describe grub-efi-cfg overrides and GRUB_TITLE
This patch describes how to use overrides for grub-efi-cfg because that is otherwise only clear after reading the .bbclass file. It also adds a description for GRUB_TITLE. (From yocto-docs rev: b9ec7d124c9cbaf6c05415277fa028a39ce9e02f) Signed-off-by: "Simon A. Eugster" <simon.eu@gmail.com> Reviewed-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r--documentation/ref-manual/variables.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 86023195d3..adbef69d8f 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -3382,6 +3382,11 @@ system and gives an overview of their function and contents.
3382 :ref:`ref-classes-grub-efi` class for more information 3382 :ref:`ref-classes-grub-efi` class for more information
3383 on how this variable is used. 3383 on how this variable is used.
3384 3384
3385 :term:`GRUB_TITLE`
3386 Specifies custom titles for GRUB labels defined in :term:`LABELS`. See
3387 the :ref:`ref-classes-grub-efi` class for more information on how this
3388 variable is used.
3389
3385 :term:`GTKIMMODULES_PACKAGES` 3390 :term:`GTKIMMODULES_PACKAGES`
3386 When inheriting the :ref:`ref-classes-gtk-immodules-cache` class, 3391 When inheriting the :ref:`ref-classes-gtk-immodules-cache` class,
3387 this variable specifies the packages that contain the GTK+ input 3392 this variable specifies the packages that contain the GTK+ input