diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-03-23 12:11:11 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-24 17:16:03 +0100 |
commit | cc24d4b4f8d989b8fbb8d08561fc1ad31b6ffe8b (patch) | |
tree | 8bf70af525ebe54ac67d7aa96b28436681cf7f9f | |
parent | 6ee6a144918ed141bb1da2fca7d98ca465539be0 (diff) | |
download | poky-cc24d4b4f8d989b8fbb8d08561fc1ad31b6ffe8b.tar.gz |
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>
-rw-r--r-- | documentation/poky.ent | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/documentation/poky.ent b/documentation/poky.ent index 4de800fefc..a14a7493cb 100644 --- a/documentation/poky.ent +++ b/documentation/poky.ent | |||
@@ -2,6 +2,8 @@ | |||
2 | <!ENTITY DISTRO_COMPRESSED "25"> | 2 | <!ENTITY DISTRO_COMPRESSED "25"> |
3 | <!ENTITY DISTRO_NAME_NO_CAP "sumo"> | 3 | <!ENTITY DISTRO_NAME_NO_CAP "sumo"> |
4 | <!ENTITY DISTRO_NAME "Sumo"> | 4 | <!ENTITY DISTRO_NAME "Sumo"> |
5 | <!ENTITY DISTRO_NAME_NO_CAP_MINUS_ONE "rocko"> | ||
6 | <!ENTITY DISTRO_NAME_MINUS_ONE "Rocko"> | ||
5 | <!ENTITY YOCTO_DOC_VERSION "2.5"> | 7 | <!ENTITY YOCTO_DOC_VERSION "2.5"> |
6 | <!ENTITY DISTRO_REL_TAG "yocto-2.5"> | 8 | <!ENTITY DISTRO_REL_TAG "yocto-2.5"> |
7 | <!ENTITY METAINTELVERSION "9.0"> | 9 | <!ENTITY METAINTELVERSION "9.0"> |