summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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