summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2023-05-26 13:41:14 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-06-02 16:42:46 +0100
commitfcaf9c6887b562c3e1d01ae10888c2b96f88b91e (patch)
tree84379b9ea1021c0d7887e975fc795f7f9be586d9 /documentation/dev-manual
parent9c201d951c671e69104bd991155180de98a581f7 (diff)
downloadpoky-fcaf9c6887b562c3e1d01ae10888c2b96f88b91e.tar.gz
manuals: document SPLASH_IMAGES variable
(From yocto-docs rev: a30204ade74a93077017e3c5e1167102a0213983) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/custom-distribution.rst9
1 files changed, 5 insertions, 4 deletions
diff --git a/documentation/dev-manual/custom-distribution.rst b/documentation/dev-manual/custom-distribution.rst
index e5b1ad777a..47faed0d04 100644
--- a/documentation/dev-manual/custom-distribution.rst
+++ b/documentation/dev-manual/custom-distribution.rst
@@ -98,11 +98,12 @@ layer. The following steps provide some more detail:
98 98
99 - Add any image recipes that are specific to your distribution. 99 - Add any image recipes that are specific to your distribution.
100 100
101 - Add a ``psplash`` append file for a branded splash screen. For 101 - Add a ``psplash`` append file for a branded splash screen, using
102 information on append files, see the 102 the :term:`SPLASH_IMAGES` variable.
103 ":ref:`dev-manual/layers:appending other layers metadata with your layer`"
104 section.
105 103
106 - Add any other append files to make custom changes that are 104 - Add any other append files to make custom changes that are
107 specific to individual recipes. 105 specific to individual recipes.
108 106
107 For information on append files, see the
108 ":ref:`dev-manual/layers:appending other layers metadata with your layer`"
109 section.