summaryrefslogtreecommitdiffstats
path: root/doc/book-enea-linux-user-guide/doc/using_enea_linux.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/book-enea-linux-user-guide/doc/using_enea_linux.xml')
-rw-r--r--doc/book-enea-linux-user-guide/doc/using_enea_linux.xml21
1 files changed, 11 insertions, 10 deletions
diff --git a/doc/book-enea-linux-user-guide/doc/using_enea_linux.xml b/doc/book-enea-linux-user-guide/doc/using_enea_linux.xml
index 19ec877..9fde297 100644
--- a/doc/book-enea-linux-user-guide/doc/using_enea_linux.xml
+++ b/doc/book-enea-linux-user-guide/doc/using_enea_linux.xml
@@ -12,9 +12,11 @@
12 <section id="build_images"> 12 <section id="build_images">
13 <title>Building Real-Time images</title> 13 <title>Building Real-Time images</title>
14 14
15 <para>Real-Time images use the Intel RT kernel, no additional configuration is needed.</para> 15 <para>Real-Time images use the Intel RT kernel, no additional
16 configuration is needed.</para>
16 17
17 <para><emphasis role="bold">How to Build an Enea Linux RT image</emphasis></para> 18 <para><emphasis role="bold">How to Build an Enea Linux RT
19 image</emphasis></para>
18 20
19 <procedure> 21 <procedure>
20 <step> 22 <step>
@@ -29,14 +31,14 @@
29 <programlisting>$ mkdir enea-linux 31 <programlisting>$ mkdir enea-linux
30$ cd enea-linux 32$ cd enea-linux
31$ repo init -u git@git.enea.com:linux/manifests/el_manifests-rt.git \ 33$ repo init -u git@git.enea.com:linux/manifests/el_manifests-rt.git \
32 -b refs/tags/Enea_Linux_8.0 -m $MACHINE/default.xml 34 -b refs/tags/Enea_Linux_RT_8.0 -m $MACHINE/default.xml
33$ repo sync</programlisting> 35$ repo sync</programlisting>
34 </step> 36 </step>
35 37
36 <step> 38 <step>
37 <para>Source the build environment</para> 39 <para>Source the build environment</para>
38 40
39 <programlisting>$ cd poky 41 <programlisting>$ cd poky
40$ TEMPLATECONF=meta-el-rt/conf/template.&lt;machine&gt; \ 42$ TEMPLATECONF=meta-el-rt/conf/template.&lt;machine&gt; \
41. ./oe-init-build-env &lt;build_dir&gt;</programlisting> 43. ./oe-init-build-env &lt;build_dir&gt;</programlisting>
42 44
@@ -108,14 +110,14 @@ $ cd &lt;build_dir&gt;/tmp/deploy/images/&lt;target&gt;/ # Here are the build b
108 <programlisting>$ mkdir enea-linux 110 <programlisting>$ mkdir enea-linux
109$ cd enea-linux 111$ cd enea-linux
110$ repo init -u git@git.enea.com:linux/manifests/el_manifests-rt.git \ 112$ repo init -u git@git.enea.com:linux/manifests/el_manifests-rt.git \
111 -b refs/tags/Enea_Linux_8.0 -m $MACHINE/default.xml 113 -b refs/tags/Enea_Linux_RT_8.0 -m $MACHINE/default.xml
112$ repo sync</programlisting> 114$ repo sync</programlisting>
113 </step> 115 </step>
114 116
115 <step> 117 <step>
116 <para>Source the build environment</para> 118 <para>Source the build environment</para>
117 119
118 <programlisting>$ cd poky 120 <programlisting>$ cd poky
119$ TEMPLATECONF=meta-el-rt/conf/template.&lt;machine&gt; \ 121$ TEMPLATECONF=meta-el-rt/conf/template.&lt;machine&gt; \
120. ./oe-init-build-env &lt;build_dir&gt;</programlisting> 122. ./oe-init-build-env &lt;build_dir&gt;</programlisting>
121 123
@@ -441,11 +443,10 @@ BBLAYERS ?= " \
441 <title>Adding a Recipe</title> 443 <title>Adding a Recipe</title>
442 444
443 <para>Study the <ulink 445 <para>Study the <ulink
444 url="https://www.yoctoproject.org/docs/2.5/dev-manual/dev-manual.html#new-recipe-single-c-file-package-hello-world"><ulink
445 url="https://www.yoctoproject.org/docs/2.5/dev-manual/dev-manual.html#new-recipe-single-c-file-package-hello-world">Hello 446 url="https://www.yoctoproject.org/docs/2.5/dev-manual/dev-manual.html#new-recipe-single-c-file-package-hello-world">Hello
446 World recipe</ulink></ulink> in the Yocto Project Development Manual. If 447 World recipe</ulink> in the Yocto Project Development Manual. If needed
447 needed replace the example version (2.5) with the Yocto version in your 448 replace the example version (2.5) with the Yocto version in your Enea
448 Enea Linux distribution.</para> 449 Linux distribution.</para>
449 </section> 450 </section>
450 451
451 <section id="config_pkg_recipes"> 452 <section id="config_pkg_recipes">