diff options
author | Daniel Wagenknecht <dwagenknecht@emlix.com> | 2021-06-11 09:30:46 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-06-14 22:45:33 +0100 |
commit | bec73cd4e6322d749e4b866138045ce05817c611 (patch) | |
tree | 560a61098092c321c3e95e8445f72c5b6202f23c /documentation/migration-guides/migration-2.2.rst | |
parent | 2618389ddcbcf5bbffe54d191bcddd0647c6f188 (diff) | |
download | poky-bec73cd4e6322d749e4b866138045ce05817c611.tar.gz |
ref-manual: migration-2.2: add note about IMGDEPLOYDIR
(From yocto-docs rev: e9921b746a0b2a4a2192bab224d9afa9d9395e1e)
Signed-off-by: Daniel Wagenknecht <dwagenknecht@emlix.com>
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Reviewed-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/migration-guides/migration-2.2.rst')
-rw-r--r-- | documentation/migration-guides/migration-2.2.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/documentation/migration-guides/migration-2.2.rst b/documentation/migration-guides/migration-2.2.rst index 76311107ec..e30761dc99 100644 --- a/documentation/migration-guides/migration-2.2.rst +++ b/documentation/migration-guides/migration-2.2.rst | |||
@@ -263,6 +263,17 @@ If you have recipes or | |||
263 | classes that use ``KERNEL_IMAGE_BASE_NAME`` directly, you might need to | 263 | classes that use ``KERNEL_IMAGE_BASE_NAME`` directly, you might need to |
264 | update the references to ensure they continue to work. | 264 | update the references to ensure they continue to work. |
265 | 265 | ||
266 | .. _migration-2.2-imgdeploydir-replaces-deploy-dir-image-for-most-use-cases: | ||
267 | |||
268 | ``IMGDEPLOYDIR`` Replaces ``DEPLOY_DIR_IMAGE`` for Most Use Cases | ||
269 | ----------------------------------------------------------------- | ||
270 | |||
271 | The :term:`IMGDEPLOYDIR` variable was introduced to allow sstate caching of | ||
272 | image creation results. Image recipes defining custom :term:`IMAGE_CMD` or | ||
273 | doing postprocessing on the generated images need to be adapted to use | ||
274 | ``IMGDEPLOYDIR`` instead of :term:`DEPLOY_DIR_IMAGE`. ``IMAGE_MANIFEST`` | ||
275 | creation and symlinking of the most recent image file will fail otherwise. | ||
276 | |||
266 | .. _migration-2.2-bitbake-changes: | 277 | .. _migration-2.2-bitbake-changes: |
267 | 278 | ||
268 | BitBake Changes | 279 | BitBake Changes |