diff options
| author | Scott Rifenbark <srifenbark@gmail.com> | 2019-12-03 14:17:54 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-12-09 12:02:54 +0000 |
| commit | 292b0cc22401d6024a221e4654ea036b0f34cd0c (patch) | |
| tree | 0c7dac72d567980e973f893ad16b905daa59c155 | |
| parent | a1bc1ccf42a9b88ad08561c69f35f8dd67979dab (diff) | |
| download | poky-292b0cc22401d6024a221e4654ea036b0f34cd0c.tar.gz | |
YP Documentation: Set up for YP 3.1 release
* Updates to poky.ent
* Updates to mega-manual.sed
* Updates to all <manual>.xml files for date
(From yocto-docs rev: 5f752ef0193cb60cd5d46a63e99ffcd02107e0c2)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | documentation/bsp-guide/bsp-guide.xml | 7 | ||||
| -rw-r--r-- | documentation/dev-manual/dev-manual.xml | 7 | ||||
| -rw-r--r-- | documentation/kernel-dev/kernel-dev.xml | 7 | ||||
| -rw-r--r-- | documentation/mega-manual/mega-manual.xml | 7 | ||||
| -rw-r--r-- | documentation/overview-manual/overview-manual.xml | 7 | ||||
| -rw-r--r-- | documentation/poky.ent | 20 | ||||
| -rw-r--r-- | documentation/profile-manual/profile-manual.xml | 7 | ||||
| -rw-r--r-- | documentation/ref-manual/ref-manual.xml | 7 | ||||
| -rw-r--r-- | documentation/sdk-manual/sdk-manual.xml | 7 | ||||
| -rw-r--r-- | documentation/toaster-manual/toaster-manual.xml | 7 | ||||
| -rw-r--r-- | documentation/tools/mega-manual.sed | 46 |
11 files changed, 87 insertions, 42 deletions
diff --git a/documentation/bsp-guide/bsp-guide.xml b/documentation/bsp-guide/bsp-guide.xml index dd0c76addc..6028136b92 100644 --- a/documentation/bsp-guide/bsp-guide.xml +++ b/documentation/bsp-guide/bsp-guide.xml | |||
| @@ -133,9 +133,14 @@ | |||
| 133 | </revision> | 133 | </revision> |
| 134 | <revision> | 134 | <revision> |
| 135 | <revnumber>3.0</revnumber> | 135 | <revnumber>3.0</revnumber> |
| 136 | <date>&REL_MONTH_YEAR;</date> | 136 | <date>October</date> |
| 137 | <revremark>Released with the Yocto Project 3.0 Release.</revremark> | 137 | <revremark>Released with the Yocto Project 3.0 Release.</revremark> |
| 138 | </revision> | 138 | </revision> |
| 139 | <revision> | ||
| 140 | <revnumber>3.1</revnumber> | ||
| 141 | <date>&REL_MONTH_YEAR;</date> | ||
| 142 | <revremark>Released with the Yocto Project 3.1 Release.</revremark> | ||
| 143 | </revision> | ||
| 139 | </revhistory> | 144 | </revhistory> |
| 140 | 145 | ||
| 141 | <copyright> | 146 | <copyright> |
diff --git a/documentation/dev-manual/dev-manual.xml b/documentation/dev-manual/dev-manual.xml index 04fa1e4f9a..2d112fb566 100644 --- a/documentation/dev-manual/dev-manual.xml +++ b/documentation/dev-manual/dev-manual.xml | |||
| @@ -118,9 +118,14 @@ | |||
| 118 | </revision> | 118 | </revision> |
| 119 | <revision> | 119 | <revision> |
| 120 | <revnumber>3.0</revnumber> | 120 | <revnumber>3.0</revnumber> |
| 121 | <date>&REL_MONTH_YEAR;</date> | 121 | <date>October</date> |
| 122 | <revremark>Released with the Yocto Project 3.0 Release.</revremark> | 122 | <revremark>Released with the Yocto Project 3.0 Release.</revremark> |
| 123 | </revision> | 123 | </revision> |
| 124 | <revision> | ||
| 125 | <revnumber>3.1</revnumber> | ||
| 126 | <date>&REL_MONTH_YEAR;</date> | ||
| 127 | <revremark>Released with the Yocto Project 3.1 Release.</revremark> | ||
| 128 | </revision> | ||
| 124 | </revhistory> | 129 | </revhistory> |
| 125 | 130 | ||
| 126 | <copyright> | 131 | <copyright> |
diff --git a/documentation/kernel-dev/kernel-dev.xml b/documentation/kernel-dev/kernel-dev.xml index 4c5881b071..017cdfcf1c 100644 --- a/documentation/kernel-dev/kernel-dev.xml +++ b/documentation/kernel-dev/kernel-dev.xml | |||
| @@ -103,9 +103,14 @@ | |||
| 103 | </revision> | 103 | </revision> |
| 104 | <revision> | 104 | <revision> |
| 105 | <revnumber>3.0</revnumber> | 105 | <revnumber>3.0</revnumber> |
| 106 | <date>&REL_MONTH_YEAR;</date> | 106 | <date>October</date> |
| 107 | <revremark>Released with the Yocto Project 3.0 Release.</revremark> | 107 | <revremark>Released with the Yocto Project 3.0 Release.</revremark> |
| 108 | </revision> | 108 | </revision> |
| 109 | <revision> | ||
| 110 | <revnumber>3.1</revnumber> | ||
| 111 | <date>&REL_MONTH_YEAR;</date> | ||
| 112 | <revremark>Released with the Yocto Project 3.1 Release.</revremark> | ||
| 113 | </revision> | ||
| 109 | </revhistory> | 114 | </revhistory> |
| 110 | 115 | ||
| 111 | <copyright> | 116 | <copyright> |
diff --git a/documentation/mega-manual/mega-manual.xml b/documentation/mega-manual/mega-manual.xml index cd9a3da8f1..45221116c1 100644 --- a/documentation/mega-manual/mega-manual.xml +++ b/documentation/mega-manual/mega-manual.xml | |||
| @@ -89,9 +89,14 @@ | |||
| 89 | </revision> | 89 | </revision> |
| 90 | <revision> | 90 | <revision> |
| 91 | <revnumber>3.0</revnumber> | 91 | <revnumber>3.0</revnumber> |
| 92 | <date>&REL_MONTH_YEAR;</date> | 92 | <date>October</date> |
| 93 | <revremark>Released with the Yocto Project 3.0 Release.</revremark> | 93 | <revremark>Released with the Yocto Project 3.0 Release.</revremark> |
| 94 | </revision> | 94 | </revision> |
| 95 | <revision> | ||
| 96 | <revnumber>3.1</revnumber> | ||
| 97 | <date>&REL_MONTH_YEAR;</date> | ||
| 98 | <revremark>Released with the Yocto Project 3.1 Release.</revremark> | ||
| 99 | </revision> | ||
| 95 | </revhistory> | 100 | </revhistory> |
| 96 | 101 | ||
| 97 | <copyright> | 102 | <copyright> |
diff --git a/documentation/overview-manual/overview-manual.xml b/documentation/overview-manual/overview-manual.xml index c7716e460b..14c6806336 100644 --- a/documentation/overview-manual/overview-manual.xml +++ b/documentation/overview-manual/overview-manual.xml | |||
| @@ -48,9 +48,14 @@ | |||
| 48 | </revision> | 48 | </revision> |
| 49 | <revision> | 49 | <revision> |
| 50 | <revnumber>3.0</revnumber> | 50 | <revnumber>3.0</revnumber> |
| 51 | <date>&REL_MONTH_YEAR;</date> | 51 | <date>October</date> |
| 52 | <revremark>Released with the Yocto Project 3.0 Release.</revremark> | 52 | <revremark>Released with the Yocto Project 3.0 Release.</revremark> |
| 53 | </revision> | 53 | </revision> |
| 54 | <revision> | ||
| 55 | <revnumber>3.1</revnumber> | ||
| 56 | <date>&REL_MONTH_YEAR;</date> | ||
| 57 | <revremark>Released with the Yocto Project 3.1 Release.</revremark> | ||
| 58 | </revision> | ||
| 54 | </revhistory> | 59 | </revhistory> |
| 55 | 60 | ||
| 56 | <copyright> | 61 | <copyright> |
diff --git a/documentation/poky.ent b/documentation/poky.ent index 7af47df72f..0f1ccc9d24 100644 --- a/documentation/poky.ent +++ b/documentation/poky.ent | |||
| @@ -1,19 +1,19 @@ | |||
| 1 | <!ENTITY DISTRO "3.0"> | 1 | <!ENTITY DISTRO "3.1"> |
| 2 | <!ENTITY DISTRO_COMPRESSED "30"> | 2 | <!ENTITY DISTRO_COMPRESSED "31"> |
| 3 | <!ENTITY DISTRO_NAME_NO_CAP "zeus"> | 3 | <!ENTITY DISTRO_NAME_NO_CAP "zeus"> |
| 4 | <!ENTITY DISTRO_NAME "Zeus"> | 4 | <!ENTITY DISTRO_NAME "Zeus"> |
| 5 | <!ENTITY DISTRO_NAME_NO_CAP_MINUS_ONE "warrior"> | 5 | <!ENTITY DISTRO_NAME_NO_CAP_MINUS_ONE "warrior"> |
| 6 | <!ENTITY DISTRO_NAME_MINUS_ONE "Warrior"> | 6 | <!ENTITY DISTRO_NAME_MINUS_ONE "Warrior"> |
| 7 | <!ENTITY YOCTO_DOC_VERSION "3.0"> | 7 | <!ENTITY YOCTO_DOC_VERSION "3.1"> |
| 8 | <!ENTITY YOCTO_DOC_VERSION_MINUS_ONE "2.7"> | 8 | <!ENTITY YOCTO_DOC_VERSION_MINUS_ONE "2.7.2"> |
| 9 | <!ENTITY DISTRO_REL_TAG "yocto-3.0"> | 9 | <!ENTITY DISTRO_REL_TAG "yocto-3.1"> |
| 10 | <!ENTITY METAINTELVERSION "9.0"> | 10 | <!ENTITY METAINTELVERSION "12.0"> |
| 11 | <!ENTITY REL_MONTH_YEAR "October 2019"> | 11 | <!ENTITY REL_MONTH_YEAR "TBD 2020"> |
| 12 | <!ENTITY META_INTEL_REL_TAG "&METAINTELVERSION;-&DISTRO_NAME_NO_CAP;-&YOCTO_DOC_VERSION;"> | 12 | <!ENTITY META_INTEL_REL_TAG "&METAINTELVERSION;-&DISTRO_NAME_NO_CAP;-&YOCTO_DOC_VERSION;"> |
| 13 | <!ENTITY POKYVERSION "22.0.0"> | 13 | <!ENTITY POKYVERSION "23.0.0"> |
| 14 | <!ENTITY POKYVERSION_COMPRESSED "2200"> | 14 | <!ENTITY POKYVERSION_COMPRESSED "2300"> |
| 15 | <!ENTITY YOCTO_POKY "poky-&DISTRO_NAME_NO_CAP;-&POKYVERSION;"> | 15 | <!ENTITY YOCTO_POKY "poky-&DISTRO_NAME_NO_CAP;-&POKYVERSION;"> |
| 16 | <!ENTITY COPYRIGHT_YEAR "2010-2019"> | 16 | <!ENTITY COPYRIGHT_YEAR "2010-2020"> |
| 17 | <!ENTITY YOCTO_DL_URL "http://downloads.yoctoproject.org"> | 17 | <!ENTITY YOCTO_DL_URL "http://downloads.yoctoproject.org"> |
| 18 | <!ENTITY YOCTO_HOME_URL "http://www.yoctoproject.org"> | 18 | <!ENTITY YOCTO_HOME_URL "http://www.yoctoproject.org"> |
| 19 | <!ENTITY YOCTO_LISTS_URL "http://lists.yoctoproject.org"> | 19 | <!ENTITY YOCTO_LISTS_URL "http://lists.yoctoproject.org"> |
diff --git a/documentation/profile-manual/profile-manual.xml b/documentation/profile-manual/profile-manual.xml index c1f461f43a..f165dd5977 100644 --- a/documentation/profile-manual/profile-manual.xml +++ b/documentation/profile-manual/profile-manual.xml | |||
| @@ -103,9 +103,14 @@ | |||
| 103 | </revision> | 103 | </revision> |
| 104 | <revision> | 104 | <revision> |
| 105 | <revnumber>3.0</revnumber> | 105 | <revnumber>3.0</revnumber> |
| 106 | <date>&REL_MONTH_YEAR;</date> | 106 | <date>October</date> |
| 107 | <revremark>Released with the Yocto Project 3.0 Release.</revremark> | 107 | <revremark>Released with the Yocto Project 3.0 Release.</revremark> |
| 108 | </revision> | 108 | </revision> |
| 109 | <revision> | ||
| 110 | <revnumber>3.1</revnumber> | ||
| 111 | <date>&REL_MONTH_YEAR;</date> | ||
| 112 | <revremark>Released with the Yocto Project 3.1 Release.</revremark> | ||
| 113 | </revision> | ||
| 109 | </revhistory> | 114 | </revhistory> |
| 110 | 115 | ||
| 111 | <copyright> | 116 | <copyright> |
diff --git a/documentation/ref-manual/ref-manual.xml b/documentation/ref-manual/ref-manual.xml index b442f709a6..210a3c3726 100644 --- a/documentation/ref-manual/ref-manual.xml +++ b/documentation/ref-manual/ref-manual.xml | |||
| @@ -134,9 +134,14 @@ | |||
| 134 | </revision> | 134 | </revision> |
| 135 | <revision> | 135 | <revision> |
| 136 | <revnumber>3.0</revnumber> | 136 | <revnumber>3.0</revnumber> |
| 137 | <date>&REL_MONTH_YEAR;</date> | 137 | <date>October</date> |
| 138 | <revremark>Released with the Yocto Project 3.0 Release.</revremark> | 138 | <revremark>Released with the Yocto Project 3.0 Release.</revremark> |
| 139 | </revision> | 139 | </revision> |
| 140 | <revision> | ||
| 141 | <revnumber>3.1</revnumber> | ||
| 142 | <date>&REL_MONTH_YEAR;</date> | ||
| 143 | <revremark>Released with the Yocto Project 3.1 Release.</revremark> | ||
| 144 | </revision> | ||
| 140 | </revhistory> | 145 | </revhistory> |
| 141 | 146 | ||
| 142 | <copyright> | 147 | <copyright> |
diff --git a/documentation/sdk-manual/sdk-manual.xml b/documentation/sdk-manual/sdk-manual.xml index 8d5f6ec4d6..804c321d82 100644 --- a/documentation/sdk-manual/sdk-manual.xml +++ b/documentation/sdk-manual/sdk-manual.xml | |||
| @@ -68,9 +68,14 @@ | |||
| 68 | </revision> | 68 | </revision> |
| 69 | <revision> | 69 | <revision> |
| 70 | <revnumber>3.0</revnumber> | 70 | <revnumber>3.0</revnumber> |
| 71 | <date>&REL_MONTH_YEAR;</date> | 71 | <date>October</date> |
| 72 | <revremark>Released with the Yocto Project 3.0 Release.</revremark> | 72 | <revremark>Released with the Yocto Project 3.0 Release.</revremark> |
| 73 | </revision> | 73 | </revision> |
| 74 | <revision> | ||
| 75 | <revnumber>3.1</revnumber> | ||
| 76 | <date>&REL_MONTH_YEAR;</date> | ||
| 77 | <revremark>Released with the Yocto Project 3.1 Release.</revremark> | ||
| 78 | </revision> | ||
| 74 | </revhistory> | 79 | </revhistory> |
| 75 | 80 | ||
| 76 | <copyright> | 81 | <copyright> |
diff --git a/documentation/toaster-manual/toaster-manual.xml b/documentation/toaster-manual/toaster-manual.xml index d7b4bcee61..01c6ee5873 100644 --- a/documentation/toaster-manual/toaster-manual.xml +++ b/documentation/toaster-manual/toaster-manual.xml | |||
| @@ -78,9 +78,14 @@ | |||
| 78 | </revision> | 78 | </revision> |
| 79 | <revision> | 79 | <revision> |
| 80 | <revnumber>3.0</revnumber> | 80 | <revnumber>3.0</revnumber> |
| 81 | <date>&REL_MONTH_YEAR;</date> | 81 | <date>October</date> |
| 82 | <revremark>Released with the Yocto Project 3.0 Release.</revremark> | 82 | <revremark>Released with the Yocto Project 3.0 Release.</revremark> |
| 83 | </revision> | 83 | </revision> |
| 84 | <revision> | ||
| 85 | <revnumber>3.1</revnumber> | ||
| 86 | <date>&REL_MONTH_YEAR;</date> | ||
| 87 | <revremark>Released with the Yocto Project 3.1 Release.</revremark> | ||
| 88 | </revision> | ||
| 84 | </revhistory> | 89 | </revhistory> |
| 85 | 90 | ||
| 86 | <copyright> | 91 | <copyright> |
diff --git a/documentation/tools/mega-manual.sed b/documentation/tools/mega-manual.sed index 374d8e7b00..b1ea9edb7b 100644 --- a/documentation/tools/mega-manual.sed +++ b/documentation/tools/mega-manual.sed | |||
| @@ -1,36 +1,36 @@ | |||
| 1 | # Processes bitbake-user-manual (<word>-<word>-<word> style). | 1 | # Processes bitbake-user-manual (<word>-<word>-<word> style). |
| 2 | # This style is for manual three-word folders, which currently is only the BitBake User Manual. | 2 | # This style is for manual three-word folders, which currently is only the BitBake User Manual. |
| 3 | # We used to have the "yocto-project-qs" and "poky-ref-manual" folders but no longer do. | 3 | # We used to have the "yocto-project-qs" and "poky-ref-manual" folders but no longer do. |
| 4 | # s@"ulink" href="http://www.yoctoproject.org/docs/3.0/[a-z]*-[a-z]*-[a-z]*/[a-z]*-[a-z]*-[a-z]*.html#@"link" href="#@g | 4 | # s@"ulink" href="http://www.yoctoproject.org/docs/3.1/[a-z]*-[a-z]*-[a-z]*/[a-z]*-[a-z]*-[a-z]*.html#@"link" href="#@g |
| 5 | s@"ulink" href="http://www.yoctoproject.org/docs/3.0/bitbake-user-manual/bitbake-user-manual.html#@"link" href="#@g | 5 | s@"ulink" href="http://www.yoctoproject.org/docs/3.1/bitbake-user-manual/bitbake-user-manual.html#@"link" href="#@g |
| 6 | 6 | ||
| 7 | # Processes all other manuals (<word>-<word> style). | 7 | # Processes all other manuals (<word>-<word> style). |
| 8 | # This style is for manual folders that use two word, which is the standard now (e.g. "ref-manual"). | 8 | # This style is for manual folders that use two word, which is the standard now (e.g. "ref-manual"). |
| 9 | # Here is the one-liner: | 9 | # Here is the one-liner: |
| 10 | # s@"ulink" href="http://www.yoctoproject.org/docs/3.0/[a-z]*-[a-z]*/[a-z]*-[a-z]*.html#@"link" href="#@g | 10 | # s@"ulink" href="http://www.yoctoproject.org/docs/3.1/[a-z]*-[a-z]*/[a-z]*-[a-z]*.html#@"link" href="#@g |
| 11 | 11 | ||
| 12 | s@"ulink" href="http://www.yoctoproject.org/docs/3.0/sdk-manual/sdk-manual.html#@"link" href="#@g | 12 | s@"ulink" href="http://www.yoctoproject.org/docs/3.1/sdk-manual/sdk-manual.html#@"link" href="#@g |
| 13 | s@"ulink" href="http://www.yoctoproject.org/docs/3.0/bsp-guide/bsp-guide.html#@"link" href="#@g | 13 | s@"ulink" href="http://www.yoctoproject.org/docs/3.1/bsp-guide/bsp-guide.html#@"link" href="#@g |
| 14 | s@"ulink" href="http://www.yoctoproject.org/docs/3.0/dev-manual/dev-manual.html#@"link" href="#@g | 14 | s@"ulink" href="http://www.yoctoproject.org/docs/3.1/dev-manual/dev-manual.html#@"link" href="#@g |
| 15 | s@"ulink" href="http://www.yoctoproject.org/docs/3.0/overview-manual/overview-manual.html#@"link" href="#@g | 15 | s@"ulink" href="http://www.yoctoproject.org/docs/3.1/overview-manual/overview-manual.html#@"link" href="#@g |
| 16 | s@"ulink" href="http://www.yoctoproject.org/docs/3.0/brief-yoctoprojectqs/brief-yoctoprojectqs.html#@"link" href="#@g | 16 | s@"ulink" href="http://www.yoctoproject.org/docs/3.1/brief-yoctoprojectqs/brief-yoctoprojectqs.html#@"link" href="#@g |
| 17 | s@"ulink" href="http://www.yoctoproject.org/docs/3.0/kernel-dev/kernel-dev.html#@"link" href="#@g | 17 | s@"ulink" href="http://www.yoctoproject.org/docs/3.1/kernel-dev/kernel-dev.html#@"link" href="#@g |
| 18 | s@"ulink" href="http://www.yoctoproject.org/docs/3.0/profile-manual/profile-manual.html#@"link" href="#@g | 18 | s@"ulink" href="http://www.yoctoproject.org/docs/3.1/profile-manual/profile-manual.html#@"link" href="#@g |
| 19 | s@"ulink" href="http://www.yoctoproject.org/docs/3.0/ref-manual/ref-manual.html#@"link" href="#@g | 19 | s@"ulink" href="http://www.yoctoproject.org/docs/3.1/ref-manual/ref-manual.html#@"link" href="#@g |
| 20 | s@"ulink" href="http://www.yoctoproject.org/docs/3.0/toaster-manual/toaster-manual.html#@"link" href="#@g | 20 | s@"ulink" href="http://www.yoctoproject.org/docs/3.1/toaster-manual/toaster-manual.html#@"link" href="#@g |
| 21 | 21 | ||
| 22 | # Process cases where just an external manual is referenced without an id anchor | 22 | # Process cases where just an external manual is referenced without an id anchor |
| 23 | s@<a class="ulink" href="http://www.yoctoproject.org/docs/3.0/brief-yoctoprojectqs/brief-yoctoprojectqs.html" target="_top">Yocto Project Quick Build</a>@Yocto Project Quick Build@g | 23 | s@<a class="ulink" href="http://www.yoctoproject.org/docs/3.1/brief-yoctoprojectqs/brief-yoctoprojectqs.html" target="_top">Yocto Project Quick Build</a>@Yocto Project Quick Build@g |
| 24 | s@<a class="ulink" href="http://www.yoctoproject.org/docs/3.0/bitbake-user-manual/bitbake-user-manual.html" target="_top">BitBake User Manual</a>@BitBake User Manual@g | 24 | s@<a class="ulink" href="http://www.yoctoproject.org/docs/3.1/bitbake-user-manual/bitbake-user-manual.html" target="_top">BitBake User Manual</a>@BitBake User Manual@g |
| 25 | s@<a class="ulink" href="http://www.yoctoproject.org/docs/3.0/dev-manual/dev-manual.html" target="_top">Yocto Project Development Tasks Manual</a>@Yocto Project Development Tasks Manual@g | 25 | s@<a class="ulink" href="http://www.yoctoproject.org/docs/3.1/dev-manual/dev-manual.html" target="_top">Yocto Project Development Tasks Manual</a>@Yocto Project Development Tasks Manual@g |
| 26 | s@<a class="ulink" href="http://www.yoctoproject.org/docs/3.0/overview-manual/overview-manual.html" target="_top">Yocto Project Overview and Concepts Manual</a>@Yocto project Overview and Concepts Manual@g | 26 | s@<a class="ulink" href="http://www.yoctoproject.org/docs/3.1/overview-manual/overview-manual.html" target="_top">Yocto Project Overview and Concepts Manual</a>@Yocto project Overview and Concepts Manual@g |
| 27 | s@<a class="ulink" href="http://www.yoctoproject.org/docs/3.0/sdk-manual/sdk-manual.html" target="_top">Yocto Project Application Development and the Extensible Software Development Kit (eSDK)</a>@Yocto Project Application Development and the Extensible Software Development Kit (eSDK)@g | 27 | s@<a class="ulink" href="http://www.yoctoproject.org/docs/3.1/sdk-manual/sdk-manual.html" target="_top">Yocto Project Application Development and the Extensible Software Development Kit (eSDK)</a>@Yocto Project Application Development and the Extensible Software Development Kit (eSDK)@g |
| 28 | s@<a class="ulink" href="http://www.yoctoproject.org/docs/3.0/bsp-guide/bsp-guide.html" target="_top">Yocto Project Board Support Package (BSP) Developer's Guide</a>@Yocto Project Board Support Package (BSP) Developer's Guide@g | 28 | s@<a class="ulink" href="http://www.yoctoproject.org/docs/3.1/bsp-guide/bsp-guide.html" target="_top">Yocto Project Board Support Package (BSP) Developer's Guide</a>@Yocto Project Board Support Package (BSP) Developer's Guide@g |
| 29 | s@<a class="ulink" href="http://www.yoctoproject.org/docs/3.0/profile-manual/profile-manual.html" target="_top">Yocto Project Profiling and Tracing Manual</a>@Yocto Project Profiling and Tracing Manual@g | 29 | s@<a class="ulink" href="http://www.yoctoproject.org/docs/3.1/profile-manual/profile-manual.html" target="_top">Yocto Project Profiling and Tracing Manual</a>@Yocto Project Profiling and Tracing Manual@g |
| 30 | s@<a class="ulink" href="http://www.yoctoproject.org/docs/3.0/kernel-dev/kernel-dev.html" target="_top">Yocto Project Linux Kernel Development Manual</a>@Yocto Project Linux Kernel Development Manual@g | 30 | s@<a class="ulink" href="http://www.yoctoproject.org/docs/3.1/kernel-dev/kernel-dev.html" target="_top">Yocto Project Linux Kernel Development Manual</a>@Yocto Project Linux Kernel Development Manual@g |
| 31 | s@<a class="ulink" href="http://www.yoctoproject.org/docs/3.0/ref-manual/ref-manual.html" target="_top">Yocto Project Reference Manual</a>@Yocto Project Reference Manual@g | 31 | s@<a class="ulink" href="http://www.yoctoproject.org/docs/3.1/ref-manual/ref-manual.html" target="_top">Yocto Project Reference Manual</a>@Yocto Project Reference Manual@g |
| 32 | s@<a class="ulink" href="http://www.yoctoproject.org/docs/3.0/toaster-manual/toaster-manual.html" target="_top">Toaster User Manual</a>@Toaster User Manual@g | 32 | s@<a class="ulink" href="http://www.yoctoproject.org/docs/3.1/toaster-manual/toaster-manual.html" target="_top">Toaster User Manual</a>@Toaster User Manual@g |
| 33 | 33 | ||
| 34 | # Process a single, rouge occurrence of a linked reference to the Mega-Manual. | 34 | # Process a single, rouge occurrence of a linked reference to the Mega-Manual. |
| 35 | s@<a class="ulink" href="http://www.yoctoproject.org/docs/3.0/mega-manual/mega-manual.html" target="_top">Yocto Project Mega-Manual</a>@Yocto Project Mega-Manual@g | 35 | s@<a class="ulink" href="http://www.yoctoproject.org/docs/3.1/mega-manual/mega-manual.html" target="_top">Yocto Project Mega-Manual</a>@Yocto Project Mega-Manual@g |
| 36 | 36 | ||
