From 90d98a4c9de381f6258b0b2198faf30d3dceb7f0 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 25 Jun 2019 14:14:28 -0700 Subject: 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 Signed-off-by: Richard Purdie --- .../brief-yoctoprojectqs/brief-yoctoprojectqs.xml | 31 +++++++++++----------- 1 file changed, 16 insertions(+), 15 deletions(-) (limited to 'documentation') 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 @@ $ 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. Move to the poky 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 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: - $ 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. - + 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. The hardware layer now exists with other layers inside the Poky reference repository on your build host as meta-altera 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. You can find more information on adding layers in the "Adding a Layer Using the bitbake-layers Script" -- cgit v1.2.3-54-g00ecf