summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2019-06-25 14:14:28 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-07-18 12:17:05 +0100
commit90d98a4c9de381f6258b0b2198faf30d3dceb7f0 (patch)
treefad1cf74df4151f115d3e82ce73d75165fad868c /documentation
parentf8e62cc5e11015d836169d0de93746b278f8145a (diff)
downloadpoky-90d98a4c9de381f6258b0b2198faf30d3dceb7f0.tar.gz
brief-yoctoprojectqs: Updated examples.
I ran the examples against the latest poky repo to get updated example output. (From yocto-docs rev: c2b272f10b731e744f0ecddab6ad37dc13579dcf) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.xml31
1 files changed, 16 insertions, 15 deletions
diff --git a/documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.xml b/documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.xml
index 5da03a890d..f261deed80 100644
--- a/documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.xml
+++ b/documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.xml
@@ -148,11 +148,11 @@
148 <literallayout class='monospaced'> 148 <literallayout class='monospaced'>
149 $ git clone git://git.yoctoproject.org/poky 149 $ git clone git://git.yoctoproject.org/poky
150 Cloning into 'poky'... 150 Cloning into 'poky'...
151 remote: Counting objects: 428632, done. 151 remote: Counting objects: 445141, done.
152 remote: Compressing objects: 100% (101203/101203), done. 152 remote: Compressing objects: 100% (105214/105214), done.
153 remote: Total 428632 (delta 320463), reused 428532 (delta 320363) 153 remote: Total 445141 (delta 333098), reused 444745 (delta 332720)
154 Receiving objects: 100% (428632/428632), 153.01 MiB | 12.40 MiB/s, done. 154 Receiving objects: 100% (445141/445141), 156.60 MiB | 5.13 MiB/s, done.
155 Resolving deltas: 100% (320463/320463), done. 155 Resolving deltas: 100% (333098/333098), done.
156 Checking connectivity... done. 156 Checking connectivity... done.
157 </literallayout> 157 </literallayout>
158 Move to the <filename>poky</filename> directory and take a look 158 Move to the <filename>poky</filename> directory and take a look
@@ -172,8 +172,12 @@
172 yocto-2.5 172 yocto-2.5
173 yocto-2.5.1 173 yocto-2.5.1
174 yocto-2.5.2 174 yocto-2.5.2
175 yocto-2.5.3
175 yocto-2.6 176 yocto-2.6
176 yocto-2.6.1 177 yocto-2.6.1
178 yocto-2.6.2
179 yocto-2.6.3
180 yocto-2.7
177 yocto_1.5_M5.rc8 181 yocto_1.5_M5.rc8
178 </literallayout> 182 </literallayout>
179 For this example, check out the branch based on the 183 For this example, check out the branch based on the
@@ -388,16 +392,15 @@
388 You can put the copy in the top level of the copy of the 392 You can put the copy in the top level of the copy of the
389 Poky repository created earlier: 393 Poky repository created earlier:
390 <literallayout class='monospaced'> 394 <literallayout class='monospaced'>
391 $ cd ~/poky
392 $ git clone https://github.com/kraj/meta-altera.git 395 $ git clone https://github.com/kraj/meta-altera.git
393 Cloning into 'meta-altera'... 396 Cloning into 'meta-altera'...
394 remote: Counting objects: 25170, done. 397 remote: Enumerating objects: 219, done.
395 remote: Compressing objects: 100% (350/350), done. 398 remote: Counting objects: 100% (219/219), done.
396 remote: Total 25170 (delta 645), reused 719 (delta 538), pack-reused 24219 399 remote: Compressing objects: 100% (116/116), done.
397 Receiving objects: 100% (25170/25170), 41.02 MiB | 1.64 MiB/s, done. 400 remote: Total 1463 (delta 111), reused 172 (delta 79), pack-reused 1244
398 Resolving deltas: 100% (13385/13385), done. 401 Receiving objects: 100% (1463/1463), 211.60 KiB | 0 bytes/s, done.
399 Checking connectivity... done. 402 Resolving deltas: 100% (706/706), done.
400 </literallayout> 403 Checking connectivity... done. </literallayout>
401 The hardware layer now exists with other layers inside 404 The hardware layer now exists with other layers inside
402 the Poky reference repository on your build host as 405 the Poky reference repository on your build host as
403 <filename>meta-altera</filename> and contains all the 406 <filename>meta-altera</filename> and contains all the
@@ -435,8 +438,6 @@
435 $ cd ~/poky/build 438 $ cd ~/poky/build
436 $ bitbake-layers add-layer ../meta-altera 439 $ bitbake-layers add-layer ../meta-altera
437 NOTE: Starting bitbake server... 440 NOTE: Starting bitbake server...
438 Parsing recipes: 100% |##################################################################| Time: 0:00:32
439 Parsing of 918 .bb files complete (0 cached, 918 parsed). 1401 targets, 123 skipped, 0 masked, 0 errors.
440 </literallayout> 441 </literallayout>
441 You can find more information on adding layers in the 442 You can find more information on adding layers in the
442 "<ulink url='&YOCTO_DOCS_DEV_URL;#adding-a-layer-using-the-bitbake-layers-script'>Adding a Layer Using the <filename>bitbake-layers</filename> Script</ulink>" 443 "<ulink url='&YOCTO_DOCS_DEV_URL;#adding-a-layer-using-the-bitbake-layers-script'>Adding a Layer Using the <filename>bitbake-layers</filename> Script</ulink>"