diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-11-23 10:58:23 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-25 15:26:48 +0000 |
commit | adcf8bf7b52460b94998438e8c2bf854cdec0a80 (patch) | |
tree | 02cb7ae971dce7e464b31cdd88d47bc710f0c1e4 /documentation/adt-manual | |
parent | fda17235fdba53583b5a0ed8187021cd5c093a09 (diff) | |
download | poky-adcf8bf7b52460b94998438e8c2bf854cdec0a80.tar.gz |
documentation/adt-manual/adt-prepare.xml: Fixed bad URL for edison tarball
The URL for the edision tarball was old and had been locked down in
the manual too early. It changed and now this fixes it.
(From yocto-docs rev: 8790b84e3a2d04e557f048e30085813a1e8fb003)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/adt-manual')
-rw-r--r-- | documentation/adt-manual/adt-prepare.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/adt-manual/adt-prepare.xml b/documentation/adt-manual/adt-prepare.xml index 3fa59ec19e..aec0265fd9 100644 --- a/documentation/adt-manual/adt-prepare.xml +++ b/documentation/adt-manual/adt-prepare.xml | |||
@@ -79,7 +79,7 @@ | |||
79 | $ cd ~ | 79 | $ cd ~ |
80 | $ mkdir yocto-project | 80 | $ mkdir yocto-project |
81 | $ cd yocto-project | 81 | $ cd yocto-project |
82 | $ wget http://www.yoctoproject.org/downloads/poky/poky-edison-6.0.tar.bz2 | 82 | $ wget http://downloads.yoctoproject.org/releases/yocto/yocto-1.1/poky-edison-6.0.tar.bz2 |
83 | $ tar xjf poky-edison-6.0.tar.bz2 | 83 | $ tar xjf poky-edison-6.0.tar.bz2 |
84 | $ source poky-edison-6.0/oe-init-build-env | 84 | $ source poky-edison-6.0/oe-init-build-env |
85 | $ bitbake adt-installer | 85 | $ bitbake adt-installer |