diff options
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/migration-guides/release-notes-5.2.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/documentation/migration-guides/release-notes-5.2.rst b/documentation/migration-guides/release-notes-5.2.rst index 0eef448330..06dce8d17a 100644 --- a/documentation/migration-guides/release-notes-5.2.rst +++ b/documentation/migration-guides/release-notes-5.2.rst | |||
@@ -243,6 +243,12 @@ New Features / Enhancements in |yocto-ver| | |||
243 | - Remove the "S = WORKDIR" workaround as now :term:`S` cannot be equal to | 243 | - Remove the "S = WORKDIR" workaround as now :term:`S` cannot be equal to |
244 | :term:`WORKDIR`. | 244 | :term:`WORKDIR`. |
245 | 245 | ||
246 | - The already broken ``--debug-build-config`` option of | ||
247 | ``devtool ide-sdk`` has been replaced by a new ``--debug-build`` option | ||
248 | of ``devtool modify``. The new ``devtool ide-sdk`` workflow is: | ||
249 | ``devtool modify my-recipe --debug-build`` followed by | ||
250 | ``devtool ide-sdk my-recipe my-image``. | ||
251 | |||
246 | - Patchtest-related changes: | 252 | - Patchtest-related changes: |
247 | 253 | ||
248 | - Refactor pattern definitions in a ``patterns`` module. | 254 | - Refactor pattern definitions in a ``patterns`` module. |