summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2015-11-18 09:51:26 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-01-07 12:13:54 +0000
commitb99ec284c4be64511198d99c3fe63de52b53a454 (patch)
tree59c880807efb51b1903a58e6ac48ad7f31dc9522 /documentation
parentc670dc77fe02793cae695f552813f89f03b3910a (diff)
downloadpoky-b99ec284c4be64511198d99c3fe63de52b53a454.tar.gz
poky.ent: Fixed POKYVERSION variable.
Turns out this variable was accidentally incremented to "15.0.0" during the release. I did this because of skipping the YP 1.9 release. The variable got wrapped into the tarball as the incorrect "15.0.0". This could be issues for anyone starting with a set of manuals generated from the tarball release. I updated the value in the yocto-docs jethro branch and rebuilt the dev-manual where the error was seven times. Also rebuilt the mega-manual. Both corrected versions are available on the website under the 2.0 set of manuals. (From yocto-docs rev: 90e9495baddae9fc5a0e79410e10eaaa72f86e76) Signed-off-by: Scott Rifenbark <srifenbark@gmail.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 62c6503215..33d52c04b2 100644
--- a/documentation/poky.ent
+++ b/documentation/poky.ent
@@ -2,7 +2,7 @@
2<!ENTITY DISTRO_COMPRESSED "20"> 2<!ENTITY DISTRO_COMPRESSED "20">
3<!ENTITY DISTRO_NAME "jethro"> 3<!ENTITY DISTRO_NAME "jethro">
4<!ENTITY YOCTO_DOC_VERSION "2.0"> 4<!ENTITY YOCTO_DOC_VERSION "2.0">
5<!ENTITY POKYVERSION "15.0.0"> 5<!ENTITY POKYVERSION "14.0.0">
6<!ENTITY POKYVERSION_COMPRESSED "1400"> 6<!ENTITY POKYVERSION_COMPRESSED "1400">
7<!ENTITY YOCTO_POKY "poky-&DISTRO_NAME;-&POKYVERSION;"> 7<!ENTITY YOCTO_POKY "poky-&DISTRO_NAME;-&POKYVERSION;">
8<!ENTITY COPYRIGHT_YEAR "2010-2015"> 8<!ENTITY COPYRIGHT_YEAR "2010-2015">