diff options
-rw-r--r-- | doc/book-enea-linux-release-info/doc/about_release.xml | 155 |
1 files changed, 130 insertions, 25 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 e221ccc..e0fdcd8 100644 --- a/doc/book-enea-linux-release-info/doc/about_release.xml +++ b/doc/book-enea-linux-release-info/doc/about_release.xml | |||
@@ -32,28 +32,80 @@ | |||
32 | below:</para> | 32 | below:</para> |
33 | 33 | ||
34 | <programlisting>-- Documentation/ | 34 | <programlisting>-- Documentation/ |
35 | /* Enea Linux 8.2 documentation */ | 35 | /* Enea Linux 8.2 documentation */ |
36 | -- intel-corei7-64/ | 36 | -- intel-corei7-64/ |
37 | /* artifacts for the reference machine */ | 37 | /* artifacts for the reference machine */ |
38 | -- rpm/ | 38 | -- rpm/ |
39 | /* rpm packages */ | 39 | /* rpm packages */ |
40 | -- images/ | 40 | -- images/ |
41 | -- enea-image-standard | 41 | -- enea-image-standard |
42 | /* precompiled artifacts for the platform release image */ | 42 | /* precompiled artifacts for the platform release image */ |
43 | -- various artifacts (rootfs, kernel, config etc.) | 43 | -- various artifacts (rootfs, kernel, config etc.) |
44 | -- enea-image-standard-sdk | 44 | -- enea-image-standard-sdk |
45 | /* precompiled artifacts for the development process. The image | 45 | /* precompiled artifacts for the development process. The image |
46 | contains userspace tools and kernel configurations necessary | 46 | contains userspace tools and kernel configurations necessary |
47 | for developing, debugging and profiling applications and | 47 | for developing, debugging and profiling applications and |
48 | kernel modules */ | 48 | kernel modules */ |
49 | -- various artifacts | 49 | -- various artifacts |
50 | -- esdk | 50 | -- esdk |
51 | /* Extensible SDK related artifacts including SDK installer and | 51 | /* Extensible SDK related artifacts including SDK installer and |
52 | manifest, self-extracting archive installing cross-compilation | 52 | manifest, self-extracting archive installing cross-compilation |
53 | toolchain for the platform */ | 53 | toolchain for the platform */ |
54 | -- x86_64-buildtools-nativesdk-standalone-8.2.sh | 54 | -- qemux86-64/ |
55 | /* self-extracting archive installing additional tools | 55 | /* artifacts for the reference machine */ |
56 | for the host machine */</programlisting> | 56 | -- rpm/ |
57 | /* rpm packages */ | ||
58 | -- images/ | ||
59 | -- enea-image-standard | ||
60 | /* precompiled artifacts for the platform release image */ | ||
61 | -- various artifacts (rootfs, kernel, config, etc.) | ||
62 | -- enea-image-standard-sdk | ||
63 | /* precompiled artifacts for the development process. The image | ||
64 | contains userspace tools and kernel configurations | ||
65 | necessary for debugging and profiling applications and | ||
66 | kernel modules */ | ||
67 | -- various artifacts | ||
68 | -- esdk | ||
69 | /* Extensible SDK related artifacts including SDK installer and | ||
70 | manifest, self-extracting archive installing cross-compilation | ||
71 | toolchain for the platform */ | ||
72 | -- qemuarm64/ | ||
73 | /* artifacts for the reference machine */ | ||
74 | -- rpm/ | ||
75 | /* rpm packages */ | ||
76 | -- images/ | ||
77 | -- enea-image-standard | ||
78 | /* precompiled artifacts for the platform release image */ | ||
79 | -- various artifacts (rootfs, kernel, config, etc.) | ||
80 | -- enea-image-standard-sdk | ||
81 | /* precompiled artifacts for the development process. The image | ||
82 | contains userspace tools and kernel configurations | ||
83 | necessary for debugging and profiling applications and | ||
84 | kernel modules */ | ||
85 | -- various artifacts | ||
86 | -- esdk | ||
87 | /* Extensible SDK related artifacts including SDK installer and | ||
88 | manifest, self-extracting archive installing cross-compilation | ||
89 | toolchain for the platform */ | ||
90 | -- qemuppc/ | ||
91 | /* artifacts for the reference machine */ | ||
92 | -- rpm/ | ||
93 | /* rpm packages */ | ||
94 | -- images/ | ||
95 | -- enea-image-standard | ||
96 | /* precompiled artifacts for the platform release image */ | ||
97 | -- various artifacts (rootfs, kernel, config, etc.) | ||
98 | -- enea-image-standard-sdk | ||
99 | /* precompiled artifacts for the development process. The image | ||
100 | contains userspace tools and kernel configurations | ||
101 | necessary for debugging and profiling applications and | ||
102 | kernel modules */ | ||
103 | -- various artifacts | ||
104 | -- esdk | ||
105 | /* Extensible SDK related artifacts including SDK installer and | ||
106 | manifest, self-extracting archive installing cross-compilation | ||
107 | toolchain for the platform */</programlisting> | ||
108 | |||
57 | <para>The following set of artifacts is available:</para> | 109 | <para>The following set of artifacts is available:</para> |
58 | 110 | ||
59 | <programlisting>-- intel-corei7-64 | 111 | <programlisting>-- intel-corei7-64 |
@@ -68,8 +120,61 @@ | |||
68 | -- enea-image-standard-<target>.tar.gz | 120 | -- enea-image-standard-<target>.tar.gz |
69 | /* tar archive of the image */ | 121 | /* tar archive of the image */ |
70 | -- modules-<target>.tgz | 122 | -- modules-<target>.tgz |
71 | /* external kernel modules */</programlisting> | 123 | /* external kernel modules */ |
72 | </section> | 124 | -- x86_64-buildtools-nativesdk-standalone-8.2.sh |
125 | /* buildtools self-extracting archive */ | ||
126 | -- qemux86-64 | ||
127 | -- bzImage | ||
128 | /* kernel image */ | ||
129 | -- bzImage-<target>.bin | ||
130 | /* kernel image, same as above */ | ||
131 | -- enea-image-standard-<target>.qemuboot.conf | ||
132 | /* kernel configuration file */ | ||
133 | -- enea-image-standard-<target>.ext4 | ||
134 | /* compressed EXT4 image of the rootfs */ | ||
135 | -- enea-image-standard-<target>.tar.gz | ||
136 | /* tar archive of the image */ | ||
137 | -- modules-<target>.tgz | ||
138 | /* external kernel modules */ | ||
139 | -- enea-glibc-x86_64-enea-image-standard-sdk-corei7-64-<target>-toolchain-ext-8.2.sh | ||
140 | /* extensible SDK installer */ | ||
141 | -- x86_64-buildtools-nativesdk-standalone-8.2.sh | ||
142 | /* buildtools self-extracting archive */ | ||
143 | -- qemuarm64 | ||
144 | -- Image | ||
145 | /* kernel image */ | ||
146 | -- Image-<target>.bin | ||
147 | /* kernel image, same as above */ | ||
148 | -- enea-image-standard-<target>.qemuboot.conf | ||
149 | /* kernel configuration file */ | ||
150 | -- enea-image-standard-<target>.ext4 | ||
151 | /* compressed EXT4 image of the rootfs */ | ||
152 | -- enea-image-standard-<target>.tar.gz | ||
153 | /* tar archive of the image */ | ||
154 | -- modules-<target>.tgz | ||
155 | /* external kernel modules */ | ||
156 | -- enea-glibc-x86_64-enea-image-standard-sdk-aarch64-<target>-toolchain-ext-8.2.sh | ||
157 | /* extensible SDK installer */ | ||
158 | -- x86_64-buildtools-nativesdk-standalone-8.2.sh | ||
159 | /* buildtools self-extracting archive */ | ||
160 | -- qemuppc | ||
161 | -- vmlinux | ||
162 | /* kernel image */ | ||
163 | -- vmlinux-<target>.bin | ||
164 | /* kernel image, same as above */ | ||
165 | -- enea-image-standard-<target>.qemuboot.conf | ||
166 | /* kernel configuration file */ | ||
167 | -- enea-image-standard-<target>.ext4 | ||
168 | /* compressed EXT4 image of the rootfs */ | ||
169 | -- enea-image-standard-<target>.tar.gz | ||
170 | /* tar archive of the image */ | ||
171 | -- modules-<target>.tgz | ||
172 | /* external kernel modules */ | ||
173 | -- enea-glibc-x86_64-enea-image-standard-sdk-ppc7400-<target>-toolchain-ext-8.2.sh | ||
174 | /* extensible SDK installer */ | ||
175 | -- x86_64-buildtools-nativesdk-standalone-8.2.sh | ||
176 | /* buildtools self-extracting archive */</programlisting> | ||
177 | </section> | ||
73 | 178 | ||
74 | <section id="relinfo-supported-host-environment"> | 179 | <section id="relinfo-supported-host-environment"> |
75 | <title>Supported Host Environment</title> | 180 | <title>Supported Host Environment</title> |
@@ -201,7 +306,7 @@ | |||
201 | <title>Security Fixes</title> | 306 | <title>Security Fixes</title> |
202 | 307 | ||
203 | <para>See the <ulink | 308 | <para>See the <ulink |
204 | url="https://www.enea.com/products/security/security-updates/">List of | 309 | url="./security-report-el-8_2.pdf">List of |
205 | CVEs addressed in Enea Linux</ulink> for details.</para> | 310 | CVEs addressed in Enea Linux</ulink> for details.</para> |
206 | </section> | 311 | </section> |
207 | 312 | ||