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.xml18
1 files changed, 9 insertions, 9 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 9fde297..aba7c1d 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
@@ -31,7 +31,7 @@
31 <programlisting>$ mkdir enea-linux 31 <programlisting>$ mkdir enea-linux
32$ cd enea-linux 32$ cd enea-linux
33$ 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 \
34 -b refs/tags/Enea_Linux_RT_8.0 -m $MACHINE/default.xml 34 -b refs/tags/Enea_Linux_RT_8.1 -m $MACHINE/default.xml
35$ repo sync</programlisting> 35$ repo sync</programlisting>
36 </step> 36 </step>
37 37
@@ -110,7 +110,7 @@ $ cd &lt;build_dir&gt;/tmp/deploy/images/&lt;target&gt;/ # Here are the build b
110 <programlisting>$ mkdir enea-linux 110 <programlisting>$ mkdir enea-linux
111$ cd enea-linux 111$ cd enea-linux
112$ 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 \
113 -b refs/tags/Enea_Linux_RT_8.0 -m $MACHINE/default.xml 113 -b refs/tags/Enea_Linux_RT_8.1 -m $MACHINE/default.xml
114$ repo sync</programlisting> 114$ repo sync</programlisting>
115 </step> 115 </step>
116 116
@@ -278,7 +278,7 @@ label device01
278 <para>Copy <filename>pxelinux.0</filename> and 278 <para>Copy <filename>pxelinux.0</filename> and
279 <filename>vesamenu.c32</filename> from the build directory, e.g. 279 <filename>vesamenu.c32</filename> from the build directory, e.g.
280 from 280 from
281 <filename>&lt;build_dir&gt;tmp/work/corei7-64-enea-linux/syslinux/6.03-r0/image/usr/share/syslinux/</filename>.</para> 281 <filename>&lt;build_dir&gt;tmp/work/corei7-64-enea-linux/syslinux/6.04-pre2-r0/image/usr/share/syslinux/</filename>.</para>
282 </listitem> 282 </listitem>
283 283
284 <listitem> 284 <listitem>
@@ -415,8 +415,8 @@ BBLAYERS ?= " \
415 <para>As a result, <filename>BBLAYERS</filename> shall be extended with 415 <para>As a result, <filename>BBLAYERS</filename> shall be extended with
416 the bsp-layer/s layer for your target and any other additional layer/s. 416 the bsp-layer/s layer for your target and any other additional layer/s.
417 For details on how to do this, see the <ulink 417 For details on how to do this, see the <ulink
418 url="http://www.yoctoproject.org/docs/2.5/dev-manual/dev-manual.html#understanding-and-creating-layers">Yocto 418 url="http://www.yoctoproject.org/docs/2.7/dev-manual/dev-manual.html#understanding-and-creating-layers">Yocto
419 2.5 Dev Manual, section "Understanding and Creating Layers".</ulink> If 419 2.7 Dev Manual, section "Understanding and Creating Layers".</ulink> If
420 needed replace the Yocto version.</para> 420 needed replace the Yocto version.</para>
421 421
422 <para>Layers can be added when you initialize the build environment. The 422 <para>Layers can be added when you initialize the build environment. The
@@ -443,9 +443,9 @@ BBLAYERS ?= " \
443 <title>Adding a Recipe</title> 443 <title>Adding a Recipe</title>
444 444
445 <para>Study the <ulink 445 <para>Study the <ulink
446 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.7/dev-manual/dev-manual.html#new-recipe-single-c-file-package-hello-world">Hello
447 World recipe</ulink> in the Yocto Project Development Manual. If needed 447 World recipe</ulink> in the Yocto Project Development Manual. If needed
448 replace the example version (2.5) with the Yocto version in your Enea 448 replace the example version (2.7) with the Yocto version in your Enea
449 Linux distribution.</para> 449 Linux distribution.</para>
450 </section> 450 </section>
451 451
@@ -695,8 +695,8 @@ $ ./enea-*-toolchain-&lt;version&gt;.sh</programlisting>
695 image in a consistent way, e.g. to install, upgrade, or delete packages 695 image in a consistent way, e.g. to install, upgrade, or delete packages
696 considering the dependencies. The package management systems supported by 696 considering the dependencies. The package management systems supported by
697 Enea Linux are described in this section. More information about PMS can 697 Enea Linux are described in this section. More information about PMS can
698 be found in the Yocto 2.5 document <ulink 698 be found in the Yocto 2.7 document <ulink
699 url="http://www.yoctoproject.org/docs/2.5/mega-manual/mega-manual.html">Yocto 699 url="http://www.yoctoproject.org/docs/2.7/mega-manual/mega-manual.html">Yocto
700 Project Mega Manual</ulink>. If needed replace the Yocto version in the 700 Project Mega Manual</ulink>. If needed replace the Yocto version in the
701 link.</para> 701 link.</para>
702 702