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.xml16
1 files changed, 8 insertions, 8 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 9dc45cf..d609069 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
@@ -26,7 +26,7 @@
26 <programlisting>$ mkdir enea-linux 26 <programlisting>$ mkdir enea-linux
27$ cd enea-linux 27$ cd enea-linux
28$ repo init -u git@git.enea.com:linux/manifests/el_manifests-standard.git \ 28$ repo init -u git@git.enea.com:linux/manifests/el_manifests-standard.git \
29 -b refs/tags/Enea_Linux_8.1 -m $MACHINE/default.xml 29 -b refs/tags/Enea_Linux_8.2 -m $MACHINE/default.xml
30$ repo sync</programlisting> 30$ repo sync</programlisting>
31 </step> 31 </step>
32 32
@@ -105,7 +105,7 @@ $ cd &lt;build_dir&gt;/tmp/deploy/images/&lt;target&gt;/ # Here are the build b
105 <programlisting>$ mkdir enea-linux 105 <programlisting>$ mkdir enea-linux
106$ cd enea-linux 106$ cd enea-linux
107$ repo init -u git@git.enea.com:linux/manifests/el_manifests-standard.git \ 107$ repo init -u git@git.enea.com:linux/manifests/el_manifests-standard.git \
108 -b refs/tags/Enea_Linux_8.1 -m $MACHINE/default.xml 108 -b refs/tags/Enea_Linux_8.2 -m $MACHINE/default.xml
109$ repo sync</programlisting> 109$ repo sync</programlisting>
110 </step> 110 </step>
111 111
@@ -515,8 +515,8 @@ BBLAYERS ?= " \
515 <para>As a result, <filename>BBLAYERS</filename> shall be extended with 515 <para>As a result, <filename>BBLAYERS</filename> shall be extended with
516 the bsp-layer/s layer for your target and any other additional layer/s. 516 the bsp-layer/s layer for your target and any other additional layer/s.
517 For details on how to do this, see the <ulink 517 For details on how to do this, see the <ulink
518 url="http://www.yoctoproject.org/docs/2.7/dev-manual/dev-manual.html#understanding-and-creating-layers">Yocto 518 url="http://www.yoctoproject.org/docs/3.1/dev-manual/dev-manual.html#understanding-and-creating-layers">Yocto
519 2.7 Dev Manual, section "Understanding and Creating Layers".</ulink> If 519 3.1 Dev Manual, section "Understanding and Creating Layers".</ulink> If
520 needed replace the Yocto version.</para> 520 needed replace the Yocto version.</para>
521 521
522 <para>Layers can be added when you initialize the build environment. The 522 <para>Layers can be added when you initialize the build environment. The
@@ -543,9 +543,9 @@ BBLAYERS ?= " \
543 <title>Adding a Recipe</title> 543 <title>Adding a Recipe</title>
544 544
545 <para>Study the <ulink 545 <para>Study the <ulink
546 url="https://www.yoctoproject.org/docs/2.7/dev-manual/dev-manual.html#new-recipe-single-c-file-package-hello-world">Hello 546 url="https://www.yoctoproject.org/docs/3.1/dev-manual/dev-manual.html#new-recipe-single-c-file-package-hello-world">Hello
547 World recipe</ulink> in the Yocto Project Development Manual. If needed 547 World recipe</ulink> in the Yocto Project Development Manual. If needed
548 replace the example version (2.7) with the Yocto version in your Enea 548 replace the example version (3.1) with the Yocto version in your Enea
549 Linux distribution.</para> 549 Linux distribution.</para>
550 </section> 550 </section>
551 551
@@ -804,8 +804,8 @@ $ devtool runqemu kvm enea-image-standard nographic slirp </programlisting>
804 image in a consistent way, e.g. to install, upgrade, or delete packages 804 image in a consistent way, e.g. to install, upgrade, or delete packages
805 considering the dependencies. The package management systems supported by 805 considering the dependencies. The package management systems supported by
806 Enea Linux are described in this section. More information about PMS can 806 Enea Linux are described in this section. More information about PMS can
807 be found in the Yocto 2.7 document <ulink 807 be found in the Yocto 3.1 document <ulink
808 url="http://www.yoctoproject.org/docs/2.7/mega-manual/mega-manual.html">Yocto 808 url="http://www.yoctoproject.org/docs/3.1/mega-manual/mega-manual.html">Yocto
809 Project Mega Manual</ulink>. If needed replace the Yocto version in the 809 Project Mega Manual</ulink>. If needed replace the Yocto version in the
810 link.</para> 810 link.</para>
811 811