diff options
author | 2009-12-11 14:22:46 +0000 | |
---|---|---|
committer | 2009-12-11 15:03:45 +0000 | |
commit | e8bb07c6011b1de83891e722e9ebfa8ed7003544 (patch) | |
tree | de2a0dc8009dff4927dc894f033eadf83cbfdfda | |
parent | 8626d103f705bf97994caac1e92f51c81e7a5086 (diff) | |
download | poky-e8bb07c6011b1de83891e722e9ebfa8ed7003544.tar.gz poky-e8bb07c6011b1de83891e722e9ebfa8ed7003544.tar.bz2 poky-e8bb07c6011b1de83891e722e9ebfa8ed7003544.zip |
handbook: point people at purple in the introduction
-rw-r--r-- | handbook/introduction.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/handbook/introduction.xml b/handbook/introduction.xml index fd26b81097..c60430f8a8 100644 --- a/handbook/introduction.xml +++ b/handbook/introduction.xml @@ -178,12 +178,12 @@ provided by the principal developer and maintainer of Poky, <ulink url="http://o <para> <literallayout class='monospaced'> -$ wget http://pokylinux.org/releases/pinky-3.1.tar.gz -$ tar zxvf pinky-3.1.tar.gz -$ cd pinky-3.1/ +$ wget http://pokylinux.org/releases/purple-3.2.tar.gz +$ tar zxvf purple-3.2.tar.gz +$ cd purple-3.2/ $ source poky-init-build-env $ bitbake poky-image-sato -$ runqemu qemuarm +$ runqemu qemux86 </literallayout> </para> |