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>
This commit is contained in:
Scott Rifenbark 2016-04-05 13:00:51 -07:00 committed by Richard Purdie
parent ee42a9b73e
commit f2505afe18
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
<!ENTITY DISTRO "2.1">
<!ENTITY DISTRO_COMPRESSED "21">
<!ENTITY DISTRO_NAME_NO_CAP "krogoth">
<!ENTITY DISTRO_NAME "Krogoth">
<!ENTITY YOCTO_DOC_VERSION "2.1">
<!ENTITY POKYVERSION "15.0.0">