summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-10-04 12:49:27 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-04 23:12:07 +0100
commit109150de4d81b1fdb9e4dbef218bfd2231cca7ce (patch)
tree03b105a1f6abe7369b6275cd4e40c090604f1303 /documentation
parentb9a732d4c7d20d218db22e6c66ecc38efe193f77 (diff)
downloadast2050-yocto-poky-109150de4d81b1fdb9e4dbef218bfd2231cca7ce.zip
ast2050-yocto-poky-109150de4d81b1fdb9e4dbef218bfd2231cca7ce.tar.gz
documentation/dev-manual/dev-manual-start.xml: console updates and tar update
I re-ran the exmaples to set up various Git repos and updated the output. Also fixed a bad tarball name from edison-1.1 to edison-6.0 (From yocto-docs rev: 6538d588fa35986ff301a22d327af73c337ec43c) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/dev-manual-start.xml42
1 files changed, 19 insertions, 23 deletions
diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml
index d4f8026..d04fdf3 100644
--- a/documentation/dev-manual/dev-manual-start.xml
+++ b/documentation/dev-manual/dev-manual-start.xml
@@ -79,7 +79,7 @@
into the current working directory and sets up the Yocto Project file structure
with a top-level directory named <filename>poky-1.1</filename>:
<literallayout class='monospaced'>
- $ tar xfj poky-edison-1.1.tar.bz2
+ $ tar xfj poky-edison-6.0.tar.bz2
</literallayout></para>
<para>This method does not produce a Git repository.
Instead, you simply end up with a local snapshot of the
@@ -98,12 +98,11 @@
<literallayout class='monospaced'>
$ git clone git://git.yoctoproject.org/poky
Initialized empty Git repository in /home/scottrif/poky/.git/
- remote: Counting objects: 107624, done.
- remote: Compressing objects: 100% (37128/37128), done.
- remote: Total 107624 (delta 73393), reused 99851 (delta 67287)
- Receiving objects: 100% (107624/107624), 69.74 MiB | 483 KiB/s, done.
- Resolving deltas: 100% (73393/73393), done.
- </literallayout></para>
+ remote: Counting objects: 116882, done.
+ remote: Compressing objects: 100% (35987/35987), done.
+ remote: Total 116882 (delta 80651), reused 113045 (delta 77578)
+ Receiving objects: 100% (116882/116882), 72.13 MiB | 2.68 MiB/s, done.
+ Resolving deltas: 100% (80651/80651), done. </literallayout></para>
<para>For another example of how to set up your own local Git repositories, see this
<ulink url='https://wiki.yoctoproject.org/wiki/Transcript:_from_git_checkout_to_meta-intel_BSP'>
wiki page</ulink>, which describes how to create both <filename>poky</filename>
@@ -129,19 +128,17 @@
copy is named <filename>linux-yocto-3.0</filename>:
<literallayout class='monospaced'>
$ git clone --bare git://git.yoctoproject.org/linux-yocto-3.0 linux-yocto-3.0.git
- Initialized empty Git repository in /home/scottrif/poky/linux-yocto-3.0.git/
- remote: Counting objects: 1886034, done.
- remote: Compressing objects: 100% (314326/314326), done.
- remote: Total 1886034 (delta 1570200), reused 1870337 (delta 1554798)
- Receiving objects: 100% (1886034/1886034), 401.51 MiB | 3.27 MiB/s, done.
- Resolving deltas: 100% (1570200/1570200), done.
- </literallayout></para>
+ Initialized empty Git repository in /home/scottrif/linux-yocto-3.0.git/
+ remote: Counting objects: 2123870, done.
+ remote: Compressing objects: 100% (341338/341338), done.
+ remote: Total 2123870 (delta 1778780), reused 2107534 (delta 1762583)
+ Receiving objects: 100% (2123870/2123870), 445.72 MiB | 2.06 MiB/s, done.
+ Resolving deltas: 100% (1778780/1778780), done. </literallayout></para>
<para>Now create a clone of the bare clone just created:
<literallayout class='monospaced'>
$ git clone linux-yocto-3.0.git linux-yocto-3.0
- Initialized empty Git repository in /home/scottrif/poky/linux-yocto-3.0/.git/
- Checking out files: 100% (35188/35188), done.
- </literallayout></para></listitem>
+ Initialized empty Git repository in /home/scottrif/linux-yocto-3.0/.git/
+ Checking out files: 100% (36898/36898), done. </literallayout></para></listitem>
<listitem id='poky-extras-repo'><para><emphasis>
The <filename>poky-extras</filename> Git Repository</emphasis>:
The <filename>poky-extras</filename> Git repository contains metadata needed to
@@ -160,12 +157,11 @@
$ cd ~/poky
$ git clone git://git.yoctoproject.org/poky-extras poky-extras
Initialized empty Git repository in /home/scottrif/poky/poky-extras/.git/
- remote: Counting objects: 531, done.
- remote: Compressing objects: 100% (471/471), done.
- remote: Total 531 (delta 138), reused 307 (delta 39)
- Receiving objects: 100% (531/531), 517.86 KiB, done.
- Resolving deltas: 100% (138/138), done.
- </literallayout></para></listitem>
+ remote: Counting objects: 543, done.
+ remote: Compressing objects: 100% (483/483), done.
+ remote: Total 543 (delta 144), reused 307 (delta 39)
+ Receiving objects: 100% (543/543), 520.55 KiB, done.
+ Resolving deltas: 100% (144/144), done. </literallayout></para></listitem>
<listitem><para><emphasis>Supported Board Support Packages (BSPs):</emphasis>
Similar considerations exist for BSPs.
You can get set up for BSP development one of two ways: tarball extraction or
OpenPOWER on IntegriCloud