diff options
Diffstat (limited to 'documentation/migration-guides/migration-2.2.rst')
-rw-r--r-- | documentation/migration-guides/migration-2.2.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/migration-guides/migration-2.2.rst b/documentation/migration-guides/migration-2.2.rst index d6dacdf34a..cbdc6a739e 100644 --- a/documentation/migration-guides/migration-2.2.rst +++ b/documentation/migration-guides/migration-2.2.rst | |||
@@ -271,7 +271,7 @@ update the references to ensure they continue to work. | |||
271 | The :term:`IMGDEPLOYDIR` variable was introduced to allow sstate caching of | 271 | The :term:`IMGDEPLOYDIR` variable was introduced to allow sstate caching of |
272 | image creation results. Image recipes defining custom :term:`IMAGE_CMD` or | 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 | 273 | doing postprocessing on the generated images need to be adapted to use |
274 | ``IMGDEPLOYDIR`` instead of :term:`DEPLOY_DIR_IMAGE`. ``IMAGE_MANIFEST`` | 274 | :term:`IMGDEPLOYDIR` instead of :term:`DEPLOY_DIR_IMAGE`. :term:`IMAGE_MANIFEST` |
275 | creation and symlinking of the most recent image file will fail otherwise. | 275 | creation and symlinking of the most recent image file will fail otherwise. |
276 | 276 | ||
277 | .. _migration-2.2-bitbake-changes: | 277 | .. _migration-2.2-bitbake-changes: |
@@ -292,7 +292,7 @@ The following changes took place for BitBake: | |||
292 | change is more in-line with how the other fetchers work for source | 292 | change is more in-line with how the other fetchers work for source |
293 | control systems. Recipes that fetch from Perforce will need to be | 293 | control systems. Recipes that fetch from Perforce will need to be |
294 | updated to use :term:`SRCREV` in place of specifying the source revision | 294 | updated to use :term:`SRCREV` in place of specifying the source revision |
295 | within ``SRC_URI``. | 295 | within :term:`SRC_URI`. |
296 | 296 | ||
297 | - Some of BitBake's internal code structures for accessing the recipe | 297 | - Some of BitBake's internal code structures for accessing the recipe |
298 | cache needed to be changed to support the new multi-configuration | 298 | cache needed to be changed to support the new multi-configuration |