From aba90fdf2fa1be1df5381b729c1c59392618bfd8 Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Mon, 14 Jun 2010 12:07:03 +0100 Subject: handbook: fix extraction command We ship bzipped tarballs now so we need to pass j to tar, not z Signed-off-by: Joshua Lock --- handbook/introduction.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ $ 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/ $ source poky-init-build-env $ bitbake poky-image-sato -- cgit v1.2.3-54-g00ecf