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.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/brief-yoctoprojectqs/index.rst b/documentation/brief-yoctoprojectqs/index.rst
index 63083cb13d..11c67bc351 100644
--- a/documentation/brief-yoctoprojectqs/index.rst
+++ b/documentation/brief-yoctoprojectqs/index.rst
@@ -176,7 +176,7 @@ an entire Linux distribution, including the toolchain, from source.
176 176
177 .. code-block:: shell 177 .. code-block:: shell
178 178
179 $ cd ~/poky 179 $ cd poky
180 $ source oe-init-build-env 180 $ source oe-init-build-env
181 You had no conf/local.conf file. This configuration file has therefore been 181 You had no conf/local.conf file. This configuration file has therefore been
182 created for you with some default values. You may wish to edit it to, for 182 created for you with some default values. You may wish to edit it to, for
@@ -293,7 +293,7 @@ Follow these steps to add a hardware layer:
293 293
294 .. code-block:: shell 294 .. code-block:: shell
295 295
296 $ cd ~/poky 296 $ cd poky
297 $ git clone https://github.com/kraj/meta-altera.git 297 $ git clone https://github.com/kraj/meta-altera.git
298 Cloning into 'meta-altera'... 298 Cloning into 'meta-altera'...
299 remote: Counting objects: 25170, done. 299 remote: Counting objects: 25170, done.
@@ -337,7 +337,7 @@ Follow these steps to add a hardware layer:
337 337
338 .. code-block:: shell 338 .. code-block:: shell
339 339
340 $ cd ~/poky/build 340 $ cd poky/build
341 $ bitbake-layers add-layer ../meta-altera 341 $ bitbake-layers add-layer ../meta-altera
342 NOTE: Starting bitbake server... 342 NOTE: Starting bitbake server...
343 Parsing recipes: 100% |##################################################################| Time: 0:00:32 343 Parsing recipes: 100% |##################################################################| Time: 0:00:32
@@ -374,7 +374,7 @@ The following commands run the tool to create a layer named
374 374
375.. code-block:: shell 375.. code-block:: shell
376 376
377 $ cd ~/poky 377 $ cd poky
378 $ bitbake-layers create-layer meta-mylayer 378 $ bitbake-layers create-layer meta-mylayer
379 NOTE: Starting bitbake server... 379 NOTE: Starting bitbake server...
380 Add your new layer with 'bitbake-layers add-layer meta-mylayer' 380 Add your new layer with 'bitbake-layers add-layer meta-mylayer'