summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-10-31 10:16:49 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-10-31 17:53:43 +0000
commitdbf99ab13496b88dfb93ba50f66f2bbe907f6105 (patch)
treef3415f1e606e8f71ec47f033d6b3aa3d7f39dfe8
parent18d859a8c982a76dda5bfe27a32d1a0905947d2e (diff)
downloadpoky-dbf99ab13496b88dfb93ba50f66f2bbe907f6105.tar.gz
poky-ent: Updated the YOCTO_RELEASE_NOTES variable.
This variable now needs to have the form "&YOCTO_HOME_URL;/downloads/core/&DISTRO_NAME;&DISTRO_COMPRESSED;" The old form was causing the release team to have to hand-redirect the three links in the YP manuals that resolve to the release notes. (From yocto-docs rev: 9c6831672f8e73835ce942b6f171f50a12b0e5bb) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/poky.ent2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/poky.ent b/documentation/poky.ent
index 0c9bddfb08..510e472e7d 100644
--- a/documentation/poky.ent
+++ b/documentation/poky.ent
@@ -14,7 +14,7 @@
14<!ENTITY YOCTO_AB_URL "http://autobuilder.yoctoproject.org"> 14<!ENTITY YOCTO_AB_URL "http://autobuilder.yoctoproject.org">
15<!ENTITY YOCTO_GIT_URL "http://git.yoctoproject.org"> 15<!ENTITY YOCTO_GIT_URL "http://git.yoctoproject.org">
16<!ENTITY YOCTO_ADTREPO_URL "http://adtrepo.yoctoproject.org"> 16<!ENTITY YOCTO_ADTREPO_URL "http://adtrepo.yoctoproject.org">
17<!ENTITY YOCTO_RELEASE_NOTES "&YOCTO_HOME_URL;/download/yocto-project-&DISTRO_COMPRESSED;-poky-&POKYVERSION_COMPRESSED;"> 17<!ENTITY YOCTO_RELEASE_NOTES "&YOCTO_HOME_URL;/downloads/core/&DISTRO_NAME;&DISTRO_COMPRESSED;">
18<!ENTITY OE_HOME_URL "http://www.openembedded.org"> 18<!ENTITY OE_HOME_URL "http://www.openembedded.org">
19<!ENTITY OE_LISTS_URL "http://lists.openembedded.org/mailman"> 19<!ENTITY OE_LISTS_URL "http://lists.openembedded.org/mailman">
20<!ENTITY OE_DOCS_URL "http://docs.openembedded.org"> 20<!ENTITY OE_DOCS_URL "http://docs.openembedded.org">