summaryrefslogtreecommitdiffstats
path: root/doc/book-enea-linux-release-info/doc/about_release.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/book-enea-linux-release-info/doc/about_release.xml')
-rw-r--r--doc/book-enea-linux-release-info/doc/about_release.xml22
1 files changed, 10 insertions, 12 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 c11ecff..cbdb52a 100644
--- a/doc/book-enea-linux-release-info/doc/about_release.xml
+++ b/doc/book-enea-linux-release-info/doc/about_release.xml
@@ -40,16 +40,16 @@
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, dtb 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 -- sdk 50 -- esdk
51 /* SDK related artifacts including SDK installer and manifests */ 51 /* Extensible SDK related artifacts including SDK installer and */
52 /* 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.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
@@ -57,17 +57,15 @@
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>