summaryrefslogtreecommitdiffstats
path: root/doc/book-enea-linux-release-info
diff options
context:
space:
mode:
Diffstat (limited to 'doc/book-enea-linux-release-info')
-rw-r--r--doc/book-enea-linux-release-info/doc/about_release.xml93
-rw-r--r--doc/book-enea-linux-release-info/doc/eltf_params_updated.xml295
-rw-r--r--doc/book-enea-linux-release-info/doc/known_bugs_and_limitations.xml18
-rw-r--r--doc/book-enea-linux-release-info/doc/main_changes.xml25
4 files changed, 306 insertions, 125 deletions
diff --git a/doc/book-enea-linux-release-info/doc/about_release.xml b/doc/book-enea-linux-release-info/doc/about_release.xml
index 5004f66..cbdb52a 100644
--- a/doc/book-enea-linux-release-info/doc/about_release.xml
+++ b/doc/book-enea-linux-release-info/doc/about_release.xml
@@ -15,59 +15,57 @@
15 xpointer="element(Yocto_NAME/1)" />.<remark>INFO <emphasis 15 xpointer="element(Yocto_NAME/1)" />.<remark>INFO <emphasis
16 role="bold">eltf_params_updated.xml</emphasis> contains many parameters in 16 role="bold">eltf_params_updated.xml</emphasis> contains many parameters in
17 the book, also in the open source books, and MUST be created FROM <emphasis 17 the book, also in the open source books, and MUST be created FROM <emphasis
18 role="bold">eltf_params_template.xml</emphasis>. The parameters are 18 role="bold">eltf_params_template.xml</emphasis>. </remark></para>
19 automatically used in the books, via xi:include statements, similar to how 19
20 parameters from pardoc-distro.xml are included in the book. Read the file 20 <para><remark>The parameters are automatically used in the books, via
21 <emphasis role="bold">eltf_params_updated_template_how_to_use.txt</emphasis> 21 xi:include statements, similar to how parameters from pardoc-distro.xml are
22 for important details about formats and how to do! The idea is that ELTF 22 included in the book. Read the file <emphasis
23 will auto-create/update it.</remark></para> 23 role="bold">eltf_params_updated_template_how_to_use.txt</emphasis> for
24 important details about formats and how to do! The idea is that ELTF will
25 auto-create/update it.</remark></para>
24 26
25 <section id="relinfo-provided-contents"> 27 <section id="relinfo-provided-contents">
26 <title>Provided Contents</title> 28 <title>Provided Contents</title>
27 29
28 <para>The current release contains along with other items, documentation, 30 <para>The current release contains documentation, prebuilt kernels and
29 pre-built kernels and images, a bootloader and an SDK. The directories 31 images, a bootloader and an SDK. The directories structure is detailed
30 structure is detailed below:</para> 32 below:</para>
31 33
32 <programlisting>-- Documentation/ 34 <programlisting>-- Documentation/
33 /* Enea Linux 7 documentation */ 35 /* Enea Linux 8 documentation */
34 -- raspberrypi3-64/ 36 -- intel-corei7-64/
35 /* artifacts for the reference machine */ 37 /* artifacts for the reference machine */
36 -- deb/ 38 -- deb/
37 /* deb packages */ 39 /* deb packages */
38 -- images/ 40 -- images/
39 -- enea-image-standard 41 -- enea-image-standard
40 /* precompiled artifacts for the platform release image */ 42 /* precompiled artifacts for the platform release image */
41 -- various artifacts (rootfs, kernel, config, dtb etc.) 43 -- various artifacts (rootfs, kernel, config etc.)
42 -- enea-image-standard-sdk 44 -- enea-image-standard-sdk
43 /* precompiled artifacts for the development process. The image 45 /* precompiled artifacts for the development process. The image
44 contains userspace tools and kernel configurations necessary 46 contains userspace tools and kernel configurations necessary
45 for developing, debugging and profiling applications and \ 47 for developing, debugging and profiling applications and \
46 kernel modules */ 48 kernel modules */
47 -- various artifacts 49 -- various artifacts
48 -- sdk 50 -- esdk
49 /* SDK related artifacts including SDK installer and manifests */ 51 /* Extensible SDK related artifacts including SDK installer and */
50 -- enea-glibc-x86_64-enea-image-standard-sdk-aarch64-\ 52 /* manifest, self-extracting archive installing cross-compilation
51 toolchain-ext-7.0.sh
52 /* self-extracting archive installing cross-compilation
53 toolchain for the platform */ 53 toolchain for the platform */
54 -- x86_64-buildtools-nativesdk-standalone-7.0.sh 54 -- x86_64-buildtools-nativesdk-standalone-8.0.sh
55 /* self-extracting archive installing additional tools 55 /* self-extracting archive installing additional tools
56 for the host machine */</programlisting> 56 for the host machine */</programlisting>
57 57
58 <para>The following set of artifacts is available:</para> 58 <para>The following set of artifacts is available:</para>
59 59
60 <programlisting>-- Image 60 <programlisting>-- bzImage
61 /* kernel image */ 61 /* kernel image */
62-- Image-target.bin 62-- bzImage-&lt;target&gt;.bin
63 /* kernel image, same as above */ 63 /* kernel image, same as above */
64-- Image-target.dtb 64-- config-&lt;target&gt;.config
65 /* the device tree blob */
66-- config-target.config
67 /* kernel configuration file */ 65 /* kernel configuration file */
68-- image-name-target.ext3 66-- enea-image-standard-&lt;target&gt;.ext4
69 /* compressed EXT3 image of the rootfs */ 67 /* compressed EXT4 image of the rootfs */
70-- image-name-target.tar.bz2 68-- enea-image-standard-&lt;target&gt;.tar.gz
71 /* tar archive of the image */ 69 /* tar archive of the image */
72-- modules-&lt;target&gt;.tgz 70-- modules-&lt;target&gt;.tgz
73 /* external kernel modules */</programlisting> 71 /* external kernel modules */</programlisting>
@@ -76,14 +74,16 @@
76 <section id="relinfo-supported-host-environment"> 74 <section id="relinfo-supported-host-environment">
77 <title>Supported Host Environment</title> 75 <title>Supported Host Environment</title>
78 76
79 <para>Ubuntu 16.04 LTS, 64-bit<remark>Hardcoded now in this XML file. 77 <para>The following environments have been validated as host environments
80 Might be moved to the parameter file later.</remark><remark>INFO Below is 78 for this release of Enea Linux: <emphasis role="bold">Ubuntu 16.04 LTS,
81 a complete section with ID "eltf-target-tables-section" included from 79 64-bit</emphasis>.</para>
82 elft_params_updated.xml. It contains a variable number of target tables 80
83 and the section title should be "Supported Targets with Parameters". It 81 <para><remark>INFO Below is a complete section with ID
84 has have a short sentence about what it is in the beginning. The subtitles 82 "eltf-target-tables-section" included from elft_params_updated.xml. It
85 shall have the directory name of the target in the 83 contains a variable number of target tables and the section title should
86 manifest.</remark></para> 84 be "Supported Targets with Parameters". It has have a short sentence about
85 what it is in the beginning. The subtitles shall have the directory name
86 of the target in the manifest.</remark></para>
87 </section> 87 </section>
88 88
89 <xi:include href="eltf_params_updated.xml" 89 <xi:include href="eltf_params_updated.xml"
@@ -126,9 +126,13 @@
126 <title>Provided Toolchains (SDK)</title> 126 <title>Provided Toolchains (SDK)</title>
127 127
128 <para>The SDK contains toolchains supporting cross-compilation of 128 <para>The SDK contains toolchains supporting cross-compilation of
129 applications for the targets on an aarch64 host. See the <trademark 129 applications for the targets on an aarch64 host. For information on how to
130 class="registered">Enea</trademark> Linux User's Guide for information on 130 build and install a toolchain, see the chapter <olink
131 how to build and install a toolchain.</para> 131 targetdoc="book_enea_linux_user_guide_standard"
132 targetptr="using_enealinux">Using Enea Linux, in the <xi:include
133 href="../../s_docbuild/olinkdb/pardoc-names.xml"
134 xmlns:xi="http://www.w3.org/2001/XInclude"
135 xpointer="element(book_enea_linux_user_guide_standard/1)" /></olink>.</para>
132 </section> 136 </section>
133 137
134 <section id="relinfo-documentation"> 138 <section id="relinfo-documentation">
@@ -143,13 +147,13 @@
143 </listitem> 147 </listitem>
144 148
145 <listitem> 149 <listitem>
146 <para><trademark class="registered">Enea</trademark> Linux User's 150 <para><olink targetdoc="book_enea_linux_user_guide_standard"
147 Guide</para> 151 targetptr="book_enea_linux_user_guide_standard"><trademark
152 class="registered">Enea</trademark> Linux User's Guide</olink></para>
148 </listitem> 153 </listitem>
149 154
150 <listitem> 155 <listitem>
151 <para><olink security="" 156 <para><olink targetdoc="book_enea_linux_open_source_standard"
152 targetdoc="book_enea_linux_open_source_standard"
153 targetptr="book_enea_linux_open_source_standard"><trademark 157 targetptr="book_enea_linux_open_source_standard"><trademark
154 class="registered">Enea</trademark> Linux Open Source 158 class="registered">Enea</trademark> Linux Open Source
155 Report</olink></para> 159 Report</olink></para>
@@ -166,9 +170,8 @@
166 </listitem> 170 </listitem>
167 171
168 <listitem> 172 <listitem>
169 <para><trademark class="registered">Enea</trademark> Linux Real-Time 173 <para><trademark class="registered">Enea</trademark><ulink
170 Guide can be read at <ulink 174 url="http://linuxrealtime.org"> Linux Real-Time Guide</ulink></para>
171 url="http://linuxrealtime.org">http://linuxrealtime.org</ulink>.</para>
172 </listitem> 175 </listitem>
173 </itemizedlist> 176 </itemizedlist>
174 </section> 177 </section>
@@ -227,4 +230,4 @@
227 </listitem> 230 </listitem>
228 </itemizedlist></para> 231 </itemizedlist></para>
229 </section> 232 </section>
230</chapter> \ No newline at end of file 233</chapter>
diff --git a/doc/book-enea-linux-release-info/doc/eltf_params_updated.xml b/doc/book-enea-linux-release-info/doc/eltf_params_updated.xml
index 35db2a3..89f2270 100644
--- a/doc/book-enea-linux-release-info/doc/eltf_params_updated.xml
+++ b/doc/book-enea-linux-release-info/doc/eltf_params_updated.xml
@@ -42,17 +42,17 @@ export PATH=~/bin:$PATH</programlisting></para>
42 correct also compared to the "previous" REL VER in pardoc-distro.xml 42 correct also compared to the "previous" REL VER in pardoc-distro.xml
43 "prev_baseline".</bridgehead> 43 "prev_baseline".</bridgehead>
44 44
45 <para id="EneaLinux_REL_VER"><phrase>7</phrase></para> 45 <para id="EneaLinux_REL_VER"><phrase>8</phrase></para>
46 46
47 <para id="Yocto_VER"><phrase>2.3</phrase></para> 47 <para id="Yocto_VER"><phrase>2.5</phrase></para>
48 48
49 <para id="Yocto_NAME"><phrase>pyro</phrase></para> 49 <para id="Yocto_NAME"><phrase>sumo</phrase></para>
50 50
51 <para id="ULINK_YOCTO_PROJECT_DOWNLOAD"><ulink 51 <para id="ULINK_YOCTO_PROJECT_DOWNLOAD"><ulink
52 url="http://www.yoctoproject.org/downloads/core/pyro23">http://www.yoctoproject.org/downloads/core/pyro23</ulink></para> 52 url="http://www.yoctoproject.org/downloads">http://www.yoctoproject.org/downloads</ulink></para>
53 53
54 <para id="ULINK_ENEA_LINUX_URL"><ulink 54 <para id="ULINK_ENEA_LINUX_URL"><ulink
55 url="http://linux.enea.com/EneaLinux7.0">http://linux.enea.com/EneaLinux7.0</ulink></para> 55 url="http://linux.enea.com/EneaLinux7.0">http://linux.enea.com/EneaLinux8.0</ulink></para>
56 56
57 <bridgehead>A programlisting, ID "eltf-repo-cloning-enea-linux". Use 57 <bridgehead>A programlisting, ID "eltf-repo-cloning-enea-linux". Use
58 $MACHINE/default.xml as parameter, where MACHINE is one of the target 58 $MACHINE/default.xml as parameter, where MACHINE is one of the target
@@ -61,7 +61,7 @@ export PATH=~/bin:$PATH</programlisting></para>
61 <para id="eltf-repo-cloning-enea-linux"><programlisting>mkdir enea-linux 61 <para id="eltf-repo-cloning-enea-linux"><programlisting>mkdir enea-linux
62cd enea-linux 62cd enea-linux
63repo init -u git@git.enea.com:linux/manifests/el_manifests-standard.git \ 63repo init -u git@git.enea.com:linux/manifests/el_manifests-standard.git \
64 -b refs/tags/Enea_Linux_7.0_RC4 -m $MACHINE/default.xml 64 -b refs/tags/Enea_Linux_8.0 -m $MACHINE/default.xml
65repo sync</programlisting></para> 65repo sync</programlisting></para>
66 66
67 <bridgehead>A table with ONE row, only the row with ID 67 <bridgehead>A table with ONE row, only the row with ID
@@ -88,77 +88,256 @@ repo sync</programlisting></para>
88 </section> 88 </section>
89 89
90 <section id="eltf-target-tables-section"> 90 <section id="eltf-target-tables-section">
91 <title>Supported Targets with Parameters</title> 91 <title>Supported Reference Boards with Parameters</title>
92 92
93 <para>The section(s) below describe the target(s) supported in this Enea 93 <para>The table(s) below describes the target(s) supported in this Enea
94 Linux release.</para> 94 Linux release.</para>
95 95
96 <section id="eltf-target-table-rpi"> 96 <table>
97 <title>MACHINE raspberry pi 3 - Information</title> 97 <title>MACHINE Information Intel Xeon D</title>
98 98
99 <para><informaltable> 99 <tgroup cols="2">
100 <tgroup cols="2"> 100 <colspec align="center" />
101 <colspec colwidth="6*" />
102 101
103 <colspec colwidth="9*" /> 102 <thead>
103 <row>
104 <entry align="center">Component</entry>
104 105
105 <tbody> 106 <entry align="center">Description</entry>
106 <row> 107 </row>
107 <entry>Target official name</entry> 108 </thead>
108 109
109 <entry>Raspberry Pi 3</entry> 110 <tbody>
110 </row> 111 <row>
112 <entry align="left">Target official name</entry>
111 113
112 <row> 114 <entry>Intel Xeon D</entry>
113 <entry>Architecture and Description</entry> 115 </row>
114 116
115 <entry>ARM Cortex-A53 (ARMv8)</entry> 117 <row>
116 </row> 118 <entry align="left">Architecture and Description</entry>
117 119
118 <row> 120 <entry>x86-64</entry>
119 <entry>Link to target datasheet</entry> 121 </row>
120 122
121 <entry>See <ulink 123 <row>
122 url="https://www.raspberrypi.org/documentation/hardware/computemodule/RPI-CM-DATASHEET-V1_0.pdf">link 124 <entry align="left">Link to target datasheet</entry>
123 to Raspberry Pi's datasheet</ulink></entry>
124 </row>
125 125
126 <row condition="hidden"> 126 <entry><ulink
127 <entry>Poky version</entry> 127 url="https://www.intel.com/content/www/us/en/processors/xeon/xeon-d-1500-datasheet-vol-1.html">Intel
128 Xeon D datasheet</ulink></entry>
129 </row>
128 130
129 <entry>Git-commit-id: 131 <row>
130 2021e95bcd986e5bcfe457da5c3e16d60241d050</entry> 132 <entry align="left">Poky version</entry>
131 </row>
132 133
133 <row> 134 <entry>Git-commit-id: 51872d3f99e38f9d883ab0a8782ceecb41822fd0</entry>
134 <entry>GCC version</entry> 135 </row>
135 136
136 <entry>6.3</entry> 137 <row>
137 </row> 138 <entry align="left">GCC version</entry>
138 139
139 <row> 140 <entry>7.3</entry>
140 <entry>Linux Kernel Version</entry> 141 </row>
141 142
142 <entry>4.9</entry> 143 <row>
143 </row> 144 <entry align="left">Linux Kernel Version</entry>
144 145
145 <row> 146 <entry>4.14</entry>
146 <entry>Supported Drivers</entry> 147 </row>
148
149 <row condition="hidden">
150 <entry align="left">Supported Drivers</entry>
151
152 <entry>Ethernet, RTC, UART</entry>
153 </row>
154 </tbody>
155 </tgroup>
156 </table>
157
158 <table>
159 <title>MACHINE Information Intel Atom C3000</title>
160
161 <tgroup cols="2">
162 <colspec align="center" />
163
164 <thead>
165 <row>
166 <entry align="center">Component</entry>
167
168 <entry align="center">Description</entry>
169 </row>
170 </thead>
171
172 <tbody>
173 <row>
174 <entry align="left">Target official name</entry>
175
176 <entry>Intel Atom C3000</entry>
177 </row>
178
179 <row>
180 <entry align="left">Architecture and Description</entry>
181
182 <entry>x86-64</entry>
183 </row>
147 184
148 <entry>Ethernet, I2C, SPI, PCM/I2S, UART, USB, 185 <row>
149 SD/SDHC/SDXC</entry> 186 <entry align="left">Link to target datasheet</entry>
150 </row>
151 187
152 <row> 188 <entry><ulink
153 <entry>Enea deb folder for downloading DEB packages for this 189 url="https://www.intel.com/content/www/us/en/products/docs/processors/atom/c-series/c3000-family-datasheet.html">Intel
154 target</entry> 190 Atom datasheet</ulink></entry>
191 </row>
192
193 <row>
194 <entry align="left">Poky version</entry>
195
196 <entry>Git-commit-id: 51872d3f99e38f9d883ab0a8782ceecb41822fd0</entry>
197 </row>
198
199 <row>
200 <entry align="left">GCC version</entry>
201
202 <entry>7.3</entry>
203 </row>
204
205 <row>
206 <entry align="left">Linux Kernel Version</entry>
207
208 <entry>4.14</entry>
209 </row>
210
211 <row condition="hidden">
212 <entry align="left">Supported Drivers</entry>
213
214 <entry>Ethernet, RTC, UART</entry>
215 </row>
216 </tbody>
217 </tgroup>
218 </table>
219
220 <table>
221 <title>MACHINE Information Intel NUC Kaby Lake</title>
222
223 <tgroup cols="2">
224 <colspec align="center" />
225
226 <thead>
227 <row>
228 <entry align="center">Component</entry>
229
230 <entry align="center">Description</entry>
231 </row>
232 </thead>
233
234 <tbody>
235 <row>
236 <entry align="left">Target official name</entry>
237
238 <entry>Intel NUC Kaby Lake</entry>
239 </row>
155 240
156 <entry><ulink 241 <row>
157 url="http://linux.enea.com/EneaLinux7.0/deb">http://linux.enea.com/EneaLinux7.0/deb</ulink></entry> 242 <entry align="left">Architecture and Description</entry>
158 </row> 243
159 </tbody> 244 <entry>x86-64</entry>
160 </tgroup> 245 </row>
161 </informaltable></para> 246
162 </section> 247 <row>
248 <entry align="left">Link to target datasheet</entry>
249
250 <entry><ulink
251 url="https://www.intel.com/content/dam/www/public/us/en/documents/product-briefs/nuc-kit-nuc7i7bnh-brief.pdf">Intel
252 NUC Kaby Lake datasheet</ulink></entry>
253 </row>
254
255 <row>
256 <entry align="left">Poky version</entry>
257
258 <entry>Git-commit-id: 51872d3f99e38f9d883ab0a8782ceecb41822fd0</entry>
259 </row>
260
261 <row>
262 <entry align="left">GCC version</entry>
263
264 <entry>7.3</entry>
265 </row>
266
267 <row>
268 <entry align="left">Linux Kernel Version</entry>
269
270 <entry>4.14</entry>
271 </row>
272
273 <row condition="hidden">
274 <entry align="left">Supported Drivers</entry>
275
276 <entry>Ethernet, RTC, UART</entry>
277 </row>
278 </tbody>
279 </tgroup>
280 </table>
281
282 <table>
283 <title>MACHINE Information QEMU x86</title>
284
285 <tgroup cols="2">
286 <colspec align="center" />
287
288 <thead>
289 <row>
290 <entry align="center">Component</entry>
291
292 <entry align="center">Description</entry>
293 </row>
294 </thead>
295
296 <tbody>
297 <row>
298 <entry align="left">Target official name</entry>
299
300 <entry>QEMU</entry>
301 </row>
302
303 <row>
304 <entry align="left">Architecture and Description</entry>
305
306 <entry>x86</entry>
307 </row>
308
309 <row>
310 <entry align="left">Link to target datasheet</entry>
311
312 <entry><ulink
313 url="http://wiki.qemu.org">http://wiki.qemu.org</ulink></entry>
314 </row>
315
316 <row>
317 <entry align="left">Poky version</entry>
318
319 <entry>Git-commit-id: 51872d3f99e38f9d883ab0a8782ceecb41822fd0</entry>
320 </row>
321
322 <row>
323 <entry align="left">GCC version</entry>
324
325 <entry>7.3</entry>
326 </row>
327
328 <row>
329 <entry align="left">Linux Kernel Version</entry>
330
331 <entry>4.14</entry>
332 </row>
333
334 <row condition="hidden">
335 <entry align="left">Supported Drivers</entry>
336
337 <entry>Ethernet, RTC, UART</entry>
338 </row>
339 </tbody>
340 </tgroup>
341 </table>
163 </section> 342 </section>
164</section> \ No newline at end of file 343</section>
diff --git a/doc/book-enea-linux-release-info/doc/known_bugs_and_limitations.xml b/doc/book-enea-linux-release-info/doc/known_bugs_and_limitations.xml
index 5c0c594..6fafb8d 100644
--- a/doc/book-enea-linux-release-info/doc/known_bugs_and_limitations.xml
+++ b/doc/book-enea-linux-release-info/doc/known_bugs_and_limitations.xml
@@ -5,17 +5,17 @@
5 <title>Known Problems in this Release</title> 5 <title>Known Problems in this Release</title>
6 6
7 <para>Open source projects are continuously working on correcting reported 7 <para>Open source projects are continuously working on correcting reported
8 problems. Corrections to bugs detected by Enea are submitted upstream, and 8 problems. Fixes and workarounds to bugs detected by Enea are submitted
9 the corrections are included in Enea Linux regardless of when they will be 9 upstream, and included in Enea Linux regardless of when they will be
10 included by the open source project. Remaining issues are listed 10 included by the open source project. Issues that still affect the current
11 below.<remark>INFO: The <emphasis role="bold">Release-Specific 11 release are listed below.<remark>INFO: The <emphasis
12 Problems</emphasis> section further down is generated from JIRA with 12 role="bold">Release-Specific Problems</emphasis> section further down is
13 gen_known_issues.py, but that script is HARDCODED with affectedversion "Enea 13 generated from JIRA with gen_known_issues.py, but that script is HARDCODED
14 Linux 6" and needs to be adapted when a release info for another EL version 14 with affectedversion "Enea Linux 6" and needs to be adapted when a release
15 changes.</remark></para> 15 info for another EL version changes.</remark></para>
16 16
17 <section id="bugs-limitations-yocto"> 17 <section id="bugs-limitations-yocto">
18 <title>Yocto Project </title> 18 <title>Yocto Project</title>
19 19
20 <para>The Yocto Project community uses a <ulink 20 <para>The Yocto Project community uses a <ulink
21 url="https://bugzilla.yoctoproject.org">Bugzilla database</ulink> to track 21 url="https://bugzilla.yoctoproject.org">Bugzilla database</ulink> to track
diff --git a/doc/book-enea-linux-release-info/doc/main_changes.xml b/doc/book-enea-linux-release-info/doc/main_changes.xml
index c0e3006..2b4e268 100644
--- a/doc/book-enea-linux-release-info/doc/main_changes.xml
+++ b/doc/book-enea-linux-release-info/doc/main_changes.xml
@@ -5,23 +5,21 @@
5 <title>Main Changes</title> 5 <title>Main Changes</title>
6 6
7 <para>This chapter describes the major changes and additions made to this 7 <para>This chapter describes the major changes and additions made to this
8 release of Enea Linux, as compared to the previous Enea Linux 6.<remark>INFO 8 release of Enea Linux.<remark>INFO Just now Hardcoded previous release
9 Just now Hardcoded previous release string in this 9 string in this paragraph.</remark><remark>The list of changed packages
10 paragraph.</remark><remark>The list of changed packages further down is 10 further down is created from the open source book licenses.xml by the script
11 created from the open source book licenses.xml by the script gen_pkgdiff.py 11 gen_pkgdiff.py by comparing with an older open source licenses.xml,
12 by comparing with an older open source licenses.xml, depending on the 12 depending on the parameter "prev_baseline" in pardoc-distro.xml, e.g. a tag
13 parameter "prev_baseline" in pardoc-distro.xml, e.g. a tag like "EL5". This 13 like "EL5". This parameter needs to be changed to a new TAG when a release
14 parameter needs to be changed to a new TAG when a release info for another 14 info for another EL version is created. It must correspond to the release
15 EL version is created. It must correspond to the release string 15 string above.</remark></para>
16 above.</remark></para>
17 16
18 <section id="relinfo-changes-other"> 17 <section id="relinfo-changes-other">
19 <title>New Functionality/Enhancements</title> 18 <title>New Functionality/Enhancements</title>
20 19
21 <itemizedlist spacing="compact"> 20 <itemizedlist spacing="compact">
22 <listitem> 21 <listitem>
23 <para><ulink 22 <para><ulink url="http://www.yoctoproject.org/downloads">New Yocto
24 url="http://www.yoctoproject.org/downloads/core/pyro23">New Yocto
25 Project version</ulink> (<xi:include href="eltf_params_updated.xml" 23 Project version</ulink> (<xi:include href="eltf_params_updated.xml"
26 xmlns:xi="http://www.w3.org/2001/XInclude" 24 xmlns:xi="http://www.w3.org/2001/XInclude"
27 xpointer="element(Yocto_VER/1)" />)<remark>INFO Yocto_VER and 25 xpointer="element(Yocto_VER/1)" />)<remark>INFO Yocto_VER and
@@ -30,7 +28,8 @@
30 </listitem> 28 </listitem>
31 29
32 <listitem> 30 <listitem>
33 <para>New targets: Raspberry Pi 3</para> 31 <para>New targets: Intel Xeon D, Intel Atom C3000, Intel NUC Kaby Lake
32 and QEMU x86.</para>
34 </listitem> 33 </listitem>
35 </itemizedlist> 34 </itemizedlist>
36 </section> 35 </section>
@@ -51,4 +50,4 @@
51 50
52 <xi:include href="pkgdiff_generated.xml" 51 <xi:include href="pkgdiff_generated.xml"
53 xmlns:xi="http://www.w3.org/2001/XInclude" /> 52 xmlns:xi="http://www.w3.org/2001/XInclude" />
54</chapter> \ No newline at end of file 53</chapter>