summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2010-06-14 12:07:03 +0100
committerJoshua Lock <josh@linux.intel.com>2010-06-14 12:08:12 +0100
commitaba90fdf2fa1be1df5381b729c1c59392618bfd8 (patch)
treee4c98c7c2a023ce2d57d1017624da4fc8796f8ca
parent27cff3f04527f5121ee99f45206f92bffa08dd91 (diff)
downloadpoky-aba90fdf2fa1be1df5381b729c1c59392618bfd8.tar.gz
handbook: fix extraction command
We ship bzipped tarballs now so we need to pass j to tar, not z Signed-off-by: Joshua Lock <josh@linux.intel.com>
-rw-r--r--handbook/introduction.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/handbook/introduction.xml b/handbook/introduction.xml
index 8ec98f5453..106689c7af 100644
--- a/handbook/introduction.xml
+++ b/handbook/introduction.xml
@@ -178,7 +178,7 @@
178 <para> 178 <para>
179 <literallayout class='monospaced'> 179 <literallayout class='monospaced'>
180$ wget http://pokylinux.org/releases/poky-green-3.3.tar.bz2 180$ wget http://pokylinux.org/releases/poky-green-3.3.tar.bz2
181$ tar zxvf poky-green-3.3.tar.bz2 181$ tar zjvf poky-green-3.3.tar.bz2
182$ cd green-3.3/ 182$ cd green-3.3/
183$ source poky-init-build-env 183$ source poky-init-build-env
184$ bitbake poky-image-sato 184$ bitbake poky-image-sato