diff options
| author | akuster <akuster808@gmail.com> | 2020-05-17 12:03:37 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-05-17 22:35:46 +0100 |
| commit | f0b1dc4816216f27c304659bf5df9019111b4e2c (patch) | |
| tree | eccfb3e1178c4b68fd5144769690e07eaeaac030 | |
| parent | 274e8c50eee14c0bfc1fc3f51d5b33cbc44c3a31 (diff) | |
| download | poky-f0b1dc4816216f27c304659bf5df9019111b4e2c.tar.gz | |
Documenation: Prepared for the 2.7.4 release
(From yocto-docs rev: 3fd1432890f04fd659952c0f20f5750fb8c3a909)
Signed-off-by: Armin Kuster <akuster808@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/poky.ent | 14 | ||||
| -rw-r--r-- | documentation/profile-manual/profile-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 |
9 files changed, 72 insertions, 37 deletions
diff --git a/documentation/bsp-guide/bsp-guide.xml b/documentation/bsp-guide/bsp-guide.xml index b6cc611091..a42a295092 100644 --- a/documentation/bsp-guide/bsp-guide.xml +++ b/documentation/bsp-guide/bsp-guide.xml | |||
| @@ -143,9 +143,14 @@ | |||
| 143 | </revision> | 143 | </revision> |
| 144 | <revision> | 144 | <revision> |
| 145 | <revnumber>2.7.3</revnumber> | 145 | <revnumber>2.7.3</revnumber> |
| 146 | <date>&REL_MONTH_YEAR;</date> | 146 | <date>February 2020;</date> |
| 147 | <revremark>Released with the Yocto Project 2.7.3 Release.</revremark> | 147 | <revremark>Released with the Yocto Project 2.7.3 Release.</revremark> |
| 148 | </revision> | 148 | </revision> |
| 149 | <revision> | ||
| 150 | <revnumber>2.7.4</revnumber> | ||
| 151 | <date>&REL_MONTH_YEAR;</date> | ||
| 152 | <revremark>Released with the Yocto Project 2.7.4 Release.</revremark> | ||
| 153 | </revision> | ||
| 149 | </revhistory> | 154 | </revhistory> |
| 150 | <copyright> | 155 | <copyright> |
| 151 | <year>©RIGHT_YEAR;</year> | 156 | <year>©RIGHT_YEAR;</year> |
diff --git a/documentation/dev-manual/dev-manual.xml b/documentation/dev-manual/dev-manual.xml index d6f4ebbd7f..c23fa314a6 100644 --- a/documentation/dev-manual/dev-manual.xml +++ b/documentation/dev-manual/dev-manual.xml | |||
| @@ -128,9 +128,14 @@ | |||
| 128 | </revision> | 128 | </revision> |
| 129 | <revision> | 129 | <revision> |
| 130 | <revnumber>2.7.3</revnumber> | 130 | <revnumber>2.7.3</revnumber> |
| 131 | <date>&REL_MONTH_YEAR;</date> | 131 | <date>February 2020;</date> |
| 132 | <revremark>Released with the Yocto Project 2.7.3 Release.</revremark> | 132 | <revremark>Released with the Yocto Project 2.7.3 Release.</revremark> |
| 133 | </revision> | 133 | </revision> |
| 134 | <revision> | ||
| 135 | <revnumber>2.7.4</revnumber> | ||
| 136 | <date>&REL_MONTH_YEAR;</date> | ||
| 137 | <revremark>Released with the Yocto Project 2.7.4 Release.</revremark> | ||
| 138 | </revision> | ||
| 134 | </revhistory> | 139 | </revhistory> |
| 135 | 140 | ||
| 136 | <copyright> | 141 | <copyright> |
diff --git a/documentation/kernel-dev/kernel-dev.xml b/documentation/kernel-dev/kernel-dev.xml index 3797a3cc43..1e2c44e7ac 100644 --- a/documentation/kernel-dev/kernel-dev.xml +++ b/documentation/kernel-dev/kernel-dev.xml | |||
| @@ -113,9 +113,14 @@ | |||
| 113 | </revision> | 113 | </revision> |
| 114 | <revision> | 114 | <revision> |
| 115 | <revnumber>2.7.3</revnumber> | 115 | <revnumber>2.7.3</revnumber> |
| 116 | <date>&REL_MONTH_YEAR;</date> | 116 | <date>February 2020;</date> |
| 117 | <revremark>Released with the Yocto Project 2.7.3 Release.</revremark> | 117 | <revremark>Released with the Yocto Project 2.7.3 Release.</revremark> |
| 118 | </revision> | 118 | </revision> |
| 119 | <revision> | ||
| 120 | <revnumber>2.7.4</revnumber> | ||
| 121 | <date>&REL_MONTH_YEAR;</date> | ||
| 122 | <revremark>Released with the Yocto Project 2.7.4 Release.</revremark> | ||
| 123 | </revision> | ||
| 119 | </revhistory> | 124 | </revhistory> |
| 120 | 125 | ||
| 121 | <copyright> | 126 | <copyright> |
diff --git a/documentation/mega-manual/mega-manual.xml b/documentation/mega-manual/mega-manual.xml index 42b1ee6fe8..a39a53d7e8 100644 --- a/documentation/mega-manual/mega-manual.xml +++ b/documentation/mega-manual/mega-manual.xml | |||
| @@ -99,9 +99,14 @@ | |||
| 99 | </revision> | 99 | </revision> |
| 100 | <revision> | 100 | <revision> |
| 101 | <revnumber>2.7.3</revnumber> | 101 | <revnumber>2.7.3</revnumber> |
| 102 | <date>&REL_MONTH_YEAR;</date> | 102 | <date>February 2020;</date> |
| 103 | <revremark>Released with the Yocto Project 2.7.3 Release.</revremark> | 103 | <revremark>Released with the Yocto Project 2.7.3 Release.</revremark> |
| 104 | </revision> | 104 | </revision> |
| 105 | <revision> | ||
| 106 | <revnumber>2.7.4</revnumber> | ||
| 107 | <date>&REL_MONTH_YEAR;</date> | ||
| 108 | <revremark>Released with the Yocto Project 2.7.4 Release.</revremark> | ||
| 109 | </revision> | ||
| 105 | </revhistory> | 110 | </revhistory> |
| 106 | 111 | ||
| 107 | <copyright> | 112 | <copyright> |
diff --git a/documentation/poky.ent b/documentation/poky.ent index cf9dff36a1..faeb4c569a 100644 --- a/documentation/poky.ent +++ b/documentation/poky.ent | |||
| @@ -1,17 +1,17 @@ | |||
| 1 | <!ENTITY DISTRO "2.7.3"> | 1 | <!ENTITY DISTRO "2.7.4"> |
| 2 | <!ENTITY DISTRO_COMPRESSED "273"> | 2 | <!ENTITY DISTRO_COMPRESSED "274"> |
| 3 | <!ENTITY DISTRO_NAME_NO_CAP "warrior"> | 3 | <!ENTITY DISTRO_NAME_NO_CAP "warrior"> |
| 4 | <!ENTITY DISTRO_NAME "Warrior"> | 4 | <!ENTITY DISTRO_NAME "Warrior"> |
| 5 | <!ENTITY DISTRO_NAME_NO_CAP_MINUS_ONE "thud"> | 5 | <!ENTITY DISTRO_NAME_NO_CAP_MINUS_ONE "thud"> |
| 6 | <!ENTITY DISTRO_NAME_MINUS_ONE "Thud"> | 6 | <!ENTITY DISTRO_NAME_MINUS_ONE "Thud"> |
| 7 | <!ENTITY YOCTO_DOC_VERSION "2.7.3"> | 7 | <!ENTITY YOCTO_DOC_VERSION "2.7.4"> |
| 8 | <!ENTITY YOCTO_DOC_VERSION_MINUS_ONE "2.6.4"> | 8 | <!ENTITY YOCTO_DOC_VERSION_MINUS_ONE "2.6.4"> |
| 9 | <!ENTITY DISTRO_REL_TAG "yocto-2.7.3"> | 9 | <!ENTITY DISTRO_REL_TAG "yocto-2.7.4"> |
| 10 | <!ENTITY METAINTELVERSION "11.0"> | 10 | <!ENTITY METAINTELVERSION "11.0"> |
| 11 | <!ENTITY REL_MONTH_YEAR "February 2020"> | 11 | <!ENTITY REL_MONTH_YEAR "May 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 "21.0.3"> | 13 | <!ENTITY POKYVERSION "21.0.4"> |
| 14 | <!ENTITY POKYVERSION_COMPRESSED "2103"> | 14 | <!ENTITY POKYVERSION_COMPRESSED "2104"> |
| 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-2020"> | 16 | <!ENTITY COPYRIGHT_YEAR "2010-2020"> |
| 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 c0c05e29c7..e3d21d7578 100644 --- a/documentation/profile-manual/profile-manual.xml +++ b/documentation/profile-manual/profile-manual.xml | |||
| @@ -113,9 +113,14 @@ | |||
| 113 | </revision> | 113 | </revision> |
| 114 | <revision> | 114 | <revision> |
| 115 | <revnumber>2.7.3</revnumber> | 115 | <revnumber>2.7.3</revnumber> |
| 116 | <date>&REL_MONTH_YEAR;</date> | 116 | <date>February 2020;</date> |
| 117 | <revremark>Released with the Yocto Project 2.7.3 Release.</revremark> | 117 | <revremark>Released with the Yocto Project 2.7.3 Release.</revremark> |
| 118 | </revision> | 118 | </revision> |
| 119 | <revision> | ||
| 120 | <revnumber>2.7.4</revnumber> | ||
| 121 | <date>&REL_MONTH_YEAR;</date> | ||
| 122 | <revremark>Released with the Yocto Project 2.7.4 Release.</revremark> | ||
| 123 | </revision> | ||
| 119 | </revhistory> | 124 | </revhistory> |
| 120 | 125 | ||
| 121 | <copyright> | 126 | <copyright> |
diff --git a/documentation/sdk-manual/sdk-manual.xml b/documentation/sdk-manual/sdk-manual.xml index 06118b58d0..95294d7464 100644 --- a/documentation/sdk-manual/sdk-manual.xml +++ b/documentation/sdk-manual/sdk-manual.xml | |||
| @@ -78,9 +78,14 @@ | |||
| 78 | </revision> | 78 | </revision> |
| 79 | <revision> | 79 | <revision> |
| 80 | <revnumber>2.7.3</revnumber> | 80 | <revnumber>2.7.3</revnumber> |
| 81 | <date>&REL_MONTH_YEAR;</date> | 81 | <date>February 2020;</date> |
| 82 | <revremark>Released with the Yocto Project 2.7.3 Release.</revremark> | 82 | <revremark>Released with the Yocto Project 2.7.3 Release.</revremark> |
| 83 | </revision> | 83 | </revision> |
| 84 | <revision> | ||
| 85 | <revnumber>2.7.4</revnumber> | ||
| 86 | <date>&REL_MONTH_YEAR;</date> | ||
| 87 | <revremark>Released with the Yocto Project 2.7.4 Release.</revremark> | ||
| 88 | </revision> | ||
| 84 | </revhistory> | 89 | </revhistory> |
| 85 | 90 | ||
| 86 | <copyright> | 91 | <copyright> |
diff --git a/documentation/toaster-manual/toaster-manual.xml b/documentation/toaster-manual/toaster-manual.xml index a4e626ff7f..336f8539cb 100644 --- a/documentation/toaster-manual/toaster-manual.xml +++ b/documentation/toaster-manual/toaster-manual.xml | |||
| @@ -88,9 +88,14 @@ | |||
| 88 | </revision> | 88 | </revision> |
| 89 | <revision> | 89 | <revision> |
| 90 | <revnumber>2.7.3</revnumber> | 90 | <revnumber>2.7.3</revnumber> |
| 91 | <date>&REL_MONTH_YEAR;</date> | 91 | <date>February 2020;</date> |
| 92 | <revremark>Released with the Yocto Project 2.7.3 Release.</revremark> | 92 | <revremark>Released with the Yocto Project 2.7.3 Release.</revremark> |
| 93 | </revision> | 93 | </revision> |
| 94 | <revision> | ||
| 95 | <revnumber>2.7.4</revnumber> | ||
| 96 | <date>&REL_MONTH_YEAR;</date> | ||
| 97 | <revremark>Released with the Yocto Project 2.7.4 Release.</revremark> | ||
| 98 | </revision> | ||
| 94 | </revhistory> | 99 | </revhistory> |
| 95 | 100 | ||
| 96 | <copyright> | 101 | <copyright> |
diff --git a/documentation/tools/mega-manual.sed b/documentation/tools/mega-manual.sed index 1d0cd28a6a..de26a2ab9e 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/2.7.3/[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/2.7.4/[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.7.3/bitbake-user-manual/bitbake-user-manual.html#@"link" href="#@g | 5 | s@"ulink" href="http://www.yoctoproject.org/docs/2.7.4/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/2.7.3/[a-z]*-[a-z]*/[a-z]*-[a-z]*.html#@"link" href="#@g | 10 | # s@"ulink" href="http://www.yoctoproject.org/docs/2.7.4/[a-z]*-[a-z]*/[a-z]*-[a-z]*.html#@"link" href="#@g |
| 11 | 11 | ||
| 12 | s@"ulink" href="http://www.yoctoproject.org/docs/2.7.3/sdk-manual/sdk-manual.html#@"link" href="#@g | 12 | s@"ulink" href="http://www.yoctoproject.org/docs/2.7.4/sdk-manual/sdk-manual.html#@"link" href="#@g |
| 13 | s@"ulink" href="http://www.yoctoproject.org/docs/2.7.3/bsp-guide/bsp-guide.html#@"link" href="#@g | 13 | s@"ulink" href="http://www.yoctoproject.org/docs/2.7.4/bsp-guide/bsp-guide.html#@"link" href="#@g |
| 14 | s@"ulink" href="http://www.yoctoproject.org/docs/2.7.3/dev-manual/dev-manual.html#@"link" href="#@g | 14 | s@"ulink" href="http://www.yoctoproject.org/docs/2.7.4/dev-manual/dev-manual.html#@"link" href="#@g |
| 15 | s@"ulink" href="http://www.yoctoproject.org/docs/2.7.3/overview-manual/overview-manual.html#@"link" href="#@g | 15 | s@"ulink" href="http://www.yoctoproject.org/docs/2.7.4/overview-manual/overview-manual.html#@"link" href="#@g |
| 16 | s@"ulink" href="http://www.yoctoproject.org/docs/2.7.3/brief-yoctoprojectqs/brief-yoctoprojectqs.html#@"link" href="#@g | 16 | s@"ulink" href="http://www.yoctoproject.org/docs/2.7.4/brief-yoctoprojectqs/brief-yoctoprojectqs.html#@"link" href="#@g |
| 17 | s@"ulink" href="http://www.yoctoproject.org/docs/2.7.3/kernel-dev/kernel-dev.html#@"link" href="#@g | 17 | s@"ulink" href="http://www.yoctoproject.org/docs/2.7.4/kernel-dev/kernel-dev.html#@"link" href="#@g |
| 18 | s@"ulink" href="http://www.yoctoproject.org/docs/2.7.3/profile-manual/profile-manual.html#@"link" href="#@g | 18 | s@"ulink" href="http://www.yoctoproject.org/docs/2.7.4/profile-manual/profile-manual.html#@"link" href="#@g |
| 19 | s@"ulink" href="http://www.yoctoproject.org/docs/2.7.3/ref-manual/ref-manual.html#@"link" href="#@g | 19 | s@"ulink" href="http://www.yoctoproject.org/docs/2.7.4/ref-manual/ref-manual.html#@"link" href="#@g |
| 20 | s@"ulink" href="http://www.yoctoproject.org/docs/2.7.3/toaster-manual/toaster-manual.html#@"link" href="#@g | 20 | s@"ulink" href="http://www.yoctoproject.org/docs/2.7.4/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/2.7.3/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/2.7.4/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/2.7.3/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/2.7.4/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/2.7.3/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/2.7.4/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/2.7.3/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/2.7.4/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/2.7.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 | 27 | s@<a class="ulink" href="http://www.yoctoproject.org/docs/2.7.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 |
| 28 | s@<a class="ulink" href="http://www.yoctoproject.org/docs/2.7.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 | 28 | s@<a class="ulink" href="http://www.yoctoproject.org/docs/2.7.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 |
| 29 | s@<a class="ulink" href="http://www.yoctoproject.org/docs/2.7.3/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/2.7.4/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/2.7.3/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/2.7.4/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/2.7.3/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/2.7.4/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/2.7.3/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/2.7.4/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/2.7.3/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/2.7.4/mega-manual/mega-manual.html" target="_top">Yocto Project Mega-Manual</a>@Yocto Project Mega-Manual@g |
| 36 | 36 | ||
