diff options
Diffstat (limited to 'documentation')
-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 |