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.xml20
1 files changed, 8 insertions, 12 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 3997038..a0b7d2c 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
@@ -5,9 +5,9 @@
5 <section id="build_enealinux"> 5 <section id="build_enealinux">
6 <title>Building Enea Linux</title> 6 <title>Building Enea Linux</title>
7 7
8 <para>Enea Linux is made available as sources as well. This allows 8 <para>Enea Linux is made available as sources, this allows for of building
9 building various Enea Linux artifacts and this is detailed in the 9 various Enea Linux artifacts and is detailed in the following
10 following sections:</para> 10 sections:</para>
11 11
12 <section id="build_images"> 12 <section id="build_images">
13 <title>Building the images</title> 13 <title>Building the images</title>
@@ -17,8 +17,7 @@
17 <procedure> 17 <procedure>
18 <step> 18 <step>
19 <para>Clone Enea Linux sources using Repo tool. Please refer to 19 <para>Clone Enea Linux sources using Repo tool. Please refer to
20 chapter 3.2 in the current documebt for more details on how to do 20 <xref linkend="getting_sources" /> for more details.</para>
21 this.</para>
22 21
23 <programlisting>$ mkdir enea-linux 22 <programlisting>$ mkdir enea-linux
24$ cd enea-linux 23$ cd enea-linux
@@ -35,13 +34,10 @@ $ repo sync</programlisting>
35$ TEMPLATECONF=meta-el-standard/conf/template.&lt;machine&gt; \ 34$ TEMPLATECONF=meta-el-standard/conf/template.&lt;machine&gt; \
36. ./oe-init-build-env &lt;build_dir&gt;</programlisting> 35. ./oe-init-build-env &lt;build_dir&gt;</programlisting>
37 36
38 <note> 37 <para>Sourcing the build environment is needed everytime a new shell
39 <para>Sourcing the build environment is needed everytime a new 38 is used. However, sourcing using the <literal>TEMPLATECONF</literal>
40 shell is used. However, sourcing using the 39 is only needed the first time around. After the first time, it is
41 <literal>TEMPLATECONF</literal> is only needed the first time 40 enough to source the build directory created before.</para>
42 around. Afterwards it is enough to source the build directory
43 created before.</para>
44 </note>
45 41
46 <note> 42 <note>
47 <para>The build directory may reside on an NFS mount, but the 43 <para>The build directory may reside on an NFS mount, but the