summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/building.rst
diff options
context:
space:
mode:
authorEnguerrand de Ribaucourt <enguerrand.de-ribaucourt@savoirfairelinux.com>2024-01-02 12:09:33 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-01-12 11:34:05 +0000
commited6c38e3aff120a2caf817bb9fe4324979278edc (patch)
treeb1a49ec2be47a4d6c1b2b8996ae19e243be438a9 /documentation/dev-manual/building.rst
parentf72759de573c97b291717cfe6043305b9797282e (diff)
downloadpoky-ed6c38e3aff120a2caf817bb9fe4324979278edc.tar.gz
manuals: document VSCode extension
The VSCode extension is now officially maintained and published by the Yocto Project so it should be referenced in the manuals to help users discover it. I located the most relevant places to reference the extension by looking at how the old Eclipse plugin was documented in the 2.6 manuals as well as the current Toaster references. (From yocto-docs rev: 645153504690aa8a69b028e95a5e9d2da9644cf1) Signed-off-by: Enguerrand de Ribaucourt <enguerrand.de-ribaucourt@savoirfairelinux.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/building.rst')
-rw-r--r--documentation/dev-manual/building.rst4
1 files changed, 4 insertions, 0 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