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.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: