diff options
| author | mrpa <miruna.paun@enea.com> | 2020-03-18 11:11:32 +0100 |
|---|---|---|
| committer | mrpa <miruna.paun@enea.com> | 2020-03-18 11:14:30 +0100 |
| commit | bbda5e53aa44584cdf17c3678562f495a9415609 (patch) | |
| tree | 81e7d70a76de3194f3482cf031d921b19376a4f1 | |
| parent | 82f54ce422e3ae18748cf36c7ee5fc42ba0e915e (diff) | |
| download | el_releases-common-master.tar.gz | |
with info from gitlab2.
Change-Id: I8d6b8e7396ed6c20409b6916cb4ae0875c4850ad
Signed-off-by: mrpa <miruna.paun@enea.com>
| -rw-r--r-- | doc/eltf_params_updated.xml | 209 |
1 files changed, 209 insertions, 0 deletions
diff --git a/doc/eltf_params_updated.xml b/doc/eltf_params_updated.xml new file mode 100644 index 0000000..df317aa --- /dev/null +++ b/doc/eltf_params_updated.xml | |||
| @@ -0,0 +1,209 @@ | |||
| 1 | <?xml version="1.0" encoding="ISO-8859-1"?> | ||
| 2 | <!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" | ||
| 3 | "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> | ||
| 4 | <section id="eltf_created_params"> | ||
| 5 | <title>File with Parameters in the Book Auto-updated by ELFT</title> | ||
| 6 | |||
| 7 | <note> | ||
| 8 | <para>See the <emphasis | ||
| 9 | role="bold">eltf_params_updated_template_howto_use.txt</emphasis> text | ||
| 10 | file for description of how to create the final <emphasis | ||
| 11 | role="bold">eltf_params_updated.xml</emphasis> from this template and for | ||
| 12 | all <emphasis role="bold">REQUIREMENTS</emphasis>. Use the command | ||
| 13 | "<emphasis role="bold">make eltf</emphasis>" to extract a full list of all | ||
| 14 | ELTF variables, which always begins with ELTF_ and don't only rely on the | ||
| 15 | howto text file list! The plan is that ELTF will auto-update this when | ||
| 16 | needed.</para> | ||
| 17 | </note> | ||
| 18 | |||
| 19 | <section id="host_prereq"> | ||
| 20 | <title>Common Parameters</title> | ||
| 21 | |||
| 22 | <bridgehead>A programlisting, ID | ||
| 23 | "eltf-prereq-apt-get-commands-host"</bridgehead> | ||
| 24 | |||
| 25 | <para id="eltf-prereq-apt-get-commands-host"><programlisting># Host Ubuntu 16.04 LTS 64bit | ||
| 26 | sudo apt-get -y update | ||
| 27 | sudo apt-get -y install sed wget subversion git-core coreutils unzip texi2html \ | ||
| 28 | texinfo libsdl1.2-dev docbook-utils fop gawk python-pysqlite2 diffstat \ | ||
| 29 | make gcc build-essential xsltproc g++ desktop-file-utils chrpath \ | ||
| 30 | libgl1-mesa-dev libglu1-mesa-dev autoconf automake groff libtool xterm \ | ||
| 31 | libxml-parser-perl</programlisting></para> | ||
| 32 | |||
| 33 | <bridgehead>A programlisting, ID | ||
| 34 | "eltf-getting-repo-install-command"</bridgehead> | ||
| 35 | |||
| 36 | <para id="eltf-getting-repo-install-command"><programlisting>mkdir -p ~/bin | ||
| 37 | curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo | ||
| 38 | chmod a+x ~/bin/repo | ||
| 39 | export PATH=~/bin:$PATH</programlisting></para> | ||
| 40 | |||
| 41 | <bridgehead>Several phrase elements, various IDs. Ensure EL_REL_VER is | ||
| 42 | correct also compared to the "previous" REL VER in pardoc-distro.xml | ||
| 43 | "prev_baseline".</bridgehead> | ||
| 44 | |||
| 45 | <para id="EneaLinux_REL_VER"><phrase>2.2.2</phrase></para> | ||
| 46 | |||
| 47 | <para id="Yocto_VER"><phrase>2.4</phrase></para> | ||
| 48 | |||
| 49 | <para id="Yocto_NAME"><phrase>rocko</phrase></para> | ||
| 50 | |||
| 51 | <para id="ULINK_YOCTO_PROJECT_DOWNLOAD"><ulink | ||
| 52 | url="http://www.yoctoproject.org/downloads">http://www.yoctoproject.org/downloads</ulink></para> | ||
| 53 | |||
| 54 | <para id="ULINK_ENEA_LINUX_URL"><ulink | ||
| 55 | url="https://linux.enea.com/6">https://linux.enea.com/6</ulink></para> | ||
| 56 | |||
| 57 | <bridgehead>A programlisting, ID "eltf-repo-cloning-enea-linux". Use | ||
| 58 | $MACHINE/default.xml as parameter, where MACHINE is one of the target | ||
| 59 | directory names in the manifest.</bridgehead> | ||
| 60 | |||
| 61 | <para id="eltf-repo-cloning-enea-linux"><programlisting>mkdir enea-linux | ||
| 62 | cd enea-linux | ||
| 63 | repo init -u git@git.enea.com:linux/manifests/el_manifests-virtualization.git \ | ||
| 64 | -b refs/tags/EL6 -m $MACHINE/default.xml | ||
| 65 | repo sync</programlisting></para> | ||
| 66 | |||
| 67 | <bridgehead>A table with ONE row, only the row with ID | ||
| 68 | "eltf-eclipse-version-row" is included in the book. MANUALLY in book, set | ||
| 69 | condition hidden if eclipse is not in the release. Do this both in | ||
| 70 | template.xml and updated.xml.</bridgehead> | ||
| 71 | |||
| 72 | <informaltable> | ||
| 73 | <tgroup cols="1"> | ||
| 74 | <tbody> | ||
| 75 | <row condition="hidden" id="eltf-eclipse-version-row"> | ||
| 76 | <entry>Eclipse version 4.3 (Mars) plus command line development | ||
| 77 | tools are included in this Enea NFV Access release.</entry> | ||
| 78 | </row> | ||
| 79 | </tbody> | ||
| 80 | </tgroup> | ||
| 81 | </informaltable> | ||
| 82 | |||
| 83 | <bridgehead>Below is one big section with title "Supported Processor with | ||
| 84 | Parameters". The entire section is included completely in the book via ID | ||
| 85 | "eltf-target-tables-section" and shall be LAST in the template. The | ||
| 86 | template contains ONE target subsection. COPY/APPEND it, if multiple | ||
| 87 | targets exist in the release and optionally add rows with additional | ||
| 88 | target parameters in each target subsection table.</bridgehead> | ||
| 89 | </section> | ||
| 90 | |||
| 91 | <section id="eltf-target-tables-section"> | ||
| 92 | <title>Supported Reference Processor with Parameters</title> | ||
| 93 | |||
| 94 | <para>The table(s) below describes the processors supported in this Enea | ||
| 95 | NFV Access release.</para> | ||
| 96 | |||
| 97 | <table> | ||
| 98 | <title>Processor Information Intel Xeon D-1500</title> | ||
| 99 | |||
| 100 | <tgroup cols="2"> | ||
| 101 | <colspec align="center" /> | ||
| 102 | |||
| 103 | <thead> | ||
| 104 | <row> | ||
| 105 | <entry align="center">Component</entry> | ||
| 106 | |||
| 107 | <entry align="center">Description</entry> | ||
| 108 | </row> | ||
| 109 | </thead> | ||
| 110 | |||
| 111 | <tbody> | ||
| 112 | <row> | ||
| 113 | <entry align="left">Processor official name</entry> | ||
| 114 | |||
| 115 | <entry>Intel Xeon D-1500</entry> | ||
| 116 | </row> | ||
| 117 | |||
| 118 | <row> | ||
| 119 | <entry align="left">Architecture and Description</entry> | ||
| 120 | |||
| 121 | <entry>x86-64</entry> | ||
| 122 | </row> | ||
| 123 | |||
| 124 | <row> | ||
| 125 | <entry align="left">Link to processor datasheet</entry> | ||
| 126 | |||
| 127 | <entry><ulink | ||
| 128 | url="https://www.intel.com/content/www/us/en/processors/xeon/xeon-d-1500-datasheet-vol-1.html">Intel's | ||
| 129 | datasheet</ulink></entry> | ||
| 130 | </row> | ||
| 131 | |||
| 132 | <row> | ||
| 133 | <entry align="left">GCC version</entry> | ||
| 134 | |||
| 135 | <entry>7.3</entry> | ||
| 136 | </row> | ||
| 137 | |||
| 138 | <row> | ||
| 139 | <entry align="left">Linux Kernel Version</entry> | ||
| 140 | |||
| 141 | <entry>4.14</entry> | ||
| 142 | </row> | ||
| 143 | |||
| 144 | <row condition="hidden"> | ||
| 145 | <entry align="left">Supported Drivers</entry> | ||
| 146 | |||
| 147 | <entry>Ethernet, RTC, UART</entry> | ||
| 148 | </row> | ||
| 149 | </tbody> | ||
| 150 | </tgroup> | ||
| 151 | </table> | ||
| 152 | |||
| 153 | <table> | ||
| 154 | <title>Processor Information Intel Atom C3000</title> | ||
| 155 | |||
| 156 | <tgroup cols="2"> | ||
| 157 | <colspec align="center" /> | ||
| 158 | |||
| 159 | <thead> | ||
| 160 | <row> | ||
| 161 | <entry align="center">Component</entry> | ||
| 162 | |||
| 163 | <entry align="center">Description</entry> | ||
| 164 | </row> | ||
| 165 | </thead> | ||
| 166 | |||
| 167 | <tbody> | ||
| 168 | <row> | ||
| 169 | <entry align="left">Processor official name</entry> | ||
| 170 | |||
| 171 | <entry>Intel Atom C3000</entry> | ||
| 172 | </row> | ||
| 173 | |||
| 174 | <row> | ||
| 175 | <entry align="left">Architecture and Description</entry> | ||
| 176 | |||
| 177 | <entry>x86-64</entry> | ||
| 178 | </row> | ||
| 179 | |||
| 180 | <row> | ||
| 181 | <entry align="left">Link to the processor datasheet</entry> | ||
| 182 | |||
| 183 | <entry><ulink | ||
| 184 | url="https://www.intel.com/content/www/us/en/products/docs/processors/atom/c-series/c3000-family-datasheet.html">Intel's | ||
| 185 | datasheet</ulink></entry> | ||
| 186 | </row> | ||
| 187 | |||
| 188 | <row> | ||
| 189 | <entry align="left">GCC version</entry> | ||
| 190 | |||
| 191 | <entry>7.3</entry> | ||
| 192 | </row> | ||
| 193 | |||
| 194 | <row> | ||
| 195 | <entry align="left">Linux Kernel Version</entry> | ||
| 196 | |||
| 197 | <entry>4.14</entry> | ||
| 198 | </row> | ||
| 199 | |||
| 200 | <row condition="hidden"> | ||
| 201 | <entry align="left">Supported Drivers</entry> | ||
| 202 | |||
| 203 | <entry>Ethernet, RTC, UART</entry> | ||
| 204 | </row> | ||
| 205 | </tbody> | ||
| 206 | </tgroup> | ||
| 207 | </table> | ||
| 208 | </section> | ||
| 209 | </section> | ||
