diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-12-17 13:25:06 -0600 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-03 12:34:26 +0000 |
| commit | 625044e9a82b38a33b9a11825426c35e185ee503 (patch) | |
| tree | 9d3078cb23e16d07033ddfe65fba1270bb05cd48 /documentation | |
| parent | d571e5a68a5e5911974cb12770f1adfdfe873f5e (diff) | |
| download | poky-625044e9a82b38a33b9a11825426c35e185ee503.tar.gz | |
documentation: Updated Manual History table for 1.2.2 release
Involved putting in a place holder date, bumping the copyright
date to 2013, and updating the poky.ent file as appropriate
for 1.2.2 and 7.0.2.
(From yocto-docs rev: 0a76733066b3440809ecafce756c5fdb4eafaae6)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/adt-manual/adt-manual.xml | 21 | ||||
| -rw-r--r-- | documentation/bsp-guide/bsp-guide.xml | 23 | ||||
| -rw-r--r-- | documentation/dev-manual/dev-manual.xml | 25 | ||||
| -rw-r--r-- | documentation/kernel-manual/kernel-manual.xml | 23 | ||||
| -rw-r--r-- | documentation/poky-ref-manual/poky-ref-manual.xml | 25 | ||||
| -rw-r--r-- | documentation/poky.ent | 6 |
6 files changed, 74 insertions, 49 deletions
diff --git a/documentation/adt-manual/adt-manual.xml b/documentation/adt-manual/adt-manual.xml index 8eb89dd40c..72d13f1560 100644 --- a/documentation/adt-manual/adt-manual.xml +++ b/documentation/adt-manual/adt-manual.xml | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" | 2 | "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" |
| 3 | [<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] > | 3 | [<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] > |
| 4 | 4 | ||
| 5 | <book id='adt-manual' lang='en' | 5 | <book id='adt-manual' lang='en' |
| 6 | xmlns:xi="http://www.w3.org/2003/XInclude" | 6 | xmlns:xi="http://www.w3.org/2003/XInclude" |
| 7 | xmlns="http://docbook.org/ns/docbook" | 7 | xmlns="http://docbook.org/ns/docbook" |
| 8 | > | 8 | > |
| @@ -10,10 +10,10 @@ | |||
| 10 | 10 | ||
| 11 | <mediaobject> | 11 | <mediaobject> |
| 12 | <imageobject> | 12 | <imageobject> |
| 13 | <imagedata fileref='figures/adt-title.png' | 13 | <imagedata fileref='figures/adt-title.png' |
| 14 | format='SVG' | 14 | format='SVG' |
| 15 | align='left' scalefit='1' width='100%'/> | 15 | align='left' scalefit='1' width='100%'/> |
| 16 | </imageobject> | 16 | </imageobject> |
| 17 | </mediaobject> | 17 | </mediaobject> |
| 18 | 18 | ||
| 19 | <title></title> | 19 | <title></title> |
| @@ -54,6 +54,11 @@ | |||
| 54 | <date>July 2012</date> | 54 | <date>July 2012</date> |
| 55 | <revremark>Released with the Yocto Project 1.2.1 Release.</revremark> | 55 | <revremark>Released with the Yocto Project 1.2.1 Release.</revremark> |
| 56 | </revision> | 56 | </revision> |
| 57 | <revision> | ||
| 58 | <revnumber>1.2.2</revnumber> | ||
| 59 | <date>Sometime in 2013</date> | ||
| 60 | <revremark>Released with the Yocto Project 1.2.2 Release.</revremark> | ||
| 61 | </revision> | ||
| 57 | </revhistory> | 62 | </revhistory> |
| 58 | 63 | ||
| 59 | <copyright> | 64 | <copyright> |
| @@ -63,12 +68,12 @@ | |||
| 63 | 68 | ||
| 64 | <legalnotice> | 69 | <legalnotice> |
| 65 | <para> | 70 | <para> |
| 66 | Permission is granted to copy, distribute and/or modify this document under | 71 | Permission is granted to copy, distribute and/or modify this document under |
| 67 | the terms of the <ulink type="http" url="http://creativecommons.org/licenses/by-sa/2.0/uk/">Creative Commons Attribution-Share Alike 2.0 UK: England & Wales</ulink> as published by Creative Commons. | 72 | the terms of the <ulink type="http" url="http://creativecommons.org/licenses/by-sa/2.0/uk/">Creative Commons Attribution-Share Alike 2.0 UK: England & Wales</ulink> as published by Creative Commons. |
| 68 | </para> | 73 | </para> |
| 69 | <note> | 74 | <note> |
| 70 | Due to production processes, there could be differences between the Yocto Project | 75 | Due to production processes, there could be differences between the Yocto Project |
| 71 | documentation bundled in the release tarball and the | 76 | documentation bundled in the release tarball and the |
| 72 | <ulink url='&YOCTO_DOCS_ADT_URL;'> | 77 | <ulink url='&YOCTO_DOCS_ADT_URL;'> |
| 73 | Application Developer's Toolkit (ADT) User's Guide</ulink> on | 78 | Application Developer's Toolkit (ADT) User's Guide</ulink> on |
| 74 | the <ulink url='&YOCTO_HOME_URL;'>Yocto Project</ulink> website. | 79 | the <ulink url='&YOCTO_HOME_URL;'>Yocto Project</ulink> website. |
| @@ -95,6 +100,6 @@ | |||
| 95 | --> | 100 | --> |
| 96 | 101 | ||
| 97 | </book> | 102 | </book> |
| 98 | <!-- | 103 | <!-- |
| 99 | vim: expandtab tw=80 ts=4 | 104 | vim: expandtab tw=80 ts=4 |
| 100 | --> | 105 | --> |
diff --git a/documentation/bsp-guide/bsp-guide.xml b/documentation/bsp-guide/bsp-guide.xml index fe28d9176f..148216ba78 100644 --- a/documentation/bsp-guide/bsp-guide.xml +++ b/documentation/bsp-guide/bsp-guide.xml | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" | 2 | "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" |
| 3 | [<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] > | 3 | [<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] > |
| 4 | 4 | ||
| 5 | <book id='bsp-guide' lang='en' | 5 | <book id='bsp-guide' lang='en' |
| 6 | xmlns:xi="http://www.w3.org/2003/XInclude" | 6 | xmlns:xi="http://www.w3.org/2003/XInclude" |
| 7 | xmlns="http://docbook.org/ns/docbook" | 7 | xmlns="http://docbook.org/ns/docbook" |
| 8 | > | 8 | > |
| @@ -10,13 +10,13 @@ | |||
| 10 | 10 | ||
| 11 | <mediaobject> | 11 | <mediaobject> |
| 12 | <imageobject> | 12 | <imageobject> |
| 13 | <imagedata fileref='figures/bsp-title.png' | 13 | <imagedata fileref='figures/bsp-title.png' |
| 14 | format='SVG' | 14 | format='SVG' |
| 15 | align='center' scalefit='1' width='100%'/> | 15 | align='center' scalefit='1' width='100%'/> |
| 16 | </imageobject> | 16 | </imageobject> |
| 17 | </mediaobject> | 17 | </mediaobject> |
| 18 | 18 | ||
| 19 | <title></title> | 19 | <title></title> |
| 20 | 20 | ||
| 21 | <authorgroup> | 21 | <authorgroup> |
| 22 | <author> | 22 | <author> |
| @@ -66,6 +66,11 @@ | |||
| 66 | <date>July 2012</date> | 66 | <date>July 2012</date> |
| 67 | <revremark>Released with the Yocto Project 1.2.1 Release.</revremark> | 67 | <revremark>Released with the Yocto Project 1.2.1 Release.</revremark> |
| 68 | </revision> | 68 | </revision> |
| 69 | <revision> | ||
| 70 | <revnumber>1.2.2</revnumber> | ||
| 71 | <date>Sometime in 2013</date> | ||
| 72 | <revremark>Released with the Yocto Project 1.2.2 Release.</revremark> | ||
| 73 | </revision> | ||
| 69 | </revhistory> | 74 | </revhistory> |
| 70 | 75 | ||
| 71 | <copyright> | 76 | <copyright> |
| @@ -75,12 +80,12 @@ | |||
| 75 | 80 | ||
| 76 | <legalnotice> | 81 | <legalnotice> |
| 77 | <para> | 82 | <para> |
| 78 | Permission is granted to copy, distribute and/or modify this document under | 83 | Permission is granted to copy, distribute and/or modify this document under |
| 79 | the terms of the <ulink type="http" url="http://creativecommons.org/licenses/by-nc-sa/2.0/uk/">Creative Commons Attribution-Non-Commercial-Share Alike 2.0 UK: England & Wales</ulink> as published by Creative Commons. | 84 | the terms of the <ulink type="http" url="http://creativecommons.org/licenses/by-nc-sa/2.0/uk/">Creative Commons Attribution-Non-Commercial-Share Alike 2.0 UK: England & Wales</ulink> as published by Creative Commons. |
| 80 | </para> | 85 | </para> |
| 81 | <note> | 86 | <note> |
| 82 | Due to production processes, there could be differences between the Yocto Project | 87 | Due to production processes, there could be differences between the Yocto Project |
| 83 | documentation bundled in the release tarball and the | 88 | documentation bundled in the release tarball and the |
| 84 | <ulink url='&YOCTO_DOCS_BSP_URL;'> | 89 | <ulink url='&YOCTO_DOCS_BSP_URL;'> |
| 85 | Board Support Package (BSP) Developer's Guide</ulink> on | 90 | Board Support Package (BSP) Developer's Guide</ulink> on |
| 86 | the <ulink url='&YOCTO_HOME_URL;'>Yocto Project</ulink> website. | 91 | the <ulink url='&YOCTO_HOME_URL;'>Yocto Project</ulink> website. |
| @@ -98,6 +103,6 @@ | |||
| 98 | --> | 103 | --> |
| 99 | 104 | ||
| 100 | </book> | 105 | </book> |
| 101 | <!-- | 106 | <!-- |
| 102 | vim: expandtab tw=80 ts=4 | 107 | vim: expandtab tw=80 ts=4 |
| 103 | --> | 108 | --> |
diff --git a/documentation/dev-manual/dev-manual.xml b/documentation/dev-manual/dev-manual.xml index d8b48f4ace..29b10513c5 100644 --- a/documentation/dev-manual/dev-manual.xml +++ b/documentation/dev-manual/dev-manual.xml | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" | 2 | "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" |
| 3 | [<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] > | 3 | [<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] > |
| 4 | 4 | ||
| 5 | <book id='dev-manual' lang='en' | 5 | <book id='dev-manual' lang='en' |
| 6 | xmlns:xi="http://www.w3.org/2003/XInclude" | 6 | xmlns:xi="http://www.w3.org/2003/XInclude" |
| 7 | xmlns="http://docbook.org/ns/docbook" | 7 | xmlns="http://docbook.org/ns/docbook" |
| 8 | > | 8 | > |
| @@ -10,13 +10,13 @@ | |||
| 10 | 10 | ||
| 11 | <mediaobject> | 11 | <mediaobject> |
| 12 | <imageobject> | 12 | <imageobject> |
| 13 | <imagedata fileref='figures/dev-title.png' | 13 | <imagedata fileref='figures/dev-title.png' |
| 14 | format='SVG' | 14 | format='SVG' |
| 15 | align='left' scalefit='1' width='100%'/> | 15 | align='left' scalefit='1' width='100%'/> |
| 16 | </imageobject> | 16 | </imageobject> |
| 17 | </mediaobject> | 17 | </mediaobject> |
| 18 | 18 | ||
| 19 | <title></title> | 19 | <title></title> |
| 20 | 20 | ||
| 21 | <authorgroup> | 21 | <authorgroup> |
| 22 | <author> | 22 | <author> |
| @@ -44,6 +44,11 @@ | |||
| 44 | <date>July 2012</date> | 44 | <date>July 2012</date> |
| 45 | <revremark>Released with the Yocto Project 1.2.1 Release.</revremark> | 45 | <revremark>Released with the Yocto Project 1.2.1 Release.</revremark> |
| 46 | </revision> | 46 | </revision> |
| 47 | <revision> | ||
| 48 | <revnumber>1.2.2</revnumber> | ||
| 49 | <date>Sometime in 2013</date> | ||
| 50 | <revremark>Released with the Yocto Project 1.2.2 Release.</revremark> | ||
| 51 | </revision> | ||
| 47 | </revhistory> | 52 | </revhistory> |
| 48 | 53 | ||
| 49 | <copyright> | 54 | <copyright> |
| @@ -53,15 +58,15 @@ | |||
| 53 | 58 | ||
| 54 | <legalnotice> | 59 | <legalnotice> |
| 55 | <para> | 60 | <para> |
| 56 | Permission is granted to copy, distribute and/or modify this document under | 61 | Permission is granted to copy, distribute and/or modify this document under |
| 57 | the terms of the <ulink type="http" url="http://creativecommons.org/licenses/by-sa/2.0/uk/"> | 62 | the terms of the <ulink type="http" url="http://creativecommons.org/licenses/by-sa/2.0/uk/"> |
| 58 | Creative Commons Attribution-Share Alike 2.0 UK: England & Wales</ulink> as published by | 63 | Creative Commons Attribution-Share Alike 2.0 UK: England & Wales</ulink> as published by |
| 59 | Creative Commons. | 64 | Creative Commons. |
| 60 | </para> | 65 | </para> |
| 61 | 66 | ||
| 62 | <note> | 67 | <note> |
| 63 | Due to production processes, there could be differences between the Yocto Project | 68 | Due to production processes, there could be differences between the Yocto Project |
| 64 | documentation bundled in the release tarball and | 69 | documentation bundled in the release tarball and |
| 65 | <ulink url='&YOCTO_DOCS_DEV_URL;'> | 70 | <ulink url='&YOCTO_DOCS_DEV_URL;'> |
| 66 | The Yocto Project Development Manual</ulink> on | 71 | The Yocto Project Development Manual</ulink> on |
| 67 | the <ulink url='&YOCTO_HOME_URL;'>Yocto Project</ulink> website. | 72 | the <ulink url='&YOCTO_HOME_URL;'>Yocto Project</ulink> website. |
| @@ -86,6 +91,6 @@ | |||
| 86 | <xi:include href="dev-manual-kernel-appendix.xml"/> | 91 | <xi:include href="dev-manual-kernel-appendix.xml"/> |
| 87 | 92 | ||
| 88 | </book> | 93 | </book> |
| 89 | <!-- | 94 | <!-- |
| 90 | vim: expandtab tw=80 ts=4 | 95 | vim: expandtab tw=80 ts=4 |
| 91 | --> | 96 | --> |
diff --git a/documentation/kernel-manual/kernel-manual.xml b/documentation/kernel-manual/kernel-manual.xml index 0deef7041e..58e8275885 100644 --- a/documentation/kernel-manual/kernel-manual.xml +++ b/documentation/kernel-manual/kernel-manual.xml | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" | 2 | "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" |
| 3 | [<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] > | 3 | [<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] > |
| 4 | 4 | ||
| 5 | <book id='kernel-manual' lang='en' | 5 | <book id='kernel-manual' lang='en' |
| 6 | xmlns:xi="http://www.w3.org/2003/XInclude" | 6 | xmlns:xi="http://www.w3.org/2003/XInclude" |
| 7 | xmlns="http://docbook.org/ns/docbook" | 7 | xmlns="http://docbook.org/ns/docbook" |
| 8 | > | 8 | > |
| @@ -10,13 +10,13 @@ | |||
| 10 | 10 | ||
| 11 | <mediaobject> | 11 | <mediaobject> |
| 12 | <imageobject> | 12 | <imageobject> |
| 13 | <imagedata fileref='figures/kernel-title.png' | 13 | <imagedata fileref='figures/kernel-title.png' |
| 14 | format='SVG' | 14 | format='SVG' |
| 15 | align='left' scalefit='1' width='100%'/> | 15 | align='left' scalefit='1' width='100%'/> |
| 16 | </imageobject> | 16 | </imageobject> |
| 17 | </mediaobject> | 17 | </mediaobject> |
| 18 | 18 | ||
| 19 | <title></title> | 19 | <title></title> |
| 20 | 20 | ||
| 21 | <authorgroup> | 21 | <authorgroup> |
| 22 | <author> | 22 | <author> |
| @@ -59,6 +59,11 @@ | |||
| 59 | <date>July 2012</date> | 59 | <date>July 2012</date> |
| 60 | <revremark>Released with the Yocto Project 1.2.1 Release.</revremark> | 60 | <revremark>Released with the Yocto Project 1.2.1 Release.</revremark> |
| 61 | </revision> | 61 | </revision> |
| 62 | <revision> | ||
| 63 | <revnumber>1.2.2</revnumber> | ||
| 64 | <date>Sometime in 2013</date> | ||
| 65 | <revremark>Released with the Yocto Project 1.2.2 Release.</revremark> | ||
| 66 | </revision> | ||
| 62 | </revhistory> | 67 | </revhistory> |
| 63 | 68 | ||
| 64 | <copyright> | 69 | <copyright> |
| @@ -68,12 +73,12 @@ | |||
| 68 | 73 | ||
| 69 | <legalnotice> | 74 | <legalnotice> |
| 70 | <para> | 75 | <para> |
| 71 | Permission is granted to copy, distribute and/or modify this document under | 76 | Permission is granted to copy, distribute and/or modify this document under |
| 72 | the terms of the <ulink type="http" url="http://creativecommons.org/licenses/by-sa/2.0/uk/">Creative Commons Attribution-Share Alike 2.0 UK: England & Wales</ulink> as published by Creative Commons. | 77 | the terms of the <ulink type="http" url="http://creativecommons.org/licenses/by-sa/2.0/uk/">Creative Commons Attribution-Share Alike 2.0 UK: England & Wales</ulink> as published by Creative Commons. |
| 73 | </para> | 78 | </para> |
| 74 | <note> | 79 | <note> |
| 75 | Due to production processes, there could be differences between the Yocto Project | 80 | Due to production processes, there could be differences between the Yocto Project |
| 76 | documentation bundled in the release tarball and | 81 | documentation bundled in the release tarball and |
| 77 | <ulink url='&YOCTO_DOCS_KERNEL_URL;'> | 82 | <ulink url='&YOCTO_DOCS_KERNEL_URL;'> |
| 78 | The Yocto Project Kernel Architecture and Use Manual</ulink> on | 83 | The Yocto Project Kernel Architecture and Use Manual</ulink> on |
| 79 | the <ulink url='&YOCTO_HOME_URL;'>Yocto Project</ulink> website. | 84 | the <ulink url='&YOCTO_HOME_URL;'>Yocto Project</ulink> website. |
| @@ -95,6 +100,6 @@ | |||
| 95 | --> | 100 | --> |
| 96 | 101 | ||
| 97 | </book> | 102 | </book> |
| 98 | <!-- | 103 | <!-- |
| 99 | vim: expandtab tw=80 ts=4 | 104 | vim: expandtab tw=80 ts=4 |
| 100 | --> | 105 | --> |
diff --git a/documentation/poky-ref-manual/poky-ref-manual.xml b/documentation/poky-ref-manual/poky-ref-manual.xml index b4a120bba1..923f14356d 100644 --- a/documentation/poky-ref-manual/poky-ref-manual.xml +++ b/documentation/poky-ref-manual/poky-ref-manual.xml | |||
| @@ -2,18 +2,18 @@ | |||
| 2 | "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" | 2 | "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" |
| 3 | [<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] > | 3 | [<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] > |
| 4 | 4 | ||
| 5 | <book id='poky-ref-manual' lang='en' | 5 | <book id='poky-ref-manual' lang='en' |
| 6 | xmlns:xi="http://www.w3.org/2003/XInclude" | 6 | xmlns:xi="http://www.w3.org/2003/XInclude" |
| 7 | xmlns="http://docbook.org/ns/docbook" | 7 | xmlns="http://docbook.org/ns/docbook" |
| 8 | > | 8 | > |
| 9 | <bookinfo> | 9 | <bookinfo> |
| 10 | 10 | ||
| 11 | <mediaobject> | 11 | <mediaobject> |
| 12 | <imageobject> | 12 | <imageobject> |
| 13 | <imagedata fileref='figures/poky-title.png' | 13 | <imagedata fileref='figures/poky-title.png' |
| 14 | format='SVG' | 14 | format='SVG' |
| 15 | align='left' scalefit='1' width='100%'/> | 15 | align='left' scalefit='1' width='100%'/> |
| 16 | </imageobject> | 16 | </imageobject> |
| 17 | </mediaobject> | 17 | </mediaobject> |
| 18 | 18 | ||
| 19 | <title></title> | 19 | <title></title> |
| @@ -73,6 +73,11 @@ | |||
| 73 | <date>July 2012</date> | 73 | <date>July 2012</date> |
| 74 | <revremark>Released with the Yocto Project 1.2.1 Release.</revremark> | 74 | <revremark>Released with the Yocto Project 1.2.1 Release.</revremark> |
| 75 | </revision> | 75 | </revision> |
| 76 | <revision> | ||
| 77 | <revnumber>1.2.2</revnumber> | ||
| 78 | <date>Sometime in 2013</date> | ||
| 79 | <revremark>Released with the Yocto Project 1.2.2 Release.</revremark> | ||
| 80 | </revision> | ||
| 76 | </revhistory> | 81 | </revhistory> |
| 77 | 82 | ||
| 78 | <copyright> | 83 | <copyright> |
| @@ -82,12 +87,12 @@ | |||
| 82 | 87 | ||
| 83 | <legalnotice> | 88 | <legalnotice> |
| 84 | <para> | 89 | <para> |
| 85 | Permission is granted to copy, distribute and/or modify this document under | 90 | Permission is granted to copy, distribute and/or modify this document under |
| 86 | the terms of the <ulink type="http" url="http://creativecommons.org/licenses/by-sa/2.0/uk/">Creative Commons Attribution-Share Alike 2.0 UK: England & Wales</ulink> as published by Creative Commons. | 91 | the terms of the <ulink type="http" url="http://creativecommons.org/licenses/by-sa/2.0/uk/">Creative Commons Attribution-Share Alike 2.0 UK: England & Wales</ulink> as published by Creative Commons. |
| 87 | </para> | 92 | </para> |
| 88 | <note> | 93 | <note> |
| 89 | Due to production processes, there could be differences between the Yocto Project | 94 | Due to production processes, there could be differences between the Yocto Project |
| 90 | documentation bundled in the release tarball and | 95 | documentation bundled in the release tarball and |
| 91 | <ulink url='&YOCTO_DOCS_REF_URL;'> | 96 | <ulink url='&YOCTO_DOCS_REF_URL;'> |
| 92 | The Yocto Project Reference Manual</ulink> on | 97 | The Yocto Project Reference Manual</ulink> on |
| 93 | the <ulink url='&YOCTO_HOME_URL;'>Yocto Project</ulink> website. | 98 | the <ulink url='&YOCTO_HOME_URL;'>Yocto Project</ulink> website. |
| @@ -127,10 +132,10 @@ | |||
| 127 | 132 | ||
| 128 | <!-- <index id='index'> | 133 | <!-- <index id='index'> |
| 129 | <title>Index</title> | 134 | <title>Index</title> |
| 130 | </index> | 135 | </index> |
| 131 | --> | 136 | --> |
| 132 | 137 | ||
| 133 | </book> | 138 | </book> |
| 134 | <!-- | 139 | <!-- |
| 135 | vim: expandtab tw=80 ts=4 | 140 | vim: expandtab tw=80 ts=4 |
| 136 | --> | 141 | --> |
diff --git a/documentation/poky.ent b/documentation/poky.ent index aec1391e30..03338a2687 100644 --- a/documentation/poky.ent +++ b/documentation/poky.ent | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | <!ENTITY DISTRO "1.2.1"> | 1 | <!ENTITY DISTRO "1.2.2"> |
| 2 | <!ENTITY DISTRO_NAME "denzil"> | 2 | <!ENTITY DISTRO_NAME "denzil"> |
| 3 | <!ENTITY YOCTO_DOC_VERSION "current"> | 3 | <!ENTITY YOCTO_DOC_VERSION "current"> |
| 4 | <!ENTITY POKYVERSION "7.0.1"> | 4 | <!ENTITY POKYVERSION "7.0.2"> |
| 5 | <!ENTITY YOCTO_POKY "poky-&DISTRO_NAME;-&POKYVERSION;"> | 5 | <!ENTITY YOCTO_POKY "poky-&DISTRO_NAME;-&POKYVERSION;"> |
| 6 | <!ENTITY COPYRIGHT_YEAR "2010-2012"> | 6 | <!ENTITY COPYRIGHT_YEAR "2010-2013"> |
| 7 | <!ENTITY YOCTO_DL_URL "http://downloads.yoctoproject.org"> | 7 | <!ENTITY YOCTO_DL_URL "http://downloads.yoctoproject.org"> |
| 8 | <!ENTITY YOCTO_HOME_URL "http://www.yoctoproject.org"> | 8 | <!ENTITY YOCTO_HOME_URL "http://www.yoctoproject.org"> |
| 9 | <!ENTITY YOCTO_LISTS_URL "http://lists.yoctoproject.org"> | 9 | <!ENTITY YOCTO_LISTS_URL "http://lists.yoctoproject.org"> |
