diff options
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r-- | documentation/dev-manual/devtool.rst | 2 | ||||
-rw-r--r-- | documentation/dev-manual/start.rst | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/documentation/dev-manual/devtool.rst b/documentation/dev-manual/devtool.rst index 2f17d50930..c82dc9c333 100644 --- a/documentation/dev-manual/devtool.rst +++ b/documentation/dev-manual/devtool.rst | |||
@@ -552,7 +552,7 @@ the two modes: | |||
552 | 552 | ||
553 | This instance of VSCode uses plugins that are useful for the development | 553 | This instance of VSCode uses plugins that are useful for the development |
554 | of the application. ``devtool ide-sdk`` generates the necessary | 554 | of the application. ``devtool ide-sdk`` generates the necessary |
555 | ``extensions.json``, ``settings.json``, ``tasks.json``and ``launch.json`` | 555 | ``extensions.json``, ``settings.json``, ``tasks.json`` and ``launch.json`` |
556 | configuration files for all the involved plugins. | 556 | configuration files for all the involved plugins. |
557 | 557 | ||
558 | When the source code folder present in the workspace folder is opened in | 558 | When the source code folder present in the workspace folder is opened in |
diff --git a/documentation/dev-manual/start.rst b/documentation/dev-manual/start.rst index 0f015d4340..e6cb6f4551 100644 --- a/documentation/dev-manual/start.rst +++ b/documentation/dev-manual/start.rst | |||
@@ -860,7 +860,7 @@ Initializing the Build Environment | |||
860 | Before you can use Yocto you need to setup the build environment. | 860 | Before you can use Yocto you need to setup the build environment. |
861 | From within the ``poky`` directory, source the :ref:`ref-manual/structure:\`\`oe-init-build-env\`\`` environment | 861 | From within the ``poky`` directory, source the :ref:`ref-manual/structure:\`\`oe-init-build-env\`\`` environment |
862 | setup script to define Yocto Project's build environment on your build host:: | 862 | setup script to define Yocto Project's build environment on your build host:: |
863 | 863 | ||
864 | $ source oe-init-build-env | 864 | $ source oe-init-build-env |
865 | 865 | ||
866 | Note, that this step will have to be repeated every time you open a new shell. | 866 | Note, that this step will have to be repeated every time you open a new shell. |