diff options
author | Adrian Freihofer <adrian.freihofer@gmail.com> | 2025-01-14 21:07:12 +0100 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2025-02-21 06:34:58 -0800 |
commit | 30c0b1b7182fbd77bc24171bdf2595b304a62675 (patch) | |
tree | 3d1d8a41e41dd4bb9167ca984fc23b3c626e5b4d | |
parent | f90da53b5b272a417850c7694be6a83ebbd42f51 (diff) | |
download | poky-30c0b1b7182fbd77bc24171bdf2595b304a62675.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: 0e25bd749ad546b20083a71df0936a248e2bfaec)
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>
(cherry picked from commit e2b6a4c6c633e79d0e4975ba2e1a27a8c1b8c1c5)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
-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 adca97bb3a..2bd9b7ad08 100644 --- a/documentation/sdk-manual/extensible.rst +++ b/documentation/sdk-manual/extensible.rst | |||
@@ -729,7 +729,8 @@ the two modes: | |||
729 | IMAGE_INSTALL:append = " my-recipe" | 729 | IMAGE_INSTALL:append = " my-recipe" |
730 | 730 | ||
731 | Assuming the BitBake environment is set up correctly and a workspace has | 731 | Assuming the BitBake environment is set up correctly and a workspace has |
732 | been created for the recipe using ``devtool modify my-recipe``, the | 732 | been created for the recipe using ``devtool modify my-recipe`` or probably |
733 | even better by using ``devtool modify my-recipe --debug-build``, the | ||
733 | following command can create the SDK and the configuration for VSCode in | 734 | following command can create the SDK and the configuration for VSCode in |
734 | the recipe workspace:: | 735 | the recipe workspace:: |
735 | 736 | ||
@@ -880,8 +881,8 @@ the two modes: | |||
880 | .. code-block:: sh | 881 | .. code-block:: sh |
881 | 882 | ||
882 | # Create the SDK | 883 | # Create the SDK |
883 | devtool modify cmake-example | 884 | devtool modify cmake-example --debug-build |
884 | devtool ide-sdk cmake-example core-image-minimal -c --debug-build-config --ide=none | 885 | devtool ide-sdk cmake-example core-image-minimal -c --ide=none |
885 | 886 | ||
886 | # Install the firmware on a target device or start QEMU | 887 | # Install the firmware on a target device or start QEMU |
887 | runqemu | 888 | runqemu |