summaryrefslogtreecommitdiffstats
path: root/documentation/sdk-manual/extensible.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/sdk-manual/extensible.rst')
-rw-r--r--documentation/sdk-manual/extensible.rst7
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