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:24:19 +0000 |
commit | d7db3680ba7af1a5c56a19d8db32873a2784016b (patch) | |
tree | fc2304d3f545005c65b1d90dfda7de475511b6ff | |
parent | 31c4229d3c0452697c7277f61c77294ffb6d6ebb (diff) | |
download | poky-d7db3680ba7af1a5c56a19d8db32873a2784016b.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: c1668e41babd7ef592dc26271943c99bacc3f181)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 d7afe95ec6..ad745d62ff 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 |