From adcf8bf7b52460b94998438e8c2bf854cdec0a80 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 23 Nov 2011 10:58:23 -0800 Subject: [PATCH] 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 Signed-off-by: Richard Purdie --- documentation/adt-manual/adt-prepare.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ $ cd ~ $ mkdir yocto-project $ cd yocto-project - $ wget http://www.yoctoproject.org/downloads/poky/poky-edison-6.0.tar.bz2 + $ wget http://downloads.yoctoproject.org/releases/yocto/yocto-1.1/poky-edison-6.0.tar.bz2 $ tar xjf poky-edison-6.0.tar.bz2 $ source poky-edison-6.0/oe-init-build-env $ bitbake adt-installer