Re: [PATCH] ref-manual/variables.rst: document the QB_DEFAULT_BIOS variable
"Antonin Godard" <[email protected]>
| Newsgroups | org.yoctoproject.lists.docs |
|---|---|
| Message-ID | <[email protected]> |
On Tue Aug 4, 2026 at 11:01 AM CEST, Antonin Godard wrote: > The QB_DEFAULT_BIOS allows setting the -bios parameter of QEMU, which > can be used to emulate U-Boot, for example. > > Signed-off-by: Antonin Godard <[email protected]> > --- > documentation/ref-manual/variables.rst | 12 ++++++++++++ > 1 file changed, 12 insertions(+) > > diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst > index e75f42afe..cfc764961 100644 > --- a/documentation/ref-manual/variables.rst > +++ b/documentation/ref-manual/variables.rst > @@ -8084,6 +8084,18 @@ system and gives an overview of their function and contents. > replaces the ``@CLIENT@`` and ``@GATEWAY@`` place holders by the IP and > the gateway address of the QEMU guest. > > + :term:`QB_DEFAULT_BIOS` > + the `QB_DEFAULT_BIOS` variable can be used to add the ``-bios`` option to Just realized I messed up the formatting here, should be "The :term:`QB_DEFAULT_BIOS`". Antonin