1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-02 01:19:52 +00:00

documentation: Updates to support 2.0.3 release in Jethro

Made the following changes to support the 2.0.3 release:

 * Updated appropriate variables in the poky.ent file
 * Updated the Manual revision tables for November of 2016
 * Updated the mega-manual.sed file to create correct strings
   for the 2.0.3 release.

(From yocto-docs rev: 4492fb46e478f3e89898d7bcc992f63d59396bd5)

Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark
2016-11-07 10:58:37 -08:00
committed by Richard Purdie
parent c1ba8e1174
commit 6ffa151404
10 changed files with 65 additions and 25 deletions
+5 -5
View File
@@ -1,9 +1,9 @@
<!ENTITY DISTRO "2.0.2">
<!ENTITY DISTRO_COMPRESSED "202">
<!ENTITY DISTRO "2.0.3">
<!ENTITY DISTRO_COMPRESSED "203">
<!ENTITY DISTRO_NAME "jethro">
<!ENTITY YOCTO_DOC_VERSION "2.0.2">
<!ENTITY POKYVERSION "14.0.2">
<!ENTITY POKYVERSION_COMPRESSED "1402">
<!ENTITY YOCTO_DOC_VERSION "2.0.3">
<!ENTITY POKYVERSION "14.0.3">
<!ENTITY POKYVERSION_COMPRESSED "1403">
<!ENTITY DISTRO_NAME_NO_CAP "jethro">
<!ENTITY YOCTO_POKY "poky-&DISTRO_NAME;-&POKYVERSION;">
<!ENTITY COPYRIGHT_YEAR "2010-2016">