diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2015-04-14 15:11:31 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-04-15 15:57:18 +0100 |
commit | 02881a8d0b9995f4f3c9904c06ae4b7882958591 (patch) | |
tree | 520dce7c4e0c9a6f124fd50a1cbd1aa6e8224d8f /documentation/dev-manual/dev-manual.xml | |
parent | 65167a872d64ca49f180239e32e546dcfd0868af (diff) | |
download | poky-02881a8d0b9995f4f3c9904c06ae4b7882958591.tar.gz |
documentation: Preparation for 1.9 builds
This involves the following:
* Inserting a new row for all manual revision history tables
to have "October 2015" and 1.9 as the release information.
* Updating the mega-manual.sed file to process links for 1.9
* Updating variables in poky.ent to deal with the 1.9 release
variables.
(From yocto-docs rev: 1ed55c08b96cf0fded38833635111a5c6da86781)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/dev-manual.xml')
-rw-r--r-- | documentation/dev-manual/dev-manual.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/documentation/dev-manual/dev-manual.xml b/documentation/dev-manual/dev-manual.xml index 067fcb72ff..608d3a9da6 100644 --- a/documentation/dev-manual/dev-manual.xml +++ b/documentation/dev-manual/dev-manual.xml | |||
@@ -76,6 +76,11 @@ | |||
76 | <date>April 2015</date> | 76 | <date>April 2015</date> |
77 | <revremark>Released with the Yocto Project 1.8 Release.</revremark> | 77 | <revremark>Released with the Yocto Project 1.8 Release.</revremark> |
78 | </revision> | 78 | </revision> |
79 | <revision> | ||
80 | <revnumber>1.9</revnumber> | ||
81 | <date>October 2015</date> | ||
82 | <revremark>Released with the Yocto Project 1.9 Release.</revremark> | ||
83 | </revision> | ||
79 | </revhistory> | 84 | </revhistory> |
80 | 85 | ||
81 | <copyright> | 86 | <copyright> |