Ver código fonte

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>
Scott Rifenbark 6 anos atrás
pai
commit
90d98a4c9d

+ 16 - 15
documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.xml

@@ -148,11 +148,11 @@
             <literallayout class='monospaced'>
      $ git clone git://git.yoctoproject.org/poky
      Cloning into 'poky'...
-     remote: Counting objects: 428632, done.
-     remote: Compressing objects: 100% (101203/101203), done.
-     remote: Total 428632 (delta 320463), reused 428532 (delta 320363)
-     Receiving objects: 100% (428632/428632), 153.01 MiB | 12.40 MiB/s, done.
-     Resolving deltas: 100% (320463/320463), done.
+     remote: Counting objects: 445141, done.
+     remote: Compressing objects: 100% (105214/105214), done.
+     remote: Total 445141 (delta 333098), reused 444745 (delta 332720)
+     Receiving objects: 100% (445141/445141), 156.60 MiB | 5.13 MiB/s, done.
+     Resolving deltas: 100% (333098/333098), done.
      Checking connectivity... done.
             </literallayout>
             Move to the <filename>poky</filename> directory and take a look
@@ -172,8 +172,12 @@
      yocto-2.5
      yocto-2.5.1
      yocto-2.5.2
+     yocto-2.5.3
      yocto-2.6
      yocto-2.6.1
+     yocto-2.6.2
+     yocto-2.6.3
+     yocto-2.7
      yocto_1.5_M5.rc8
             </literallayout>
             For this example, check out the branch based on the
@@ -388,16 +392,15 @@
                     You can put the copy in the top level of the copy of the
                     Poky repository created earlier:
                     <literallayout class='monospaced'>
-     $ cd ~/poky
      $ git clone https://github.com/kraj/meta-altera.git
      Cloning into 'meta-altera'...
-     remote: Counting objects: 25170, done.
-     remote: Compressing objects: 100% (350/350), done.
-     remote: Total 25170 (delta 645), reused 719 (delta 538), pack-reused 24219
-     Receiving objects: 100% (25170/25170), 41.02 MiB | 1.64 MiB/s, done.
-     Resolving deltas: 100% (13385/13385), done.
-     Checking connectivity... done.
-                    </literallayout>
+     remote: Enumerating objects: 219, done.
+     remote: Counting objects: 100% (219/219), done.
+     remote: Compressing objects: 100% (116/116), done.
+     remote: Total 1463 (delta 111), reused 172 (delta 79), pack-reused 1244
+     Receiving objects: 100% (1463/1463), 211.60 KiB | 0 bytes/s, done.
+     Resolving deltas: 100% (706/706), done.
+     Checking connectivity... done.                    </literallayout>
                     The hardware layer now exists with other layers inside
                     the Poky reference repository on your build host as
                     <filename>meta-altera</filename> and contains all the
@@ -435,8 +438,6 @@
      $ cd ~/poky/build
      $ bitbake-layers add-layer ../meta-altera
      NOTE: Starting bitbake server...
-     Parsing recipes: 100% |##################################################################| Time: 0:00:32
-     Parsing of 918 .bb files complete (0 cached, 918 parsed). 1401 targets, 123 skipped, 0 masked, 0 errors.
                     </literallayout>
                     You can find more information on adding layers in the
                     "<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>"