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: e0e27a3623ee90701367162affd9c5d3806297e5)

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 f87869c6d6
commit 2d452b19d6

View File

@@ -4,6 +4,7 @@
<!ENTITY YOCTO_DOC_VERSION "2.0.1">
<!ENTITY POKYVERSION "14.0.1">
<!ENTITY POKYVERSION_COMPRESSED "1401">
<!ENTITY DISTRO_NAME_NO_CAP "jethro">
<!ENTITY YOCTO_POKY "poky-&DISTRO_NAME;-&POKYVERSION;">
<!ENTITY COPYRIGHT_YEAR "2010-2016">
<!ENTITY YOCTO_DL_URL "http://downloads.yoctoproject.org">