summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/migration-3.2.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/migration-3.2.rst')
-rw-r--r--documentation/ref-manual/migration-3.2.rst21
1 files changed, 21 insertions, 0 deletions
diff --git a/documentation/ref-manual/migration-3.2.rst b/documentation/ref-manual/migration-3.2.rst
index 073176bf20..57c74354f9 100644
--- a/documentation/ref-manual/migration-3.2.rst
+++ b/documentation/ref-manual/migration-3.2.rst
@@ -246,6 +246,27 @@ by these image recipes directly then you will need to adapt to the new
246naming without the ``.rootfs`` part. 246naming without the ``.rootfs`` part.
247 247
248 248
249.. _migration-3.2-image-artifact-names:
250
251Image artifact name variables now centralised in image-artifact-names class
252---------------------------------------------------------------------------
253
254The defaults for the following image artifact name variables have been moved
255from bitbake.conf to a new ``image-artifact-names`` class:
256
257- :term:`IMAGE_BASENAME`
258- :term:`IMAGE_LINK_NAME`
259- :term:`IMAGE_NAME`
260- :term:`IMAGE_NAME_SUFFIX`
261- :term:`IMAGE_VERSION_SUFFIX`
262
263Image-related classes now inherit this class, and typically these variables
264are only referenced within image recipes so those will be unaffected by this
265change. However if you have references to these variables in either a recipe
266that is not an image or a class that is enabled globally, then those will
267now need to be changed to ``inherit image-artifact-names``.
268
269
249.. _migration-3.2-misc: 270.. _migration-3.2-misc:
250 271
251Miscellaneous changes 272Miscellaneous changes