diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-08-13 10:50:10 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-09-22 13:04:51 +0100 |
commit | 7231fc0b4fb7ac90143d70bc2c2a3c94a57e7664 (patch) | |
tree | 2e8885b1e6840e853aacf0f9a1c1cf2d3ad25a31 /documentation/adt-manual/adt-manual.xml | |
parent | 6d0a1893d1e2df20b62296ec2cc80924cbab8e90 (diff) | |
download | poky-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/adt-manual/adt-manual.xml')
-rw-r--r-- | documentation/adt-manual/adt-manual.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/documentation/adt-manual/adt-manual.xml b/documentation/adt-manual/adt-manual.xml index 8efa0a9442..5e8187f797 100644 --- a/documentation/adt-manual/adt-manual.xml +++ b/documentation/adt-manual/adt-manual.xml | |||
@@ -81,6 +81,11 @@ | |||
81 | <date>July 2014</date> | 81 | <date>July 2014</date> |
82 | <revremark>Released with the Yocto Project 1.5.3 Release.</revremark> | 82 | <revremark>Released with the Yocto Project 1.5.3 Release.</revremark> |
83 | </revision> | 83 | </revision> |
84 | <revision> | ||
85 | <revnumber>1.5.4</revnumber> | ||
86 | <date>TBD</date> | ||
87 | <revremark>Released with the Yocto Project 1.5.4 Release.</revremark> | ||
88 | </revision> | ||
84 | </revhistory> | 89 | </revhistory> |
85 | 90 | ||
86 | <copyright> | 91 | <copyright> |