summaryrefslogtreecommitdiffstats
path: root/documentation/poky.ent
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-08-13 10:50:10 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-09-22 13:04:51 +0100
commit7231fc0b4fb7ac90143d70bc2c2a3c94a57e7664 (patch)
tree2e8885b1e6840e853aacf0f9a1c1cf2d3ad25a31 /documentation/poky.ent
parent6d0a1893d1e2df20b62296ec2cc80924cbab8e90 (diff)
downloadpoky-7231fc0b4fb7ac90143d70bc2c2a3c94a57e7664.tar.gz
documentation: Steps to prepare for 1.5.4 YP doc set.
With a release of YP, there are certain steps you need to take to the documentation set to prepare it for development of the next release in the branch. This commit takes care of those steps in preparation for the YP 1.5.4 release: 1. Updated all manuals that have a manual revision history table so that they have a new "TBD" entry for the 1.5.4 release. 2. Updated the poky.ent file so that the appropriate variables support the 1.5.4 work. 3. Updated the mega-manual.sed file to replace the 1.5.3 strings with 1.5.4 so that all links in the manual are self-contained and properly processed. (From yocto-docs rev: ffb3175cb6cf5859a7bb134af4c9f49e9e350c30) 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.ent10
1 files changed, 5 insertions, 5 deletions
diff --git a/documentation/poky.ent b/documentation/poky.ent
index 7d8767759f..d27424b72f 100644
--- a/documentation/poky.ent
+++ b/documentation/poky.ent
@@ -1,9 +1,9 @@
1<!ENTITY DISTRO "1.5.3"> 1<!ENTITY DISTRO "1.5.4">
2<!ENTITY DISTRO_COMPRESSED "153"> 2<!ENTITY DISTRO_COMPRESSED "154">
3<!ENTITY DISTRO_NAME "dora"> 3<!ENTITY DISTRO_NAME "dora">
4<!ENTITY YOCTO_DOC_VERSION "1.5.3"> 4<!ENTITY YOCTO_DOC_VERSION "1.5.4">
5<!ENTITY POKYVERSION "10.0.3"> 5<!ENTITY POKYVERSION "10.0.4">
6<!ENTITY POKYVERSION_COMPRESSED "1003"> 6<!ENTITY POKYVERSION_COMPRESSED "1004">
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">