summaryrefslogtreecommitdiffstats
path: root/documentation/migration-guides/migration-1.3.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/migration-guides/migration-1.3.rst')
-rw-r--r--documentation/migration-guides/migration-1.3.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/migration-guides/migration-1.3.rst b/documentation/migration-guides/migration-1.3.rst
index db5333ccd7..afb868e7cb 100644
--- a/documentation/migration-guides/migration-1.3.rst
+++ b/documentation/migration-guides/migration-1.3.rst
@@ -125,7 +125,7 @@ Image recipes that previously included ``apps-console-core`` in
125:term:`IMAGE_FEATURES` should now include ``splash`` 125:term:`IMAGE_FEATURES` should now include ``splash``
126instead to enable the boot-up splash screen. Retaining 126instead to enable the boot-up splash screen. Retaining
127``apps-console-core`` will still include the splash screen but generates a 127``apps-console-core`` will still include the splash screen but generates a
128warning. The ``apps-x11-core`` and ``apps-x11-games`` ``IMAGE_FEATURES`` 128warning. The ``apps-x11-core`` and ``apps-x11-games`` :term:`IMAGE_FEATURES`
129features have been removed. 129features have been removed.
130 130
131.. _migration-1.3-removed-recipes: 131.. _migration-1.3-removed-recipes:
@@ -185,7 +185,7 @@ include :term:`PE` as part of the filename::
185 185
186 KERNEL_IMAGE_BASE_NAME ?= "${KERNEL_IMAGETYPE}-${PE}-${PV}-${PR}-${MACHINE}-${DATETIME}" 186 KERNEL_IMAGE_BASE_NAME ?= "${KERNEL_IMAGETYPE}-${PE}-${PV}-${PR}-${MACHINE}-${DATETIME}"
187 187
188Because the ``PE`` variable is not set by default, these binary files 188Because the :term:`PE` variable is not set by default, these binary files
189could result with names that include two dash characters. Here is an 189could result with names that include two dash characters. Here is an
190example:: 190example::
191 191