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>
This commit is contained in:
Joshua Lock 2010-06-14 12:07:03 +01:00
parent 85982ab6cd
commit 45a26b92e3
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@
<para> <para>
<literallayout class='monospaced'> <literallayout class='monospaced'>
$ wget http://pokylinux.org/releases/poky-green-3.3.tar.bz2 $ wget http://pokylinux.org/releases/poky-green-3.3.tar.bz2
$ tar zxvf poky-green-3.3.tar.bz2 $ tar zjvf poky-green-3.3.tar.bz2
$ cd green-3.3/ $ cd green-3.3/
$ source poky-init-build-env $ source poky-init-build-env
$ bitbake poky-image-sato $ bitbake poky-image-sato