summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-10-31 10:39:13 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-10-31 17:53:46 +0000
commitf529d7c727f89b0031174388d63ff94ce4dd7cdb (patch)
tree8af76244574a11a7543d1d6b7a6a22e8d4bad3e9
parentbf7ac0aaa81a6c752ac1dfd2087de2b5dd5bfd37 (diff)
downloadpoky-f529d7c727f89b0031174388d63ff94ce4dd7cdb.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: 312790be8f7ff8089213f14cf2d7765dc43f5977) 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 d27424b72f..79cd47ef4f 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">