1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-01 00:59:48 +00:00

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 27cff3f045
commit aba90fdf2f
+1 -1
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