summaryrefslogtreecommitdiffstats
path: root/documentation/brief-yoctoprojectqs/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/brief-yoctoprojectqs/index.rst')
-rw-r--r--documentation/brief-yoctoprojectqs/index.rst14
1 files changed, 7 insertions, 7 deletions
diff --git a/documentation/brief-yoctoprojectqs/index.rst b/documentation/brief-yoctoprojectqs/index.rst
index c1b78d0f59..51f684af01 100644
--- a/documentation/brief-yoctoprojectqs/index.rst
+++ b/documentation/brief-yoctoprojectqs/index.rst
@@ -20,7 +20,7 @@ build a reference embedded OS called Poky.
20 (:term:`Build Host`) is not 20 (:term:`Build Host`) is not
21 a native Linux system, you can still perform these steps by using 21 a native Linux system, you can still perform these steps by using
22 CROss PlatformS (CROPS) and setting up a Poky container. See the 22 CROss PlatformS (CROPS) and setting up a Poky container. See the
23 :ref:`dev-manual/dev-manual-start:setting up to use cross platforms (crops)` 23 :ref:`dev-manual/start:setting up to use cross platforms (crops)`
24 section 24 section
25 in the Yocto Project Development Tasks Manual for more 25 in the Yocto Project Development Tasks Manual for more
26 information. 26 information.
@@ -34,7 +34,7 @@ build a reference embedded OS called Poky.
34 compatible but not officially supported nor validated with 34 compatible but not officially supported nor validated with
35 WSLv2, if you still decide to use WSL please upgrade to WSLv2. 35 WSLv2, if you still decide to use WSL please upgrade to WSLv2.
36 36
37 See the :ref:`dev-manual/dev-manual-start:setting up to use windows 37 See the :ref:`dev-manual/start:setting up to use windows
38 subsystem for linux (wslv2)` section in the Yocto Project Development 38 subsystem for linux (wslv2)` section in the Yocto Project Development
39 Tasks Manual for more information. 39 Tasks Manual for more information.
40 40
@@ -55,7 +55,7 @@ following requirements:
55 :ref:`ref-manual/ref-system-requirements:supported linux distributions` 55 :ref:`ref-manual/ref-system-requirements:supported linux distributions`
56 section in the Yocto Project Reference Manual. For detailed 56 section in the Yocto Project Reference Manual. For detailed
57 information on preparing your build host, see the 57 information on preparing your build host, see the
58 :ref:`dev-manual/dev-manual-start:preparing the build host` 58 :ref:`dev-manual/start:preparing the build host`
59 section in the Yocto Project Development Tasks Manual. 59 section in the Yocto Project Development Tasks Manual.
60 60
61- 61-
@@ -145,7 +145,7 @@ branch at the time of the Yocto Project &DISTRO_REL_TAG; release.
145 145
146For more options and information about accessing Yocto Project related 146For more options and information about accessing Yocto Project related
147repositories, see the 147repositories, see the
148:ref:`dev-manual/dev-manual-start:locating yocto project source files` 148:ref:`dev-manual/start:locating yocto project source files`
149section in the Yocto Project Development Tasks Manual. 149section in the Yocto Project Development Tasks Manual.
150 150
151Building Your Image 151Building Your Image
@@ -257,7 +257,7 @@ an entire Linux distribution, including the toolchain, from source.
257 $ runqemu qemux86-64 257 $ runqemu qemux86-64
258 258
259 If you want to learn more about running QEMU, see the 259 If you want to learn more about running QEMU, see the
260 :ref:`dev-manual/dev-manual-qemu:using the quick emulator (qemu)` chapter in 260 :ref:`dev-manual/qemu:using the quick emulator (qemu)` chapter in
261 the Yocto Project Development Tasks Manual. 261 the Yocto Project Development Tasks Manual.
262 262
263#. **Exit QEMU:** Exit QEMU by either clicking on the shutdown icon or by typing 263#. **Exit QEMU:** Exit QEMU by either clicking on the shutdown icon or by typing
@@ -346,7 +346,7 @@ Follow these steps to add a hardware layer:
346 346
347 You can find 347 You can find
348 more information on adding layers in the 348 more information on adding layers in the
349 :ref:`dev-manual/dev-manual-common-tasks:adding a layer using the \`\`bitbake-layers\`\` script` 349 :ref:`dev-manual/common-tasks:adding a layer using the \`\`bitbake-layers\`\` script`
350 section. 350 section.
351 351
352Completing these steps has added the ``meta-altera`` layer to your Yocto 352Completing these steps has added the ``meta-altera`` layer to your Yocto
@@ -381,7 +381,7 @@ The following commands run the tool to create a layer named
381 381
382For more information 382For more information
383on layers and how to create them, see the 383on layers and how to create them, see the
384:ref:`dev-manual/dev-manual-common-tasks:creating a general layer using the \`\`bitbake-layers\`\` script` 384:ref:`dev-manual/common-tasks:creating a general layer using the \`\`bitbake-layers\`\` script`
385section in the Yocto Project Development Tasks Manual. 385section in the Yocto Project Development Tasks Manual.
386 386
387Where To Go Next 387Where To Go Next