diff options
| author | Scott Rifenbark <srifenbark@gmail.com> | 2019-12-05 12:55:15 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-12-09 12:03:06 +0000 |
| commit | da81542171f0cab0ea1a9bf45ac3c256e6f343f9 (patch) | |
| tree | ea0a6aacc8df9b250c3cea090c22d1d2fa18a0f0 /documentation | |
| parent | 4bc32d5fb53e5083ec80b74e8adb48544fca5782 (diff) | |
| download | poky-da81542171f0cab0ea1a9bf45ac3c256e6f343f9.tar.gz | |
YP 3.0.1 Documentation: Set up the 3.0.1 release.
* Updated poky.ent
* Updated mega-manual.sed
* Updated <manual>.xml with release date
(From yocto-docs rev: 6418138ce8d9f2fa1e3d4ef10ec6187584d15f2c)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
| -rwxr-xr-x[-rw-r--r--] | documentation/bsp-guide/bsp-guide.xml | 7 | ||||
| -rwxr-xr-x[-rw-r--r--] | documentation/dev-manual/dev-manual.xml | 12 | ||||
| -rwxr-xr-x[-rw-r--r--] | documentation/kernel-dev/kernel-dev.xml | 7 | ||||
| -rwxr-xr-x[-rw-r--r--] | documentation/mega-manual/mega-manual.xml | 7 | ||||
| -rwxr-xr-x[-rw-r--r--] | documentation/overview-manual/overview-manual.xml | 7 | ||||
| -rwxr-xr-x[-rw-r--r--] | documentation/poky.ent | 14 | ||||
| -rwxr-xr-x[-rw-r--r--] | documentation/profile-manual/profile-manual.xml | 7 | ||||
| -rwxr-xr-x[-rw-r--r--] | documentation/ref-manual/ref-manual.xml | 7 | ||||
| -rwxr-xr-x[-rw-r--r--] | documentation/sdk-manual/sdk-manual.xml | 7 | ||||
| -rwxr-xr-x[-rw-r--r--] | documentation/toaster-manual/toaster-manual.xml | 7 | ||||
| -rwxr-xr-x[-rw-r--r--] | documentation/tools/mega-manual.sed | 46 |
11 files changed, 89 insertions, 39 deletions
diff --git a/documentation/bsp-guide/bsp-guide.xml b/documentation/bsp-guide/bsp-guide.xml index dd0c76addc..398e90716a 100644..100755 --- 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.0.1</revnumber> | ||
| 141 | <date>&REL_MONTH_YEAR;</date> | ||
| 142 | <revremark>Released with the Yocto Project 3.0.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..3165d40ea4 100644..100755 --- a/documentation/dev-manual/dev-manual.xml +++ b/documentation/dev-manual/dev-manual.xml | |||
| @@ -118,9 +118,19 @@ | |||
| 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> | ||
| 123 | </revision> | ||
| 124 | <revision> | ||
| 125 | <revnumber>3.0</revnumber> | ||
| 126 | <date>October</date> | ||
| 122 | <revremark>Released with the Yocto Project 3.0 Release.</revremark> | 127 | <revremark>Released with the Yocto Project 3.0 Release.</revremark> |
| 123 | </revision> | 128 | </revision> |
| 129 | <revision> | ||
| 130 | <revnumber>3.0.1</revnumber> | ||
| 131 | <date>&REL_MONTH_YEAR;</date> | ||
| 132 | <revremark>Released with the Yocto Project 3.0.1 Release.</revremark> | ||
| 133 | </revision> | ||
| 124 | </revhistory> | 134 | </revhistory> |
| 125 | 135 | ||
| 126 | <copyright> | 136 | <copyright> |
diff --git a/documentation/kernel-dev/kernel-dev.xml b/documentation/kernel-dev/kernel-dev.xml index 4c5881b071..aac8322ffb 100644..100755 --- 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.0.1</revnumber> | ||
| 111 | <date>&REL_MONTH_YEAR;</date> | ||
| 112 | <revremark>Released with the Yocto Project 3.0.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..185f18c202 100644..100755 --- 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.0.1</revnumber> | ||
| 97 | <date>&REL_MONTH_YEAR;</date> | ||
| 98 | <revremark>Released with the Yocto Project 3.0.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..eca0b6d448 100644..100755 --- 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.0.1</revnumber> | ||
| 56 | <date>&REL_MONTH_YEAR;</date> | ||
| 57 | <revremark>Released with the Yocto Project 3.0.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..3d2d94be09 100644..100755 --- a/documentation/poky.ent +++ b/documentation/poky.ent | |||
| @@ -1,17 +1,17 @@ | |||
| 1 | <!ENTITY DISTRO "3.0"> | 1 | <!ENTITY DISTRO "3.0.1"> |
| 2 | <!ENTITY DISTRO_COMPRESSED "30"> | 2 | <!ENTITY DISTRO_COMPRESSED "301"> |
| 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.0.1"> |
| 8 | <!ENTITY YOCTO_DOC_VERSION_MINUS_ONE "2.7"> | 8 | <!ENTITY YOCTO_DOC_VERSION_MINUS_ONE "2.7"> |
| 9 | <!ENTITY DISTRO_REL_TAG "yocto-3.0"> | 9 | <!ENTITY DISTRO_REL_TAG "yocto-3.0"> |
| 10 | <!ENTITY METAINTELVERSION "9.0"> | 10 | <!ENTITY METAINTELVERSION "12.0"> |
| 11 | <!ENTITY REL_MONTH_YEAR "October 2019"> | 11 | <!ENTITY REL_MONTH_YEAR "December 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 "22.0.0"> | 13 | <!ENTITY POKYVERSION "22.0.1"> |
| 14 | <!ENTITY POKYVERSION_COMPRESSED "2200"> | 14 | <!ENTITY POKYVERSION_COMPRESSED "2201"> |
| 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 c1f461f43a..c4c14a8998 100644..100755 --- 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.0.1</revnumber> | ||
| 111 | <date>&REL_MONTH_YEAR;</date> | ||
| 112 | <revremark>Released with the Yocto Project 3.0.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..01822d1a5c 100644..100755 --- 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.0.1</revnumber> | ||
| 142 | <date>&REL_MONTH_YEAR;</date> | ||
| 143 | <revremark>Released with the Yocto Project 3.0.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..d9a4e8db3f 100644..100755 --- 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.0.1</revnumber> | ||
| 76 | <date>&REL_MONTH_YEAR;</date> | ||
| 77 | <revremark>Released with the Yocto Project 3.0.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..6de6ad6ac9 100644..100755 --- 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.0.1</revnumber> | ||
| 86 | <date>&REL_MONTH_YEAR;</date> | ||
| 87 | <revremark>Released with the Yocto Project 3.0.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..ce205f3d61 100644..100755 --- 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.0.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.0.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.0.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.0.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.0.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.0.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.0.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.0.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.0.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.0.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.0.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.0.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.0.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.0.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.0.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.0.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.0.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.0.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.0.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.0.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.0.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.0.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.0.1/mega-manual/mega-manual.html" target="_top">Yocto Project Mega-Manual</a>@Yocto Project Mega-Manual@g |
| 36 | 36 | ||
