diff options
author | Joshua Lock <josh@linux.intel.com> | 2010-06-14 11:45:30 +0100 |
---|---|---|
committer | Joshua Lock <josh@linux.intel.com> | 2010-06-14 12:05:17 +0100 |
commit | c3e09804e5157237e86b44b51126be06b97139f8 (patch) | |
tree | d64c432a9ec06dde0b0ef2dea3bbe214f36eed69 /handbook | |
parent | 71d24f5d1a924e378637bcbf2bb53273342d3da6 (diff) | |
download | openembedded-core-c3e09804e5157237e86b44b51126be06b97139f8.tar.gz openembedded-core-c3e09804e5157237e86b44b51126be06b97139f8.tar.bz2 openembedded-core-c3e09804e5157237e86b44b51126be06b97139f8.zip |
handbook: Fix references to the stable release
The handbook was still talking about the purple release, we're green now
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'handbook')
-rw-r--r-- | handbook/introduction.xml | 6 | ||||
-rw-r--r-- | handbook/poky-handbook.xml | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/handbook/introduction.xml b/handbook/introduction.xml index a7ea20ff0d..8ec98f5453 100644 --- a/handbook/introduction.xml +++ b/handbook/introduction.xml @@ -177,9 +177,9 @@ <para> <literallayout class='monospaced'> -$ wget http://pokylinux.org/releases/purple-3.2.1.tar.gz -$ tar zxvf purple-3.2.1.tar.gz -$ cd purple-3.2.1/ +$ wget http://pokylinux.org/releases/poky-green-3.3.tar.bz2 +$ tar zxvf poky-green-3.3.tar.bz2 +$ cd green-3.3/ $ source poky-init-build-env $ bitbake poky-image-sato $ runqemu qemux86 diff --git a/handbook/poky-handbook.xml b/handbook/poky-handbook.xml index 1064a545a4..93673318eb 100644 --- a/handbook/poky-handbook.xml +++ b/handbook/poky-handbook.xml @@ -44,8 +44,8 @@ <revhistory> <revision> - <revnumber>3.2+git</revnumber> - <date>18 March 2010</date> + <revnumber>3.3</revnumber> + <date>11 June 2010</date> <revremark>Poky Master Documentation</revremark> </revision> </revhistory> |