diff options
| author | Scott Rifenbark <srifenbark@gmail.com> | 2019-10-29 11:13:32 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-11-10 14:06:41 +0000 |
| commit | 3e42c33da58f71d0cf9d3d790a3af5561da5c21a (patch) | |
| tree | abf9a45245eba4ff64aa24ae60c7bfef3ab19a3f | |
| parent | 532f2df7705919b0489b9ca08a7d093181c0599f (diff) | |
| download | poky-3e42c33da58f71d0cf9d3d790a3af5561da5c21a.tar.gz | |
documentation: Setup for 2.6.4 release
* Updated poky.ent to use 2.6.4 stuff
* Updated mega-manual.sed to use "2.6.4" string
* Updated all the <manual>.xml files manual revision table
to be "November 2019"
(From yocto-docs rev: 607598f72bc3e7393ccf7c6380c03dddef3bb41c)
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 | 5 | ||||
| -rw-r--r-- | documentation/dev-manual/dev-manual.xml | 5 | ||||
| -rw-r--r-- | documentation/kernel-dev/kernel-dev.xml | 12 | ||||
| -rw-r--r-- | documentation/mega-manual/mega-manual.xml | 5 | ||||
| -rw-r--r-- | documentation/overview-manual/overview-manual.xml | 5 | ||||
| -rw-r--r-- | documentation/poky.ent | 16 | ||||
| -rw-r--r-- | documentation/profile-manual/profile-manual.xml | 5 | ||||
| -rw-r--r-- | documentation/ref-manual/ref-manual.xml | 5 | ||||
| -rw-r--r-- | documentation/sdk-manual/sdk-manual.xml | 5 | ||||
| -rw-r--r-- | documentation/toaster-manual/toaster-manual.xml | 5 | ||||
| -rw-r--r-- | documentation/tools/mega-manual.sed | 48 |
11 files changed, 83 insertions, 33 deletions
diff --git a/documentation/bsp-guide/bsp-guide.xml b/documentation/bsp-guide/bsp-guide.xml index 00a0af84b3..b7a5ba67ee 100644 --- a/documentation/bsp-guide/bsp-guide.xml +++ b/documentation/bsp-guide/bsp-guide.xml | |||
| @@ -141,6 +141,11 @@ | |||
| 141 | <date>August 2019</date> | 141 | <date>August 2019</date> |
| 142 | <revremark>Released with the Yocto Project 2.6.3 Release.</revremark> | 142 | <revremark>Released with the Yocto Project 2.6.3 Release.</revremark> |
| 143 | </revision> | 143 | </revision> |
| 144 | <revision> | ||
| 145 | <revnumber>2.6.4</revnumber> | ||
| 146 | <date>November 2019</date> | ||
| 147 | <revremark>Released with the Yocto Project 2.6.4 Release.</revremark> | ||
| 148 | </revision> | ||
| 144 | </revhistory> | 149 | </revhistory> |
| 145 | 150 | ||
| 146 | <copyright> | 151 | <copyright> |
diff --git a/documentation/dev-manual/dev-manual.xml b/documentation/dev-manual/dev-manual.xml index 1a255574d2..3ec921f648 100644 --- a/documentation/dev-manual/dev-manual.xml +++ b/documentation/dev-manual/dev-manual.xml | |||
| @@ -126,6 +126,11 @@ | |||
| 126 | <date>August 2019</date> | 126 | <date>August 2019</date> |
| 127 | <revremark>Released with the Yocto Project 2.6.3 Release.</revremark> | 127 | <revremark>Released with the Yocto Project 2.6.3 Release.</revremark> |
| 128 | </revision> | 128 | </revision> |
| 129 | <revision> | ||
| 130 | <revnumber>2.6.4</revnumber> | ||
| 131 | <date>November 2019</date> | ||
| 132 | <revremark>Released with the Yocto Project 2.6.4 Release.</revremark> | ||
| 133 | </revision> | ||
| 129 | </revhistory> | 134 | </revhistory> |
| 130 | 135 | ||
| 131 | <copyright> | 136 | <copyright> |
diff --git a/documentation/kernel-dev/kernel-dev.xml b/documentation/kernel-dev/kernel-dev.xml index 870dc75f75..6f3e58951d 100644 --- a/documentation/kernel-dev/kernel-dev.xml +++ b/documentation/kernel-dev/kernel-dev.xml | |||
| @@ -103,9 +103,19 @@ | |||
| 103 | </revision> | 103 | </revision> |
| 104 | <revision> | 104 | <revision> |
| 105 | <revnumber>2.6.2</revnumber> | 105 | <revnumber>2.6.2</revnumber> |
| 106 | <date>&REL_MONTH_YEAR;</date> | 106 | <date>April 2019</date> |
| 107 | <revremark>Released with the Yocto Project 2.6.2 Release.</revremark> | 107 | <revremark>Released with the Yocto Project 2.6.2 Release.</revremark> |
| 108 | </revision> | 108 | </revision> |
| 109 | <revision> | ||
| 110 | <revnumber>2.6.3</revnumber> | ||
| 111 | <date>August 2019</date> | ||
| 112 | <revremark>Released with the Yocto Project 2.6.3 Release.</revremark> | ||
| 113 | </revision> | ||
| 114 | <revision> | ||
| 115 | <revnumber>2.6.4</revnumber> | ||
| 116 | <date>November 2019</date> | ||
| 117 | <revremark>Released with the Yocto Project 2.6.4 Release.</revremark> | ||
| 118 | </revision> | ||
| 109 | </revhistory> | 119 | </revhistory> |
| 110 | 120 | ||
| 111 | <copyright> | 121 | <copyright> |
diff --git a/documentation/mega-manual/mega-manual.xml b/documentation/mega-manual/mega-manual.xml index f5f2e3fd0e..300246c9e6 100644 --- a/documentation/mega-manual/mega-manual.xml +++ b/documentation/mega-manual/mega-manual.xml | |||
| @@ -95,6 +95,11 @@ | |||
| 95 | <date>August 2019</date> | 95 | <date>August 2019</date> |
| 96 | <revremark>Released with the Yocto Project 2.6.3 Release.</revremark> | 96 | <revremark>Released with the Yocto Project 2.6.3 Release.</revremark> |
| 97 | </revision> | 97 | </revision> |
| 98 | <revision> | ||
| 99 | <revnumber>2.6.4</revnumber> | ||
| 100 | <date>November 2019</date> | ||
| 101 | <revremark>Released with the Yocto Project 2.6.4 Release.</revremark> | ||
| 102 | </revision> | ||
| 98 | </revhistory> | 103 | </revhistory> |
| 99 | 104 | ||
| 100 | <copyright> | 105 | <copyright> |
diff --git a/documentation/overview-manual/overview-manual.xml b/documentation/overview-manual/overview-manual.xml index 31a441719b..e79867ec5d 100644 --- a/documentation/overview-manual/overview-manual.xml +++ b/documentation/overview-manual/overview-manual.xml | |||
| @@ -56,6 +56,11 @@ | |||
| 56 | <date>August 2019</date> | 56 | <date>August 2019</date> |
| 57 | <revremark>Released with the Yocto Project 2.6.3 Release.</revremark> | 57 | <revremark>Released with the Yocto Project 2.6.3 Release.</revremark> |
| 58 | </revision> | 58 | </revision> |
| 59 | <revision> | ||
| 60 | <revnumber>2.6.4</revnumber> | ||
| 61 | <date>November 2019</date> | ||
| 62 | <revremark>Released with the Yocto Project 2.6.4 Release.</revremark> | ||
| 63 | </revision> | ||
| 59 | </revhistory> | 64 | </revhistory> |
| 60 | 65 | ||
| 61 | <copyright> | 66 | <copyright> |
diff --git a/documentation/poky.ent b/documentation/poky.ent index cb7f3082a8..34f8c114de 100644 --- a/documentation/poky.ent +++ b/documentation/poky.ent | |||
| @@ -1,17 +1,17 @@ | |||
| 1 | <!ENTITY DISTRO "2.6.3"> | 1 | <!ENTITY DISTRO "2.6.4"> |
| 2 | <!ENTITY DISTRO_COMPRESSED "263"> | 2 | <!ENTITY DISTRO_COMPRESSED "264"> |
| 3 | <!ENTITY DISTRO_NAME_NO_CAP "thud"> | 3 | <!ENTITY DISTRO_NAME_NO_CAP "thud"> |
| 4 | <!ENTITY DISTRO_NAME "Thud"> | 4 | <!ENTITY DISTRO_NAME "Thud"> |
| 5 | <!ENTITY DISTRO_NAME_NO_CAP_MINUS_ONE "sumo"> | 5 | <!ENTITY DISTRO_NAME_NO_CAP_MINUS_ONE "sumo"> |
| 6 | <!ENTITY DISTRO_NAME_MINUS_ONE "Sumo"> | 6 | <!ENTITY DISTRO_NAME_MINUS_ONE "Sumo"> |
| 7 | <!ENTITY YOCTO_DOC_VERSION "2.6.3"> | 7 | <!ENTITY YOCTO_DOC_VERSION "2.6.4"> |
| 8 | <!ENTITY YOCTO_DOC_VERSION_MINUS_ONE "2.5.3"> | 8 | <!ENTITY YOCTO_DOC_VERSION_MINUS_ONE "2.5.4"> |
| 9 | <!ENTITY DISTRO_REL_TAG "yocto-2.6.3"> | 9 | <!ENTITY DISTRO_REL_TAG "yocto-2.6.4"> |
| 10 | <!ENTITY METAINTELVERSION "10.1"> | 10 | <!ENTITY METAINTELVERSION "10.1"> |
| 11 | <!ENTITY REL_MONTH_YEAR "July 2019"> | 11 | <!ENTITY REL_MONTH_YEAR "November 2019"> |
| 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 "20.0.3"> | 13 | <!ENTITY POKYVERSION "20.0.4"> |
| 14 | <!ENTITY POKYVERSION_COMPRESSED "2003"> | 14 | <!ENTITY POKYVERSION_COMPRESSED "2004"> |
| 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-2019"> |
| 17 | <!ENTITY YOCTO_DL_URL "http://downloads.yoctoproject.org"> | 17 | <!ENTITY YOCTO_DL_URL "http://downloads.yoctoproject.org"> |
diff --git a/documentation/profile-manual/profile-manual.xml b/documentation/profile-manual/profile-manual.xml index 5c37cfd136..02d989ffb8 100644 --- a/documentation/profile-manual/profile-manual.xml +++ b/documentation/profile-manual/profile-manual.xml | |||
| @@ -111,6 +111,11 @@ | |||
| 111 | <date>August 2019</date> | 111 | <date>August 2019</date> |
| 112 | <revremark>Released with the Yocto Project 2.6.3 Release.</revremark> | 112 | <revremark>Released with the Yocto Project 2.6.3 Release.</revremark> |
| 113 | </revision> | 113 | </revision> |
| 114 | <revision> | ||
| 115 | <revnumber>2.6.4</revnumber> | ||
| 116 | <date>November 2019</date> | ||
| 117 | <revremark>Released with the Yocto Project 2.6.4 Release.</revremark> | ||
| 118 | </revision> | ||
| 114 | </revhistory> | 119 | </revhistory> |
| 115 | 120 | ||
| 116 | <copyright> | 121 | <copyright> |
diff --git a/documentation/ref-manual/ref-manual.xml b/documentation/ref-manual/ref-manual.xml index 1c19378d22..104bbb9ec7 100644 --- a/documentation/ref-manual/ref-manual.xml +++ b/documentation/ref-manual/ref-manual.xml | |||
| @@ -142,6 +142,11 @@ | |||
| 142 | <date>August 2019</date> | 142 | <date>August 2019</date> |
| 143 | <revremark>Released with the Yocto Project 2.6.3 Release.</revremark> | 143 | <revremark>Released with the Yocto Project 2.6.3 Release.</revremark> |
| 144 | </revision> | 144 | </revision> |
| 145 | <revision> | ||
| 146 | <revnumber>2.6.4</revnumber> | ||
| 147 | <date>November 2019</date> | ||
| 148 | <revremark>Released with the Yocto Project 2.6.4 Release.</revremark> | ||
| 149 | </revision> | ||
| 145 | </revhistory> | 150 | </revhistory> |
| 146 | 151 | ||
| 147 | <copyright> | 152 | <copyright> |
diff --git a/documentation/sdk-manual/sdk-manual.xml b/documentation/sdk-manual/sdk-manual.xml index 7687de0a23..d4f615f7ba 100644 --- a/documentation/sdk-manual/sdk-manual.xml +++ b/documentation/sdk-manual/sdk-manual.xml | |||
| @@ -76,6 +76,11 @@ | |||
| 76 | <date>August 2019</date> | 76 | <date>August 2019</date> |
| 77 | <revremark>Released with the Yocto Project 2.6.3 Release.</revremark> | 77 | <revremark>Released with the Yocto Project 2.6.3 Release.</revremark> |
| 78 | </revision> | 78 | </revision> |
| 79 | <revision> | ||
| 80 | <revnumber>2.6.4</revnumber> | ||
| 81 | <date>November 2019</date> | ||
| 82 | <revremark>Released with the Yocto Project 2.6.4 Release.</revremark> | ||
| 83 | </revision> | ||
| 79 | </revhistory> | 84 | </revhistory> |
| 80 | 85 | ||
| 81 | <copyright> | 86 | <copyright> |
diff --git a/documentation/toaster-manual/toaster-manual.xml b/documentation/toaster-manual/toaster-manual.xml index d57060c6f7..15f1702e12 100644 --- a/documentation/toaster-manual/toaster-manual.xml +++ b/documentation/toaster-manual/toaster-manual.xml | |||
| @@ -86,6 +86,11 @@ | |||
| 86 | <date>August 2019</date> | 86 | <date>August 2019</date> |
| 87 | <revremark>Released with the Yocto Project 2.6.3 Release.</revremark> | 87 | <revremark>Released with the Yocto Project 2.6.3 Release.</revremark> |
| 88 | </revision> | 88 | </revision> |
| 89 | <revision> | ||
| 90 | <revnumber>2.6.4</revnumber> | ||
| 91 | <date>November 2019</date> | ||
| 92 | <revremark>Released with the Yocto Project 2.6.4 Release.</revremark> | ||
| 93 | </revision> | ||
| 89 | </revhistory> | 94 | </revhistory> |
| 90 | 95 | ||
| 91 | <copyright> | 96 | <copyright> |
diff --git a/documentation/tools/mega-manual.sed b/documentation/tools/mega-manual.sed index 9906a3d779..34c2ada632 100644 --- a/documentation/tools/mega-manual.sed +++ b/documentation/tools/mega-manual.sed | |||
| @@ -2,39 +2,39 @@ | |||
| 2 | # This style is for manual folders like "yocto-project-qs" and "poky-ref-manual". | 2 | # This style is for manual folders like "yocto-project-qs" and "poky-ref-manual". |
| 3 | # This is the old way that did it. Can't do that now that we have "bitbake-user-manual" strings | 3 | # This is the old way that did it. Can't do that now that we have "bitbake-user-manual" strings |
| 4 | # in the mega-manual. | 4 | # in the mega-manual. |
| 5 | # s@"ulink" href="http://www.yoctoproject.org/docs/2.6.3/[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/2.6.4/[a-z]*-[a-z]*-[a-z]*/[a-z]*-[a-z]*-[a-z]*.html#@"link" href="#@g |
| 6 | s@"ulink" href="http://www.yoctoproject.org/docs/2.6.3/yocto-project-qs/yocto-project-qs.html#@"link" href="#@g | 6 | s@"ulink" href="http://www.yoctoproject.org/docs/2.6.4/yocto-project-qs/yocto-project-qs.html#@"link" href="#@g |
| 7 | s@"ulink" href="http://www.yoctoproject.org/docs/2.6.3/poky-ref-manual/poky-ref-manual.html#@"link" href="#@g | 7 | s@"ulink" href="http://www.yoctoproject.org/docs/2.6.4/poky-ref-manual/poky-ref-manual.html#@"link" href="#@g |
| 8 | 8 | ||
| 9 | # Processes all other manuals (<word>-<word> style) except for the BitBake User Manual because | 9 | # Processes all other manuals (<word>-<word> style) except for the BitBake User Manual because |
| 10 | # it is not included in the mega-manual. | 10 | # it is not included in the mega-manual. |
| 11 | # This style is for manual folders that use two word, which is the standard now (e.g. "ref-manual"). | 11 | # This style is for manual folders that use two word, which is the standard now (e.g. "ref-manual"). |
| 12 | # This was the one-liner that worked before we introduced the BitBake User Manual, which is | 12 | # This was the one-liner that worked before we introduced the BitBake User Manual, which is |
| 13 | # not in the mega-manual. | 13 | # not in the mega-manual. |
| 14 | # s@"ulink" href="http://www.yoctoproject.org/docs/2.6.3/[a-z]*-[a-z]*/[a-z]*-[a-z]*.html#@"link" href="#@g | 14 | # s@"ulink" href="http://www.yoctoproject.org/docs/2.6.4/[a-z]*-[a-z]*/[a-z]*-[a-z]*.html#@"link" href="#@g |
| 15 | 15 | ||
| 16 | s@"ulink" href="http://www.yoctoproject.org/docs/2.6.3/sdk-manual/sdk-manual.html#@"link" href="#@g | 16 | s@"ulink" href="http://www.yoctoproject.org/docs/2.6.4/sdk-manual/sdk-manual.html#@"link" href="#@g |
| 17 | s@"ulink" href="http://www.yoctoproject.org/docs/2.6.3/bsp-guide/bsp-guide.html#@"link" href="#@g | 17 | s@"ulink" href="http://www.yoctoproject.org/docs/2.6.4/bsp-guide/bsp-guide.html#@"link" href="#@g |
| 18 | s@"ulink" href="http://www.yoctoproject.org/docs/2.6.3/dev-manual/dev-manual.html#@"link" href="#@g | 18 | s@"ulink" href="http://www.yoctoproject.org/docs/2.6.4/dev-manual/dev-manual.html#@"link" href="#@g |
| 19 | s@"ulink" href="http://www.yoctoproject.org/docs/2.6.3/overview-manual/overview-manual.html#@"link" href="#@g | 19 | s@"ulink" href="http://www.yoctoproject.org/docs/2.6.4/overview-manual/overview-manual.html#@"link" href="#@g |
| 20 | s@"ulink" href="http://www.yoctoproject.org/docs/2.6.3/brief-yoctoprojectqs/brief-yoctoprojectqs.html#@"link" href="#@g | 20 | s@"ulink" href="http://www.yoctoproject.org/docs/2.6.4/brief-yoctoprojectqs/brief-yoctoprojectqs.html#@"link" href="#@g |
| 21 | s@"ulink" href="http://www.yoctoproject.org/docs/2.6.3/kernel-dev/kernel-dev.html#@"link" href="#@g | 21 | s@"ulink" href="http://www.yoctoproject.org/docs/2.6.4/kernel-dev/kernel-dev.html#@"link" href="#@g |
| 22 | s@"ulink" href="http://www.yoctoproject.org/docs/2.6.3/profile-manual/profile-manual.html#@"link" href="#@g | 22 | s@"ulink" href="http://www.yoctoproject.org/docs/2.6.4/profile-manual/profile-manual.html#@"link" href="#@g |
| 23 | s@"ulink" href="http://www.yoctoproject.org/docs/2.6.3/ref-manual/ref-manual.html#@"link" href="#@g | 23 | s@"ulink" href="http://www.yoctoproject.org/docs/2.6.4/ref-manual/ref-manual.html#@"link" href="#@g |
| 24 | s@"ulink" href="http://www.yoctoproject.org/docs/2.6.3/toaster-manual/toaster-manual.html#@"link" href="#@g | 24 | s@"ulink" href="http://www.yoctoproject.org/docs/2.6.4/toaster-manual/toaster-manual.html#@"link" href="#@g |
| 25 | 25 | ||
| 26 | # Process cases where just an external manual is referenced without an id anchor | 26 | # Process cases where just an external manual is referenced without an id anchor |
| 27 | s@<a class="ulink" href="http://www.yoctoproject.org/docs/2.6.3/brief-yoctoprojectqs/brief-yoctoprojectqs.html" target="_top">Yocto Project Quick Build</a>@Yocto Project Quick Build@g | 27 | s@<a class="ulink" href="http://www.yoctoproject.org/docs/2.6.4/brief-yoctoprojectqs/brief-yoctoprojectqs.html" target="_top">Yocto Project Quick Build</a>@Yocto Project Quick Build@g |
| 28 | s@<a class="ulink" href="http://www.yoctoproject.org/docs/2.6.3/yocto-project-qs/yocto-project-qs.html" target="_top">Yocto Project Quick Start</a>@Yocto Project Quick Start@g | 28 | s@<a class="ulink" href="http://www.yoctoproject.org/docs/2.6.4/yocto-project-qs/yocto-project-qs.html" target="_top">Yocto Project Quick Start</a>@Yocto Project Quick Start@g |
| 29 | s@<a class="ulink" href="http://www.yoctoproject.org/docs/2.6.3/dev-manual/dev-manual.html" target="_top">Yocto Project Development Tasks Manual</a>@Yocto Project Development Tasks Manual@g | 29 | s@<a class="ulink" href="http://www.yoctoproject.org/docs/2.6.4/dev-manual/dev-manual.html" target="_top">Yocto Project Development Tasks Manual</a>@Yocto Project Development Tasks Manual@g |
| 30 | s@<a class="ulink" href="http://www.yoctoproject.org/docs/2.6.3/overview-manual/overview-manual.html" target="_top">Yocto Project Overview and Concepts Manual</a>@Yocto project Overview and Concepts Manual@g | 30 | s@<a class="ulink" href="http://www.yoctoproject.org/docs/2.6.4/overview-manual/overview-manual.html" target="_top">Yocto Project Overview and Concepts Manual</a>@Yocto project Overview and Concepts Manual@g |
| 31 | s@<a class="ulink" href="http://www.yoctoproject.org/docs/2.6.3/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 | 31 | s@<a class="ulink" href="http://www.yoctoproject.org/docs/2.6.4/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 |
| 32 | s@<a class="ulink" href="http://www.yoctoproject.org/docs/2.6.3/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 | 32 | s@<a class="ulink" href="http://www.yoctoproject.org/docs/2.6.4/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 |
| 33 | s@<a class="ulink" href="http://www.yoctoproject.org/docs/2.6.3/profile-manual/profile-manual.html" target="_top">Yocto Project Profiling and Tracing Manual</a>@Yocto Project Profiling and Tracing Manual@g | 33 | s@<a class="ulink" href="http://www.yoctoproject.org/docs/2.6.4/profile-manual/profile-manual.html" target="_top">Yocto Project Profiling and Tracing Manual</a>@Yocto Project Profiling and Tracing Manual@g |
| 34 | s@<a class="ulink" href="http://www.yoctoproject.org/docs/2.6.3/kernel-dev/kernel-dev.html" target="_top">Yocto Project Linux Kernel Development Manual</a>@Yocto Project Linux Kernel Development Manual@g | 34 | s@<a class="ulink" href="http://www.yoctoproject.org/docs/2.6.4/kernel-dev/kernel-dev.html" target="_top">Yocto Project Linux Kernel Development Manual</a>@Yocto Project Linux Kernel Development Manual@g |
| 35 | s@<a class="ulink" href="http://www.yoctoproject.org/docs/2.6.3/ref-manual/ref-manual.html" target="_top">Yocto Project Reference Manual</a>@Yocto Project Reference Manual@g | 35 | s@<a class="ulink" href="http://www.yoctoproject.org/docs/2.6.4/ref-manual/ref-manual.html" target="_top">Yocto Project Reference Manual</a>@Yocto Project Reference Manual@g |
| 36 | s@<a class="ulink" href="http://www.yoctoproject.org/docs/2.6.3/toaster-manual/toaster-manual.html" target="_top">Toaster User Manual</a>@Toaster User Manual@g | 36 | s@<a class="ulink" href="http://www.yoctoproject.org/docs/2.6.4/toaster-manual/toaster-manual.html" target="_top">Toaster User Manual</a>@Toaster User Manual@g |
| 37 | 37 | ||
| 38 | # Process a single, rouge occurrence of a linked reference to the Mega-Manual. | 38 | # Process a single, rouge occurrence of a linked reference to the Mega-Manual. |
| 39 | s@<a class="ulink" href="http://www.yoctoproject.org/docs/2.6.3/mega-manual/mega-manual.html" target="_top">Yocto Project Mega-Manual</a>@Yocto Project Mega-Manual@g | 39 | s@<a class="ulink" href="http://www.yoctoproject.org/docs/2.6.4/mega-manual/mega-manual.html" target="_top">Yocto Project Mega-Manual</a>@Yocto Project Mega-Manual@g |
| 40 | 40 | ||
