summaryrefslogtreecommitdiffstats
path: root/documentation/migration-guides/migration-2.1.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/migration-guides/migration-2.1.rst')
-rw-r--r--documentation/migration-guides/migration-2.1.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/migration-guides/migration-2.1.rst b/documentation/migration-guides/migration-2.1.rst
index d4db8218cf..6c5ed965dc 100644
--- a/documentation/migration-guides/migration-2.1.rst
+++ b/documentation/migration-guides/migration-2.1.rst
@@ -28,8 +28,8 @@ characters. This practice is now a requirement as BitBake's datastore
28now assumes lower-case characters in order to give a slight performance 28now assumes lower-case characters in order to give a slight performance
29boost during parsing. In practical terms, this requirement means that 29boost during parsing. In practical terms, this requirement means that
30anything that ends up in :term:`OVERRIDES` must now 30anything that ends up in :term:`OVERRIDES` must now
31appear in lower-case characters (e.g. values for ``MACHINE``, 31appear in lower-case characters (e.g. values for :term:`MACHINE`,
32``TARGET_ARCH``, ``DISTRO``, and also recipe names if 32:term:`TARGET_ARCH`, :term:`DISTRO`, and also recipe names if
33``_pn-``\ recipename overrides are to be effective). 33``_pn-``\ recipename overrides are to be effective).
34 34
35.. _migration-2.1-expand-parameter-to-getvar-and-getvarflag-now-mandatory: 35.. _migration-2.1-expand-parameter-to-getvar-and-getvarflag-now-mandatory:
@@ -68,7 +68,7 @@ was a historical accident that has required many classes (e.g.
68to work with sensible build systems. When upgrading to the release, you 68to work with sensible build systems. When upgrading to the release, you
69must edit any recipe that relies upon this old default by either setting 69must edit any recipe that relies upon this old default by either setting
70``EXTRA_OEMAKE`` back to "-e MAKEFLAGS=" or by explicitly setting any 70``EXTRA_OEMAKE`` back to "-e MAKEFLAGS=" or by explicitly setting any
71required variable value overrides using ``EXTRA_OEMAKE``, which is 71required variable value overrides using :term:`EXTRA_OEMAKE`, which is
72typically only needed when a Makefile sets a default value for a 72typically only needed when a Makefile sets a default value for a
73variable that is inappropriate for cross-compilation using the "=" 73variable that is inappropriate for cross-compilation using the "="
74operator rather than the "?=" operator. 74operator rather than the "?=" operator.
@@ -376,7 +376,7 @@ These additional changes exist:
376 run-postinsts 376 run-postinsts
377 377
378 With the Yocto Project 2.1 release, these packages are 378 With the Yocto Project 2.1 release, these packages are
379 only removed if "read-only-rootfs" is in ``IMAGE_FEATURES``, since 379 only removed if "read-only-rootfs" is in :term:`IMAGE_FEATURES`, since
380 they might still be needed for a read-write image even in the absence 380 they might still be needed for a read-write image even in the absence
381 of a package manager (e.g. if users need to be added, modified, or 381 of a package manager (e.g. if users need to be added, modified, or
382 removed at runtime). 382 removed at runtime).