aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/poky.ent
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-09-24 14:47:10 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-10-01 22:52:53 +0100
commit63bc84cdf503207d842452862b9e32db53a3fc91 (patch)
tree63e879f13fd0798b0a4f90285e1ed28c4a345bf0 /documentation/poky.ent
parentec51951f96a1558b4940252a2cb748c46ab540d6 (diff)
downloadopenembedded-core-contrib-63bc84cdf503207d842452862b9e32db53a3fc91.tar.gz
poky.ent: Fixed variable for ADT Installer download link
The YOCTO_ADTINSTALLER_DL_URL variable used to point to the ADT Installer tarball download area was incorrect. It was set to "&YOCTO_RELEASE_DL_URL;/adt_installer". Community member Dusty Clark ran into trouble downloading from the link in the "Current" documentation version of the Application Developer's Manual. I fixed the variable to be YOCTO_ADTINSTALLER_DL_URL "&YOCTO_RELEASE_DL_URL;/adt-installer". Reported-by: Dusty Clark <dclark@mmto.org> (From yocto-docs rev: ac48e0e3ca795356398cd93aa288600a2869510b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/poky.ent')
-rw-r--r--documentation/poky.ent2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/poky.ent b/documentation/poky.ent
index 5040163bdc..4a241cdb00 100644
--- a/documentation/poky.ent
+++ b/documentation/poky.ent
@@ -36,7 +36,7 @@
<!ENTITY YOCTO_RELEASE_DL_URL "&YOCTO_DL_URL;/releases/yocto/yocto-&DISTRO;">
<!ENTITY YOCTO_TOOLCHAIN_DL_URL "&YOCTO_RELEASE_DL_URL;/toolchain/">
<!ENTITY YOCTO_ECLIPSE_DL_URL "&YOCTO_RELEASE_DL_URL;/eclipse-plugin/indigo;">
-<!ENTITY YOCTO_ADTINSTALLER_DL_URL "&YOCTO_RELEASE_DL_URL;/adt_installer">
+<!ENTITY YOCTO_ADTINSTALLER_DL_URL "&YOCTO_RELEASE_DL_URL;/adt-installer">
<!ENTITY YOCTO_POKY_DL_URL "&YOCTO_RELEASE_DL_URL;/&YOCTO_POKY;.tar.bz2">
<!ENTITY YOCTO_MACHINES_DL_URL "&YOCTO_RELEASE_DL_URL;/machines">
<!ENTITY YOCTO_QEMU_DL_URL "&YOCTO_MACHINES_DL_URL;/qemu">