poky.ent: Added two Minus-1 variables for release code names

Many examples in the YP set use the latest release code name
as part of a list and then the "minus-1" code name is literally
typed in.  I think it is time to have a couple ENTITY variables
in poky.ent that will fill in the last release for these examples.

(From yocto-docs rev: 7421d6a0ae85503b205537f08cfd23e28747d835)

Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark
2018-03-23 12:11:11 -07:00
committed by Richard Purdie
parent ffd1ad245f
commit 918f415cbe

View File

@@ -2,6 +2,8 @@
<!ENTITY DISTRO_COMPRESSED "25">
<!ENTITY DISTRO_NAME_NO_CAP "sumo">
<!ENTITY DISTRO_NAME "Sumo">
<!ENTITY DISTRO_NAME_NO_CAP_MINUS_ONE "rocko">
<!ENTITY DISTRO_NAME_MINUS_ONE "Rocko">
<!ENTITY YOCTO_DOC_VERSION "2.5">
<!ENTITY DISTRO_REL_TAG "yocto-2.5">
<!ENTITY METAINTELVERSION "9.0">