diff options
author | Adrian Freihofer <adrian.freihofer@gmail.com> | 2025-01-14 21:07:14 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-01-20 13:45:06 +0000 |
commit | f68e85f49f328e624557bae6ac385a069856d78b (patch) | |
tree | cf1e2500e12eeba60b93010d5049929c792f8872 /documentation/migration-guides | |
parent | 65a838b42cbd1c9908c9329d9ee11d9ba2592b02 (diff) | |
download | poky-f68e85f49f328e624557bae6ac385a069856d78b.tar.gz |
release-notes-5.2: cover devtool modify --debug-build
(From yocto-docs rev: ef5f35e6da2dcdfad6290ab4d5bfa3010a600caf)
Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/migration-guides')
-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. |