diff options
author | Paul Eggleton <paul.eggleton@microsoft.com> | 2020-10-28 04:36:24 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-10-30 12:09:21 +0000 |
commit | 4f91a3339c79dc0d4004812df59fb208c75abe8c (patch) | |
tree | 41d48b684866c279c4990b662a27f4051a1e5bbc | |
parent | 778ef216091a15e7a5b378d79ed3aa23043ea936 (diff) | |
download | poky-4f91a3339c79dc0d4004812df59fb208c75abe8c.tar.gz |
ref-manual: add migration info for image-artifact-names
Add some info on the image-artifact-names class change in gatesgarth.
(From yocto-docs rev: 71dd9d92bf58c73f5fb3bd14cf8031bfc794fd3f)
Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 |