summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonin Godard <antonin.godard@bootlin.com>2025-03-28 10:32:07 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-03-28 13:17:13 +0000
commitb8c7882472cd43511bbff1848c1b74f56d090b40 (patch)
tree543f294ea7118709a3a7ea45ad027e86f501a935
parenta9002c2d03ea8597ee77b4d3a9c83dac37128e76 (diff)
downloadpoky-b8c7882472cd43511bbff1848c1b74f56d090b40.tar.gz
ref-manual/variables.rst: document the GRUB_MKIMAGE_OPTS variable
This new Grub variable controls the options passed to the grub-mkimage command in the Grub recipe. (From yocto-docs rev: 2e5a3c3d5199cad6fb90e0218cdd4a1779743644) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 dace40f594..20563d61f7 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -3435,6 +3435,11 @@ system and gives an overview of their function and contents.
3435 See the :ref:`ref-classes-grub-efi` class for more 3435 See the :ref:`ref-classes-grub-efi` class for more
3436 information on how this variable is used. 3436 information on how this variable is used.
3437 3437
3438 :term:`GRUB_MKIMAGE_OPTS`
3439 This variable controls additional options passed to the ``grub-mkimage``
3440 command in the GNU GRand Unified Bootloader (GRUB) recipe during the
3441 ``do_mkimage`` task.
3442
3438 :term:`GRUB_OPTS` 3443 :term:`GRUB_OPTS`
3439 Additional options to add to the GNU GRand Unified Bootloader (GRUB) 3444 Additional options to add to the GNU GRand Unified Bootloader (GRUB)
3440 configuration. Use a semi-colon character (``;``) to separate 3445 configuration. Use a semi-colon character (``;``) to separate