summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/building.rst4
-rw-r--r--documentation/dev-manual/start.rst15
2 files changed, 16 insertions, 3 deletions
diff --git a/documentation/dev-manual/building.rst b/documentation/dev-manual/building.rst
index a395793493..e964bd1aee 100644
--- a/documentation/dev-manual/building.rst
+++ b/documentation/dev-manual/building.rst
@@ -32,6 +32,10 @@ build host running Linux.
32 OpenEmbedded build system, see the 32 OpenEmbedded build system, see the
33 :doc:`/brief-yoctoprojectqs/index` document. 33 :doc:`/brief-yoctoprojectqs/index` document.
34 34
35 - You can also use the `Yocto Project BitBake
36 <https://marketplace.visualstudio.com/items?itemName=yocto-project.yocto-bitbake>`__
37 extension for Visual Studio Code to build images.
38
35The build process creates an entire Linux distribution from source and 39The build process creates an entire Linux distribution from source and
36places it in your :term:`Build Directory` under ``tmp/deploy/images``. For 40places it in your :term:`Build Directory` under ``tmp/deploy/images``. For
37detailed information on the build process using BitBake, see the 41detailed information on the build process using BitBake, see the
diff --git a/documentation/dev-manual/start.rst b/documentation/dev-manual/start.rst
index d70c39d546..762605a0aa 100644
--- a/documentation/dev-manual/start.rst
+++ b/documentation/dev-manual/start.rst
@@ -334,7 +334,10 @@ to use the Extensible SDK, see the ":doc:`/sdk-manual/extensible`" Chapter in th
334Project Application Development and the Extensible Software Development 334Project Application Development and the Extensible Software Development
335Kit (eSDK) manual. If you want to work on the kernel, see the :doc:`/kernel-dev/index`. If you are going to use 335Kit (eSDK) manual. If you want to work on the kernel, see the :doc:`/kernel-dev/index`. If you are going to use
336Toaster, see the ":doc:`/toaster-manual/setup-and-use`" 336Toaster, see the ":doc:`/toaster-manual/setup-and-use`"
337section in the Toaster User Manual. 337section in the Toaster User Manual. If you are a VSCode user, you can configure
338the `Yocto Project BitBake
339<https://marketplace.visualstudio.com/items?itemName=yocto-project.yocto-bitbake>`__
340extension accordingly.
338 341
339Setting Up to Use CROss PlatformS (CROPS) 342Setting Up to Use CROss PlatformS (CROPS)
340----------------------------------------- 343-----------------------------------------
@@ -426,7 +429,10 @@ section. If you are going to use the Extensible SDK container, see the
426Project Application Development and the Extensible Software Development 429Project Application Development and the Extensible Software Development
427Kit (eSDK) manual. If you are going to use the Toaster container, see 430Kit (eSDK) manual. If you are going to use the Toaster container, see
428the ":doc:`/toaster-manual/setup-and-use`" 431the ":doc:`/toaster-manual/setup-and-use`"
429section in the Toaster User Manual. 432section in the Toaster User Manual. If you are a VSCode user, you can configure
433the `Yocto Project BitBake
434<https://marketplace.visualstudio.com/items?itemName=yocto-project.yocto-bitbake>`__
435extension accordingly.
430 436
431Setting Up to Use Windows Subsystem For Linux (WSL 2) 437Setting Up to Use Windows Subsystem For Linux (WSL 2)
432----------------------------------------------------- 438-----------------------------------------------------
@@ -554,7 +560,10 @@ Extensible SDK container, see the ":doc:`/sdk-manual/extensible`" Chapter in the
554Project Application Development and the Extensible Software Development 560Project Application Development and the Extensible Software Development
555Kit (eSDK) manual. If you are going to use the Toaster container, see 561Kit (eSDK) manual. If you are going to use the Toaster container, see
556the ":doc:`/toaster-manual/setup-and-use`" 562the ":doc:`/toaster-manual/setup-and-use`"
557section in the Toaster User Manual. 563section in the Toaster User Manual. If you are a VSCode user, you can configure
564the `Yocto Project BitBake
565<https://marketplace.visualstudio.com/items?itemName=yocto-project.yocto-bitbake>`__
566extension accordingly.
558 567
559Locating Yocto Project Source Files 568Locating Yocto Project Source Files
560=================================== 569===================================