diff options
Diffstat (limited to 'documentation/ref-manual')
| -rw-r--r-- | documentation/ref-manual/migration-3.2.rst | 21 |
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 | |||
| 246 | naming without the ``.rootfs`` part. | 246 | naming without the ``.rootfs`` part. |
| 247 | 247 | ||
| 248 | 248 | ||
| 249 | .. _migration-3.2-image-artifact-names: | ||
| 250 | |||
| 251 | Image artifact name variables now centralised in image-artifact-names class | ||
| 252 | --------------------------------------------------------------------------- | ||
| 253 | |||
| 254 | The defaults for the following image artifact name variables have been moved | ||
| 255 | from 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 | |||
| 263 | Image-related classes now inherit this class, and typically these variables | ||
| 264 | are only referenced within image recipes so those will be unaffected by this | ||
| 265 | change. However if you have references to these variables in either a recipe | ||
| 266 | that is not an image or a class that is enabled globally, then those will | ||
| 267 | now need to be changed to ``inherit image-artifact-names``. | ||
| 268 | |||
| 269 | |||
| 249 | .. _migration-3.2-misc: | 270 | .. _migration-3.2-misc: |
| 250 | 271 | ||
| 251 | Miscellaneous changes | 272 | Miscellaneous changes |
