summaryrefslogtreecommitdiffstats
path: root/documentation/yocto-project-qs
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-10-31 06:51:30 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-31 22:38:09 +0000
commit1aac5c310f718f5da8fd6f61087c3aa8953638dd (patch)
treeae4860dc09149b75a90417ca620101748682c4dc /documentation/yocto-project-qs
parent1924f52cc894d4dd6b9d9c1a2248b32fc0a24c8c (diff)
downloadpoky-1aac5c310f718f5da8fd6f61087c3aa8953638dd.tar.gz
documentation/yocto-project-qs/yocto-project-qs.xml: fix tarball URL
Community member Robert P.J. Day pointed out that the URL used to reference the Edison tarball in the manual was incorrect. It was pointing to the old Poky area and not the Yocto-1.1 area. I have updated the example 'wget' command with the correct URL. (From yocto-docs rev: 402500c03a625dd7e2561775926e3a983daa0ab6) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/yocto-project-qs')
-rw-r--r--documentation/yocto-project-qs/yocto-project-qs.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml
index 41da903e37..d304977b7d 100644
--- a/documentation/yocto-project-qs/yocto-project-qs.xml
+++ b/documentation/yocto-project-qs/yocto-project-qs.xml
@@ -323,7 +323,7 @@
323 323
324 <para> 324 <para>
325 <literallayout class='monospaced'> 325 <literallayout class='monospaced'>
326 $ wget http://www.yoctoproject.org/downloads/poky/poky-edison-6.0.tar.bz2 326 $ wget http://www.downloads.yoctoproject.org/releases/yocto/yocto-1.1/poky-edison-6.0.tar.bz2
327 $ tar xjf poky-edison-6.0.tar.bz2 327 $ tar xjf poky-edison-6.0.tar.bz2
328 $ source poky-edison-6.0/oe-init-build-env edison-6.0-build 328 $ source poky-edison-6.0/oe-init-build-env edison-6.0-build
329 </literallayout> 329 </literallayout>