diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-05-31 07:54:47 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-31 08:19:26 +0100 |
commit | d78df944e71950d65319fe1fe9f17b0510bb7be0 (patch) | |
tree | 8c5c17ef70ec556bb08a090a17ea099844c3a026 /documentation/poky.ent | |
parent | ecdd2ec8f47f8f32d3d7c1d83687db65e0801401 (diff) | |
download | poky-d78df944e71950d65319fe1fe9f17b0510bb7be0.tar.gz |
dev-manual, ref-manual, poky.ent: Fixed broken Release Note scheme
The URL naming convention for the YP Release Notes has changed.
It now takes the following form:
http://www.yoctoproject.org/download/yoctoproject-15-poky-1000
The above is an example for YP Release 1.5 and poky release 10.0.0.
I have set up three new variables in the poky.ent file to somewhat
automate the links in the docs to point to the location of a given
set of release notes:
1. DISTRO_COMPRESSED - set to the DISTRO string with no period
(e.g 15 for 1.5).
2. POKYVERSION_COMPRESSED - set to the poky version with no
periods (e.g. 1000 for 10.0.0).
3. YOCTO_RELEASE_NOTES - set to the full-blown release note
URL.
I made two changes to existing links for the Release Notes. One
was in the dev-manual and one was in the ref-manual.
(From yocto-docs rev: 437de3f8e299cb040e2a3ceb283aa2d055b605f8)
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.ent | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/documentation/poky.ent b/documentation/poky.ent index c1e9de0645..454eefc853 100644 --- a/documentation/poky.ent +++ b/documentation/poky.ent | |||
@@ -1,7 +1,9 @@ | |||
1 | <!ENTITY DISTRO "1.4.1"> | 1 | <!ENTITY DISTRO "1.4.1"> |
2 | <!ENTITY DISTRO_COMPRESSED "141"> | ||
2 | <!ENTITY DISTRO_NAME "dylan"> | 3 | <!ENTITY DISTRO_NAME "dylan"> |
3 | <!ENTITY YOCTO_DOC_VERSION "1.4.1"> | 4 | <!ENTITY YOCTO_DOC_VERSION "1.4.1"> |
4 | <!ENTITY POKYVERSION "9.0.1"> | 5 | <!ENTITY POKYVERSION "9.0.1"> |
6 | <!ENTITY POKYVERSION_COMPRESSED "901"> | ||
5 | <!ENTITY YOCTO_POKY "poky-&DISTRO_NAME;-&POKYVERSION;"> | 7 | <!ENTITY YOCTO_POKY "poky-&DISTRO_NAME;-&POKYVERSION;"> |
6 | <!ENTITY COPYRIGHT_YEAR "2010-2013"> | 8 | <!ENTITY COPYRIGHT_YEAR "2010-2013"> |
7 | <!ENTITY YOCTO_DL_URL "http://downloads.yoctoproject.org"> | 9 | <!ENTITY YOCTO_DL_URL "http://downloads.yoctoproject.org"> |
@@ -12,6 +14,7 @@ | |||
12 | <!ENTITY YOCTO_AB_URL "http://autobuilder.yoctoproject.org"> | 14 | <!ENTITY YOCTO_AB_URL "http://autobuilder.yoctoproject.org"> |
13 | <!ENTITY YOCTO_GIT_URL "http://git.yoctoproject.org"> | 15 | <!ENTITY YOCTO_GIT_URL "http://git.yoctoproject.org"> |
14 | <!ENTITY YOCTO_ADTREPO_URL "http://adtrepo.yoctoproject.org"> | 16 | <!ENTITY YOCTO_ADTREPO_URL "http://adtrepo.yoctoproject.org"> |
17 | <!ENTITY YOCTO_RELEASE_NOTES "&YOCTO_HOME_URL;/download/yocto-project-&DISTRO_COMPRESSED;-poky-&POKYVERSION_COMPRESSED;"> | ||
15 | <!ENTITY OE_HOME_URL "http://www.openembedded.org"> | 18 | <!ENTITY OE_HOME_URL "http://www.openembedded.org"> |
16 | <!ENTITY OE_LISTS_URL "http://lists.linuxtogo.org/cgi-bin/mailman"> | 19 | <!ENTITY OE_LISTS_URL "http://lists.linuxtogo.org/cgi-bin/mailman"> |
17 | <!ENTITY OE_DOCS_URL "http://docs.openembedded.org"> | 20 | <!ENTITY OE_DOCS_URL "http://docs.openembedded.org"> |