diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2016-04-06 12:32:22 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-04-06 23:11:59 +0100 |
commit | 133224fb3189f0a1d1c32b83a04b923d53c4e397 (patch) | |
tree | 5db0eb243bea00586baf0fb02eb09a9a168a44f2 /documentation/poky.ent | |
parent | 3831ca0deeeffe512c32bb67cff94024e572ca29 (diff) | |
download | poky-133224fb3189f0a1d1c32b83a04b923d53c4e397.tar.gz |
documentation: Fixed references using the DISTRO_NAME variable
With the introduction of a DISTRO_NAME_NO_CAP variable, the occurrences
of the DISTRO_NAME variable had to be checked to see if they really
should be using the "NO_CAP" variable instead. Output and actual
branch names are case-sensitive.
(From yocto-docs rev: 711a3255538298dd3c4bd2af8ad13bc2d159c872)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/poky.ent')
-rw-r--r-- | documentation/poky.ent | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/poky.ent b/documentation/poky.ent index f9ef62a327..673ab23c9c 100644 --- a/documentation/poky.ent +++ b/documentation/poky.ent | |||
@@ -5,7 +5,7 @@ | |||
5 | <!ENTITY YOCTO_DOC_VERSION "2.1"> | 5 | <!ENTITY YOCTO_DOC_VERSION "2.1"> |
6 | <!ENTITY POKYVERSION "15.0.0"> | 6 | <!ENTITY POKYVERSION "15.0.0"> |
7 | <!ENTITY POKYVERSION_COMPRESSED "1500"> | 7 | <!ENTITY POKYVERSION_COMPRESSED "1500"> |
8 | <!ENTITY YOCTO_POKY "poky-&DISTRO_NAME;-&POKYVERSION;"> | 8 | <!ENTITY YOCTO_POKY "poky-&DISTRO_NAME_NO_CAP;-&POKYVERSION;"> |
9 | <!ENTITY COPYRIGHT_YEAR "2010-2016"> | 9 | <!ENTITY COPYRIGHT_YEAR "2010-2016"> |
10 | <!ENTITY YOCTO_DL_URL "http://downloads.yoctoproject.org"> | 10 | <!ENTITY YOCTO_DL_URL "http://downloads.yoctoproject.org"> |
11 | <!ENTITY YOCTO_HOME_URL "http://www.yoctoproject.org"> | 11 | <!ENTITY YOCTO_HOME_URL "http://www.yoctoproject.org"> |
@@ -15,7 +15,7 @@ | |||
15 | <!ENTITY YOCTO_AB_URL "http://autobuilder.yoctoproject.org"> | 15 | <!ENTITY YOCTO_AB_URL "http://autobuilder.yoctoproject.org"> |
16 | <!ENTITY YOCTO_GIT_URL "http://git.yoctoproject.org"> | 16 | <!ENTITY YOCTO_GIT_URL "http://git.yoctoproject.org"> |
17 | <!ENTITY YOCTO_ADTREPO_URL "http://adtrepo.yoctoproject.org"> | 17 | <!ENTITY YOCTO_ADTREPO_URL "http://adtrepo.yoctoproject.org"> |
18 | <!ENTITY YOCTO_RELEASE_NOTES "&YOCTO_HOME_URL;/downloads/core/&DISTRO_NAME;&DISTRO_COMPRESSED;"> | 18 | <!ENTITY YOCTO_RELEASE_NOTES "&YOCTO_HOME_URL;/downloads/core/&DISTRO_NAME_NO_CAP;&DISTRO_COMPRESSED;"> |
19 | <!ENTITY OE_HOME_URL "http://www.openembedded.org"> | 19 | <!ENTITY OE_HOME_URL "http://www.openembedded.org"> |
20 | <!ENTITY OE_LISTS_URL "http://lists.openembedded.org/mailman"> | 20 | <!ENTITY OE_LISTS_URL "http://lists.openembedded.org/mailman"> |
21 | <!ENTITY OE_DOCS_URL "http://docs.openembedded.org"> | 21 | <!ENTITY OE_DOCS_URL "http://docs.openembedded.org"> |