summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Stratulat <adrian.stratulat@enea.com>2020-11-20 18:51:01 +0100
committerAdrian Stratulat <adrian.stratulat@enea.com>2020-11-20 19:38:53 +0100
commit7702f0a06d3f04dbd79d359c36c4cd9b0c2e2dec (patch)
treeb5a1c20ad9665f5602cb96758a8f1931ab8c1c97
parentfebde8ba87362a282916f2c61aed17de96717975 (diff)
downloadel_releases-standard-7702f0a06d3f04dbd79d359c36c4cd9b0c2e2dec.tar.gz
Release number update
Change-Id: Icd2356a7fd76761ace44ead9002153469dd94704 Signed-off-by: Adrian Stratulat <adrian.stratulat@enea.com>
-rw-r--r--doc/book-enea-linux-release-info/doc/about_release.xml4
-rw-r--r--doc/book-enea-linux-release-info/doc/eltf_params_updated.xml10
-rw-r--r--doc/book-enea-linux-release-info/doc/main_changes.xml8
-rw-r--r--doc/book-enea-linux-release-info/doc/system_requirements.xml6
-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
7 files changed, 28 insertions, 28 deletions
diff --git a/doc/book-enea-linux-release-info/doc/about_release.xml b/doc/book-enea-linux-release-info/doc/about_release.xml
index 2546be1..c64cc7c 100644
--- a/doc/book-enea-linux-release-info/doc/about_release.xml
+++ b/doc/book-enea-linux-release-info/doc/about_release.xml
@@ -32,7 +32,7 @@
32 below:</para> 32 below:</para>
33 33
34 <programlisting>-- Documentation/ 34 <programlisting>-- Documentation/
35 /* Enea Linux 8.1 documentation */ 35 /* Enea Linux 8.2 documentation */
36 -- intel-corei7-64/ 36 -- intel-corei7-64/
37 /* artifacts for the reference machine */ 37 /* artifacts for the reference machine */
38 -- rpm/ 38 -- rpm/
@@ -51,7 +51,7 @@
51 /* Extensible SDK related artifacts including SDK installer and 51 /* Extensible SDK related artifacts including SDK installer and
52 manifest, self-extracting archive installing cross-compilation 52 manifest, self-extracting archive installing cross-compilation
53 toolchain for the platform */ 53 toolchain for the platform */
54 -- x86_64-buildtools-nativesdk-standalone-8.1.sh 54 -- x86_64-buildtools-nativesdk-standalone-8.2.sh
55 /* self-extracting archive installing additional tools 55 /* self-extracting archive installing additional tools
56 for the host machine */ 56 for the host machine */
57 -- raspberrypi3-64/ 57 -- raspberrypi3-64/
diff --git a/doc/book-enea-linux-release-info/doc/eltf_params_updated.xml b/doc/book-enea-linux-release-info/doc/eltf_params_updated.xml
index d93a216..c95c8ba 100644
--- a/doc/book-enea-linux-release-info/doc/eltf_params_updated.xml
+++ b/doc/book-enea-linux-release-info/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.1</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://www.yoctoproject.org/downloads">http://www.yoctoproject.org/downloads</ulink></para> 52 url="http://www.yoctoproject.org/downloads">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/EneaLinux7.0">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
@@ -61,7 +61,7 @@ export PATH=~/bin:$PATH</programlisting></para>
61 <para id="eltf-repo-cloning-enea-linux"><programlisting>mkdir enea-linux 61 <para id="eltf-repo-cloning-enea-linux"><programlisting>mkdir enea-linux
62cd enea-linux 62cd enea-linux
63repo init -u git@git.enea.com:linux/manifests/el_manifests-standard.git \ 63repo init -u git@git.enea.com:linux/manifests/el_manifests-standard.git \
64 -b refs/tags/Enea_Linux_8.1 -m $MACHINE/default.xml 64 -b refs/tags/Enea_Linux_8.2 -m $MACHINE/default.xml
65repo sync</programlisting></para> 65repo sync</programlisting></para>
66 66
67 <bridgehead>A table with ONE row, only the row with ID 67 <bridgehead>A table with ONE row, only the row with ID
diff --git a/doc/book-enea-linux-release-info/doc/main_changes.xml b/doc/book-enea-linux-release-info/doc/main_changes.xml
index beda2b4..c8cda29 100644
--- a/doc/book-enea-linux-release-info/doc/main_changes.xml
+++ b/doc/book-enea-linux-release-info/doc/main_changes.xml
@@ -47,13 +47,13 @@
47 previous Enea Linux release:</para> 47 previous Enea Linux release:</para>
48 <itemizedlist spacing="compact"> 48 <itemizedlist spacing="compact">
49 <listitem> 49 <listitem>
50 <para><ulink url="https://lists.yoctoproject.org/pipermail/yocto-announce/2018-November/000147.html"> 50 <para><ulink url="https://www.yoctoproject.org/pipermail/yocto/2019-October/047111.html">
51 Yocto Project 2.6 (thud)</ulink> 51 Yocto Project 3.0 (zeus)</ulink>
52 </para> 52 </para>
53 </listitem> 53 </listitem>
54 <listitem> 54 <listitem>
55 <para><ulink url="https://lists.yoctoproject.org/pipermail/yocto-announce/2019-May/000158.html"> 55 <para><ulink url="https://lists.yoctoproject.org/g/yocto/message/49201">
56 Yocto Project 2.7 (warrior)</ulink> 56 Yocto Project 3.1 (dunfell)</ulink>
57 </para> 57 </para>
58 </listitem> 58 </listitem>
59 </itemizedlist> 59 </itemizedlist>
diff --git a/doc/book-enea-linux-release-info/doc/system_requirements.xml b/doc/book-enea-linux-release-info/doc/system_requirements.xml
index ce95664..0514260 100644
--- a/doc/book-enea-linux-release-info/doc/system_requirements.xml
+++ b/doc/book-enea-linux-release-info/doc/system_requirements.xml
@@ -8,11 +8,11 @@
8 building of Linux images via the Yocto system, and not just 8 building of Linux images via the Yocto system, and not just
9 applications.</para> 9 applications.</para>
10 10
11 <para>Please also see the system requirements in the Yocto 2.7 documents: 11 <para>Please also see the system requirements in the Yocto 3.1 documents:
12 <ulink 12 <ulink
13 url="http://www.yoctoproject.org/docs/2.7/yocto-project-qs/yocto-project-qs.html#yp-resources">Yocto 13 url="http://www.yoctoproject.org/docs/3.1/yocto-project-qs/yocto-project-qs.html#yp-resources">Yocto
14 Project Start</ulink> and the <ulink 14 Project Start</ulink> and the <ulink
15 url="http://www.yoctoproject.org/docs/2.7/ref-manual/ref-manual.html#intro-requirements">Yocto 15 url="http://www.yoctoproject.org/docs/3.1/ref-manual/ref-manual.html#intro-requirements">Yocto
16 Project Reference Manual</ulink>. If needed, replace the Yocto version in 16 Project Reference Manual</ulink>. If needed, replace the Yocto version in
17 the links provided with a more recent version.</para> 17 the links provided with a more recent version.</para>
18 18
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