summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2023-05-26 11:49:21 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-06-02 16:42:46 +0100
commit9c201d951c671e69104bd991155180de98a581f7 (patch)
tree2d7e9a9f949f197e10ee5fb857393579b23b24d5 /documentation/ref-manual
parentdf91611f73f317635f9638598b9d5392da1c5239 (diff)
downloadpoky-9c201d951c671e69104bd991155180de98a581f7.tar.gz
ref-manual: document SPLASH variable
(From yocto-docs rev: d32029dd3ce4a66e2fb403a778f748f4a1d52bcc) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/features.rst2
-rw-r--r--documentation/ref-manual/variables.rst6
2 files changed, 7 insertions, 1 deletions
diff --git a/documentation/ref-manual/features.rst b/documentation/ref-manual/features.rst
index 5a064329f1..d6307f1a2f 100644
--- a/documentation/ref-manual/features.rst
+++ b/documentation/ref-manual/features.rst
@@ -344,7 +344,7 @@ Here are the image features available for all images:
344- *splash:* Enables showing a splash screen during boot. By default, 344- *splash:* Enables showing a splash screen during boot. By default,
345 this screen is provided by ``psplash``, which does allow 345 this screen is provided by ``psplash``, which does allow
346 customization. If you prefer to use an alternative splash screen 346 customization. If you prefer to use an alternative splash screen
347 package, you can do so by setting the ``SPLASH`` variable to a 347 package, you can do so by setting the :term:`SPLASH` variable to a
348 different package name (or names) within the image recipe or at the 348 different package name (or names) within the image recipe or at the
349 distro configuration level. 349 distro configuration level.
350 350
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index e213478326..6680322f4c 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -7820,6 +7820,12 @@ system and gives an overview of their function and contents.
7820 certificate stored in the :term:`SPL_SIGN_KEYDIR` directory, you will 7820 certificate stored in the :term:`SPL_SIGN_KEYDIR` directory, you will
7821 have to set :term:`SPL_SIGN_KEYNAME` to ``dev``. 7821 have to set :term:`SPL_SIGN_KEYNAME` to ``dev``.
7822 7822
7823 :term:`SPLASH`
7824 This variable, used by the :ref:`ref-classes-image` class, allows
7825 to choose splashscreen applications. Set it to the names of packages
7826 for such applications to use. This variable is set by default to
7827 ``psplash``.
7828
7823 :term:`SRCREV_FORMAT` 7829 :term:`SRCREV_FORMAT`
7824 See :term:`bitbake:SRCREV_FORMAT` in the BitBake manual. 7830 See :term:`bitbake:SRCREV_FORMAT` in the BitBake manual.
7825 7831