diff options
author | Joshua Lock <josh@linux.intel.com> | 2010-06-14 12:07:03 +0100 |
---|---|---|
committer | Joshua Lock <josh@linux.intel.com> | 2010-06-14 12:07:03 +0100 |
commit | 45a26b92e38d89b02e25d50cd70c0b9db17df287 (patch) | |
tree | fe8fba017299ac0a2977952119229ecb4dc662bd /handbook/introduction.xml | |
parent | 85982ab6cdaf2a2c157aeb701516cb8cfc6fba84 (diff) | |
download | openembedded-core-45a26b92e38d89b02e25d50cd70c0b9db17df287.tar.gz openembedded-core-45a26b92e38d89b02e25d50cd70c0b9db17df287.tar.bz2 openembedded-core-45a26b92e38d89b02e25d50cd70c0b9db17df287.zip |
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>
Diffstat (limited to 'handbook/introduction.xml')
-rw-r--r-- | handbook/introduction.xml | 2 |
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 @@ <para> <literallayout class='monospaced'> $ 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 |