mirror of
https://git.yoctoproject.org/poky
synced 2026-03-19 13:49:41 +01:00
poky.ent: Fixed POKYVERSION variable.
Turns out this variable was accidentally incremented to "15.0.0" during the release. I did this because of skipping the YP 1.9 release. The variable got wrapped into the tarball as the incorrect "15.0.0". This could be issues for anyone starting with a set of manuals generated from the tarball release. I updated the value in the yocto-docs jethro branch and rebuilt the dev-manual where the error was seven times. Also rebuilt the mega-manual. Both corrected versions are available on the website under the 2.0 set of manuals. (From yocto-docs rev: 90e9495baddae9fc5a0e79410e10eaaa72f86e76) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
c670dc77fe
commit
b99ec284c4
@@ -2,7 +2,7 @@
|
||||
<!ENTITY DISTRO_COMPRESSED "20">
|
||||
<!ENTITY DISTRO_NAME "jethro">
|
||||
<!ENTITY YOCTO_DOC_VERSION "2.0">
|
||||
<!ENTITY POKYVERSION "15.0.0">
|
||||
<!ENTITY POKYVERSION "14.0.0">
|
||||
<!ENTITY POKYVERSION_COMPRESSED "1400">
|
||||
<!ENTITY YOCTO_POKY "poky-&DISTRO_NAME;-&POKYVERSION;">
|
||||
<!ENTITY COPYRIGHT_YEAR "2010-2015">
|
||||
|
||||
Reference in New Issue
Block a user