summaryrefslogtreecommitdiffstats
path: root/doc/book-enea-linux-user-guide
diff options
context:
space:
mode:
Diffstat (limited to 'doc/book-enea-linux-user-guide')
-rw-r--r--doc/book-enea-linux-user-guide/doc/eltf_params_updated.xml10
-rw-r--r--doc/book-enea-linux-user-guide/doc/prerequisites_and_requirements.xml2
-rw-r--r--doc/book-enea-linux-user-guide/doc/using_enea_linux.xml16
3 files changed, 14 insertions, 14 deletions
diff --git a/doc/book-enea-linux-user-guide/doc/eltf_params_updated.xml b/doc/book-enea-linux-user-guide/doc/eltf_params_updated.xml
index b54f530..d7a7018 100644
--- a/doc/book-enea-linux-user-guide/doc/eltf_params_updated.xml
+++ b/doc/book-enea-linux-user-guide/doc/eltf_params_updated.xml
@@ -42,17 +42,17 @@ export PATH=~/bin:$PATH</programlisting></para>
42 correct also compared to the "previous" REL VER in pardoc-distro.xml 42 correct also compared to the "previous" REL VER in pardoc-distro.xml
43 "prev_baseline".</bridgehead> 43 "prev_baseline".</bridgehead>
44 44
45 <para id="EneaLinux_REL_VER"><phrase>8.1</phrase></para> 45 <para id="EneaLinux_REL_VER"><phrase>8.2</phrase></para>
46 46
47 <para id="Yocto_VER"><phrase>2.7</phrase></para> 47 <para id="Yocto_VER"><phrase>3.0</phrase></para>
48 48
49 <para id="Yocto_NAME"><phrase>warrior</phrase></para> 49 <para id="Yocto_NAME"><phrase>dunfell</phrase></para>
50 50
51 <para id="ULINK_YOCTO_PROJECT_DOWNLOAD"><ulink 51 <para id="ULINK_YOCTO_PROJECT_DOWNLOAD"><ulink
52 url="http://downloads.yoctoproject.org/releases/yocto/yocto-2.7/poky-warrior-21.0.0.tar.bz2">http://www.yoctoproject.org/downloads</ulink></para> 52 url="downloads.yoctoproject.org/releases/yocto/yocto-3.1/poky-dunfell-23.0.0.tar.bz2">http://www.yoctoproject.org/downloads</ulink></para>
53 53
54 <para id="ULINK_ENEA_LINUX_URL"><ulink 54 <para id="ULINK_ENEA_LINUX_URL"><ulink
55 url="http://linux.enea.com/EneaLinux8.1">http://linux.enea.com/EneaLinux8.1</ulink></para> 55 url="http://linux.enea.com/EneaLinux8.2">http://linux.enea.com/EneaLinux8.2</ulink></para>
56 56
57 <bridgehead>A programlisting, ID "eltf-repo-cloning-enea-linux". Use 57 <bridgehead>A programlisting, ID "eltf-repo-cloning-enea-linux". Use
58 $MACHINE/default.xml as parameter, where MACHINE is one of the target 58 $MACHINE/default.xml as parameter, where MACHINE is one of the target
diff --git a/doc/book-enea-linux-user-guide/doc/prerequisites_and_requirements.xml b/doc/book-enea-linux-user-guide/doc/prerequisites_and_requirements.xml
index 688145f..b6d6e9e 100644
--- a/doc/book-enea-linux-user-guide/doc/prerequisites_and_requirements.xml
+++ b/doc/book-enea-linux-user-guide/doc/prerequisites_and_requirements.xml
@@ -63,7 +63,7 @@ $ git config --global user.email johndoe@example.com</programlisting>
63 <para>Building Enea Linux requires a set of packages to be installed on 63 <para>Building Enea Linux requires a set of packages to be installed on
64 your Linux development host. The list of required packages is described 64 your Linux development host. The list of required packages is described
65 in the <ulink 65 in the <ulink
66 url="https://www.yoctoproject.org/docs/2.7/ref-manual/ref-manual.html#required-packages-for-the-host-development-system">Yocto 66 url="https://www.yoctoproject.org/docs/3.1/ref-manual/ref-manual.html#required-packages-for-the-host-development-system">Yocto
67 Project reference manual</ulink>.</para> 67 Project reference manual</ulink>.</para>
68 </section> 68 </section>
69 </section> 69 </section>
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