summaryrefslogtreecommitdiffstats
path: root/documentation/brief-yoctoprojectqs
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-10-27 15:09:08 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-10-28 15:48:03 +0100
commitb44fbe5b1b425b8a8c23e4f0ba80583944ab303a (patch)
tree5e1787b385f95ffaf7fa2cf5507ff2a91ef39d07 /documentation/brief-yoctoprojectqs
parent50458d923826ae96deaf799fa7ee1e0584cb57ff (diff)
downloadpoky-b44fbe5b1b425b8a8c23e4f0ba80583944ab303a.tar.gz
manuals: use references to the "Build Directory" term
Replace instances of "Build Directory" and "build directory" (when applicable) by :term:`Build Directory` as already done in most places. Doing this, fix the indentation of the paragraphs with this term. (From yocto-docs rev: dce50679242d39f133e0cde5c8483b5e69f3eb54) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/brief-yoctoprojectqs')
-rw-r--r--documentation/brief-yoctoprojectqs/index.rst12
1 files changed, 5 insertions, 7 deletions
diff --git a/documentation/brief-yoctoprojectqs/index.rst b/documentation/brief-yoctoprojectqs/index.rst
index 100022ceba..d322bbca6b 100644
--- a/documentation/brief-yoctoprojectqs/index.rst
+++ b/documentation/brief-yoctoprojectqs/index.rst
@@ -224,13 +224,13 @@ an entire Linux distribution, including the toolchain, from source.
224 224
225 Among other things, the script creates the :term:`Build Directory`, which is 225 Among other things, the script creates the :term:`Build Directory`, which is
226 ``build`` in this case and is located in the :term:`Source Directory`. After 226 ``build`` in this case and is located in the :term:`Source Directory`. After
227 the script runs, your current working directory is set to the Build 227 the script runs, your current working directory is set to the
228 Directory. Later, when the build completes, the Build Directory contains all the 228 :term:`Build Directory`. Later, when the build completes, the
229 files created during the build. 229 :term:`Build Directory` contains all the files created during the build.
230 230
231#. **Examine Your Local Configuration File:** When you set up the build 231#. **Examine Your Local Configuration File:** When you set up the build
232 environment, a local configuration file named ``local.conf`` becomes 232 environment, a local configuration file named ``local.conf`` becomes
233 available in a ``conf`` subdirectory of the Build Directory. For this 233 available in a ``conf`` subdirectory of the :term:`Build Directory`. For this
234 example, the defaults are set to build for a ``qemux86`` target, 234 example, the defaults are set to build for a ``qemux86`` target,
235 which is suitable for emulation. The package manager used is set to 235 which is suitable for emulation. The package manager used is set to
236 the RPM package manager. 236 the RPM package manager.
@@ -345,9 +345,7 @@ Follow these steps to add a hardware layer:
345 345
346#. **Add Your Layer to the Layer Configuration File:** Before you can use 346#. **Add Your Layer to the Layer Configuration File:** Before you can use
347 a layer during a build, you must add it to your ``bblayers.conf`` 347 a layer during a build, you must add it to your ``bblayers.conf``
348 file, which is found in the 348 file, which is found in the :term:`Build Directory` ``conf`` directory.
349 :term:`Build Directory` ``conf``
350 directory.
351 349
352 Use the ``bitbake-layers add-layer`` command to add the layer to the 350 Use the ``bitbake-layers add-layer`` command to add the layer to the
353 configuration file: 351 configuration file: