summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-10-31 08:37:57 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-12-09 22:11:00 +0000
commit8d5259d953cbf72e5f5e944f9575512aa497f75c (patch)
treec0e027906283b2df1304e39b29d01c9c1ea8c721 /documentation
parent9e8bb322154e67e521e8c982d20d46dda20c024b (diff)
downloadpoky-8d5259d953cbf72e5f5e944f9575512aa497f75c.tar.gz
poky.ent: post release fix of the POKYVERSION_COMPRESSED variable.
Missed this one and it is used to resolve the YOCTO_RELEASE_NOTES URL in the dev-manual and the ref-manual. The value was left at "1100" when it should have been "1200". I changed it post-release. This means that the tarball is bad but the HTML versions published on the server are correct for dizzy. (From yocto-docs rev: dc7918d39271691fb2ce5441fba162a783814983) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/poky.ent2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/poky.ent b/documentation/poky.ent
index 7beffb7a90..28c1418444 100644
--- a/documentation/poky.ent
+++ b/documentation/poky.ent
@@ -3,7 +3,7 @@
3<!ENTITY DISTRO_NAME "dizzy"> 3<!ENTITY DISTRO_NAME "dizzy">
4<!ENTITY YOCTO_DOC_VERSION "1.7"> 4<!ENTITY YOCTO_DOC_VERSION "1.7">
5<!ENTITY POKYVERSION "12.0.0"> 5<!ENTITY POKYVERSION "12.0.0">
6<!ENTITY POKYVERSION_COMPRESSED "1100"> 6<!ENTITY POKYVERSION_COMPRESSED "1200">
7<!ENTITY YOCTO_POKY "poky-&DISTRO_NAME;-&POKYVERSION;"> 7<!ENTITY YOCTO_POKY "poky-&DISTRO_NAME;-&POKYVERSION;">
8<!ENTITY COPYRIGHT_YEAR "2010-2014"> 8<!ENTITY COPYRIGHT_YEAR "2010-2014">
9<!ENTITY YOCTO_DL_URL "http://downloads.yoctoproject.org"> 9<!ENTITY YOCTO_DL_URL "http://downloads.yoctoproject.org">