summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-04-05 13:00:51 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-04-06 23:11:58 +0100
commitf2505afe1887ecbaf09e20ad7cfa06156ea1e7df (patch)
tree0c66fd341330c78a038936ac4c001c4b0d738757 /documentation
parentee42a9b73e13b9b4356a0c50c67876b94f72a33b (diff)
downloadpoky-f2505afe1887ecbaf09e20ad7cfa06156ea1e7df.tar.gz
poky.ent: Added lower-case distro name variable.
I added a variable named DISTRO_NAME_NO_CAP that can be used to resolve to the branch name as it is needed on command lines and as it appears in output. (From yocto-docs rev: 595d81c31b0dcb442b351b05600da9480a9573b5) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/poky.ent1
1 files changed, 1 insertions, 0 deletions
diff --git a/documentation/poky.ent b/documentation/poky.ent
index 2f437c84c6..f9ef62a327 100644
--- a/documentation/poky.ent
+++ b/documentation/poky.ent
@@ -1,5 +1,6 @@
1<!ENTITY DISTRO "2.1"> 1<!ENTITY DISTRO "2.1">
2<!ENTITY DISTRO_COMPRESSED "21"> 2<!ENTITY DISTRO_COMPRESSED "21">
3<!ENTITY DISTRO_NAME_NO_CAP "krogoth">
3<!ENTITY DISTRO_NAME "Krogoth"> 4<!ENTITY DISTRO_NAME "Krogoth">
4<!ENTITY YOCTO_DOC_VERSION "2.1"> 5<!ENTITY YOCTO_DOC_VERSION "2.1">
5<!ENTITY POKYVERSION "15.0.0"> 6<!ENTITY POKYVERSION "15.0.0">