summaryrefslogtreecommitdiffstats
path: root/documentation/migration-guides/migration-2.6.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/migration-guides/migration-2.6.rst')
-rw-r--r--documentation/migration-guides/migration-2.6.rst22
1 files changed, 11 insertions, 11 deletions
diff --git a/documentation/migration-guides/migration-2.6.rst b/documentation/migration-guides/migration-2.6.rst
index e27fad82c6..3216ed5ae3 100644
--- a/documentation/migration-guides/migration-2.6.rst
+++ b/documentation/migration-guides/migration-2.6.rst
@@ -156,11 +156,11 @@ Image/Kernel Artifact Naming Changes
156The following changes have been made: 156The following changes have been made:
157 157
158- Name variables (e.g. :term:`IMAGE_NAME`) use a new 158- Name variables (e.g. :term:`IMAGE_NAME`) use a new
159 ``IMAGE_VERSION_SUFFIX`` variable instead of 159 :term:`IMAGE_VERSION_SUFFIX` variable instead of
160 :term:`DATETIME`. Using ``IMAGE_VERSION_SUFFIX`` 160 :term:`DATETIME`. Using :term:`IMAGE_VERSION_SUFFIX`
161 allows easier and more direct changes. 161 allows easier and more direct changes.
162 162
163 The ``IMAGE_VERSION_SUFFIX`` variable is set in the ``bitbake.conf`` 163 The :term:`IMAGE_VERSION_SUFFIX` variable is set in the ``bitbake.conf``
164 configuration file as follows:: 164 configuration file as follows::
165 165
166 IMAGE_VERSION_SUFFIX = "-${DATETIME}" 166 IMAGE_VERSION_SUFFIX = "-${DATETIME}"
@@ -212,19 +212,19 @@ The following changes have been made:
212The :term:`SERIAL_CONSOLE` variable has been 212The :term:`SERIAL_CONSOLE` variable has been
213functionally replaced by the 213functionally replaced by the
214:term:`SERIAL_CONSOLES` variable for some time. 214:term:`SERIAL_CONSOLES` variable for some time.
215With the Yocto Project 2.6 release, ``SERIAL_CONSOLE`` has been 215With the Yocto Project 2.6 release, :term:`SERIAL_CONSOLE` has been
216officially deprecated. 216officially deprecated.
217 217
218``SERIAL_CONSOLE`` will continue to work as before for the 2.6 release. 218:term:`SERIAL_CONSOLE` will continue to work as before for the 2.6 release.
219However, for the sake of future compatibility, it is recommended that 219However, for the sake of future compatibility, it is recommended that
220you replace all instances of ``SERIAL_CONSOLE`` with 220you replace all instances of :term:`SERIAL_CONSOLE` with
221``SERIAL_CONSOLES``. 221:term:`SERIAL_CONSOLES`.
222 222
223.. note:: 223.. note::
224 224
225 The only difference in usage is that ``SERIAL_CONSOLES`` 225 The only difference in usage is that :term:`SERIAL_CONSOLES`
226 expects entries to be separated using semicolons as compared to 226 expects entries to be separated using semicolons as compared to
227 ``SERIAL_CONSOLE``, which expects spaces. 227 :term:`SERIAL_CONSOLE`, which expects spaces.
228 228
229.. _migration-2.6-poky-sets-unknown-configure-option-to-qa-error: 229.. _migration-2.6-poky-sets-unknown-configure-option-to-qa-error:
230 230
@@ -387,14 +387,14 @@ QEMU (i.e. "qemu-usermode" is in
387default). 387default).
388 388
389If you wish to disable Python profile-guided optimization regardless of 389If you wish to disable Python profile-guided optimization regardless of
390the value of ``MACHINE_FEATURES``, then ensure that 390the value of :term:`MACHINE_FEATURES`, then ensure that
391:term:`PACKAGECONFIG` for the ``python3`` recipe 391:term:`PACKAGECONFIG` for the ``python3`` recipe
392does not contain "pgo". You could accomplish the latter using the 392does not contain "pgo". You could accomplish the latter using the
393following at the configuration level:: 393following at the configuration level::
394 394
395 PACKAGECONFIG_remove_pn-python3 = "pgo" 395 PACKAGECONFIG_remove_pn-python3 = "pgo"
396 396
397Alternatively, you can set ``PACKAGECONFIG`` using an append file 397Alternatively, you can set :term:`PACKAGECONFIG` using an append file
398for the ``python3`` recipe. 398for the ``python3`` recipe.
399 399
400.. _migration-2.6-miscellaneous-changes: 400.. _migration-2.6-miscellaneous-changes: