diff options
Diffstat (limited to 'documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.rst')
-rw-r--r-- | documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.rst | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.rst b/documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.rst index 712d5c7f8e..563c3f2d9a 100644 --- a/documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.rst +++ b/documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.rst | |||
@@ -162,10 +162,10 @@ an entire Linux distribution, including the toolchain, from source. | |||
162 | <target>' Common targets are: core-image-minimal core-image-sato | 162 | <target>' Common targets are: core-image-minimal core-image-sato |
163 | meta-toolchain meta-ide-support You can also run generated qemu | 163 | meta-toolchain meta-ide-support You can also run generated qemu |
164 | images with a command like 'runqemu qemux86-64' Among other things, | 164 | images with a command like 'runqemu qemux86-64' Among other things, |
165 | the script creates the `Build | 165 | the script creates the |
166 | Directory <&YOCTO_DOCS_REF_URL;#build-directory>`__, which is | 166 | :term:`Build Directory`, which is |
167 | ``build`` in this case and is located in the `Source | 167 | ``build`` in this case and is located in the :term:`Source Directory`. |
168 | Directory <&YOCTO_DOCS_REF_URL;#source-directory>`__. After the | 168 | After the |
169 | script runs, your current working directory is set to the Build | 169 | script runs, your current working directory is set to the Build |
170 | Directory. Later, when the build completes, the Build Directory | 170 | Directory. Later, when the build completes, the Build Directory |
171 | contains all the files created during the build. | 171 | contains all the files created during the build. |
@@ -271,8 +271,8 @@ Follow these steps to add a hardware layer: | |||
271 | 271 | ||
272 | 4. *Add Your Layer to the Layer Configuration File:* Before you can use | 272 | 4. *Add Your Layer to the Layer Configuration File:* Before you can use |
273 | a layer during a build, you must add it to your ``bblayers.conf`` | 273 | a layer during a build, you must add it to your ``bblayers.conf`` |
274 | file, which is found in the `Build | 274 | file, which is found in the |
275 | Directory's <&YOCTO_DOCS_REF_URL;#build-directory>`__ ``conf`` | 275 | :term:`Build Directory` ``conf`` |
276 | directory. | 276 | directory. |
277 | 277 | ||
278 | Use the ``bitbake-layers add-layer`` command to add the layer to the | 278 | Use the ``bitbake-layers add-layer`` command to add the layer to the |