diff options
author | Adrian Freihofer <adrian.freihofer@gmail.com> | 2025-01-14 21:07:12 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-01-20 13:45:06 +0000 |
commit | 53fcbe1da96457cce64906a910aa6b61b93a39e2 (patch) | |
tree | e97e793bcf20fd69a96171c090b0f67a6a6f044d | |
parent | 9c2268e92ba91c4c9af36275caeca294148aa795 (diff) | |
download | poky-53fcbe1da96457cce64906a910aa6b61b93a39e2.tar.gz |
sdk-manual: extensible.rst: update devtool ide-sdk
Replace
devtool ide-sdk --debug-build-config
by
devtool modify --debug-build
This change was introduced with commit
https://git.yoctoproject.org/poky/commit/?id=1f7eb26c947dde14698ae6e2ab88f0637027f4cb
(From yocto-docs rev: e2b6a4c6c633e79d0e4975ba2e1a27a8c1b8c1c5)
Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
Reviewed-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/sdk-manual/extensible.rst | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/documentation/sdk-manual/extensible.rst b/documentation/sdk-manual/extensible.rst index 9a50d7fc54..3733997fac 100644 --- a/documentation/sdk-manual/extensible.rst +++ b/documentation/sdk-manual/extensible.rst | |||
@@ -669,7 +669,8 @@ The extensible SDK supports two different development modes. | |||
669 | IMAGE_INSTALL:append = " my-recipe" | 669 | IMAGE_INSTALL:append = " my-recipe" |
670 | 670 | ||
671 | Assuming the BitBake environment is set up correctly and a workspace has | 671 | Assuming the BitBake environment is set up correctly and a workspace has |
672 | been created for the recipe using ``devtool modify my-recipe``, the | 672 | been created for the recipe using ``devtool modify my-recipe`` or probably |
673 | even better by using ``devtool modify my-recipe --debug-build``, the | ||
673 | following command can create the SDK and the configuration for VSCode in | 674 | following command can create the SDK and the configuration for VSCode in |
674 | the recipe workspace:: | 675 | the recipe workspace:: |
675 | 676 | ||
@@ -786,8 +787,8 @@ The extensible SDK supports two different development modes. | |||
786 | .. code-block:: sh | 787 | .. code-block:: sh |
787 | 788 | ||
788 | # Create the SDK | 789 | # Create the SDK |
789 | devtool modify cmake-example | 790 | devtool modify cmake-example --debug-build |
790 | devtool ide-sdk cmake-example core-image-minimal -c --debug-build-config --ide=none | 791 | devtool ide-sdk cmake-example core-image-minimal -c --ide=none |
791 | 792 | ||
792 | # Install the firmware on a target device or start QEMU | 793 | # Install the firmware on a target device or start QEMU |
793 | runqemu | 794 | runqemu |