From 7702f0a06d3f04dbd79d359c36c4cd9b0c2e2dec Mon Sep 17 00:00:00 2001 From: Adrian Stratulat Date: Fri, 20 Nov 2020 18:51:01 +0100 Subject: Release number update Change-Id: Icd2356a7fd76761ace44ead9002153469dd94704 Signed-off-by: Adrian Stratulat --- .../doc/eltf_params_updated.xml | 10 +++++----- .../doc/prerequisites_and_requirements.xml | 2 +- doc/book-enea-linux-user-guide/doc/using_enea_linux.xml | 16 ++++++++-------- 3 files changed, 14 insertions(+), 14 deletions(-) (limited to 'doc/book-enea-linux-user-guide') 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 correct also compared to the "previous" REL VER in pardoc-distro.xml "prev_baseline". - 8.1 + 8.2 - 2.7 + 3.0 - warrior + dunfell http://www.yoctoproject.org/downloads + url="downloads.yoctoproject.org/releases/yocto/yocto-3.1/poky-dunfell-23.0.0.tar.bz2">http://www.yoctoproject.org/downloads http://linux.enea.com/EneaLinux8.1 + url="http://linux.enea.com/EneaLinux8.2">http://linux.enea.com/EneaLinux8.2 A programlisting, ID "eltf-repo-cloning-enea-linux". Use $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 Building Enea Linux requires a set of packages to be installed on your Linux development host. The list of required packages is described in the Yocto + url="https://www.yoctoproject.org/docs/3.1/ref-manual/ref-manual.html#required-packages-for-the-host-development-system">Yocto Project reference manual. 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 @@ $ mkdir enea-linux $ cd enea-linux $ repo init -u git@git.enea.com:linux/manifests/el_manifests-standard.git \ - -b refs/tags/Enea_Linux_8.1 -m $MACHINE/default.xml + -b refs/tags/Enea_Linux_8.2 -m $MACHINE/default.xml $ repo sync @@ -105,7 +105,7 @@ $ cd <build_dir>/tmp/deploy/images/<target>/ # Here are the build b $ mkdir enea-linux $ cd enea-linux $ repo init -u git@git.enea.com:linux/manifests/el_manifests-standard.git \ - -b refs/tags/Enea_Linux_8.1 -m $MACHINE/default.xml + -b refs/tags/Enea_Linux_8.2 -m $MACHINE/default.xml $ repo sync @@ -515,8 +515,8 @@ BBLAYERS ?= " \ As a result, BBLAYERS shall be extended with the bsp-layer/s layer for your target and any other additional layer/s. For details on how to do this, see the Yocto - 2.7 Dev Manual, section "Understanding and Creating Layers". If + url="http://www.yoctoproject.org/docs/3.1/dev-manual/dev-manual.html#understanding-and-creating-layers">Yocto + 3.1 Dev Manual, section "Understanding and Creating Layers". If needed replace the Yocto version. Layers can be added when you initialize the build environment. The @@ -543,9 +543,9 @@ BBLAYERS ?= " \ Adding a Recipe Study the Hello + url="https://www.yoctoproject.org/docs/3.1/dev-manual/dev-manual.html#new-recipe-single-c-file-package-hello-world">Hello World recipe in the Yocto Project Development Manual. If needed - replace the example version (2.7) with the Yocto version in your Enea + replace the example version (3.1) with the Yocto version in your Enea Linux distribution. @@ -804,8 +804,8 @@ $ devtool runqemu kvm enea-image-standard nographic slirp image in a consistent way, e.g. to install, upgrade, or delete packages considering the dependencies. The package management systems supported by Enea Linux are described in this section. More information about PMS can - be found in the Yocto 2.7 document Yocto + be found in the Yocto 3.1 document Yocto Project Mega Manual. If needed replace the Yocto version in the link. -- cgit v1.2.3-54-g00ecf