From edaef4066bb80fc6c02be6dff5fa11e8b114b52d Mon Sep 17 00:00:00 2001 From: Adrian Mangeac Date: Mon, 21 Oct 2019 16:03:59 +0200 Subject: Update with 8.1 related information Change-Id: I440ae0f359839b6f1ac4ead423944ce726f6295c Signed-off-by: Adrian Mangeac --- .../doc/using_enea_linux.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'doc/book-enea-linux-user-guide/doc/using_enea_linux.xml') 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 @@ $ mkdir enea-linux $ cd enea-linux $ repo init -u git@git.enea.com:linux/manifests/el_manifests-rt.git \ - -b refs/tags/Enea_Linux_RT_8.0 -m $MACHINE/default.xml + -b refs/tags/Enea_Linux_RT_8.1 -m $MACHINE/default.xml $ repo sync @@ -110,7 +110,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-rt.git \ - -b refs/tags/Enea_Linux_RT_8.0 -m $MACHINE/default.xml + -b refs/tags/Enea_Linux_RT_8.1 -m $MACHINE/default.xml $ repo sync @@ -278,7 +278,7 @@ label device01 Copy pxelinux.0 and vesamenu.c32 from the build directory, e.g. from - <build_dir>tmp/work/corei7-64-enea-linux/syslinux/6.03-r0/image/usr/share/syslinux/. + <build_dir>tmp/work/corei7-64-enea-linux/syslinux/6.04-pre2-r0/image/usr/share/syslinux/. @@ -415,8 +415,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.5 Dev Manual, section "Understanding and Creating Layers". If + url="http://www.yoctoproject.org/docs/2.7/dev-manual/dev-manual.html#understanding-and-creating-layers">Yocto + 2.7 Dev Manual, section "Understanding and Creating Layers". If needed replace the Yocto version. Layers can be added when you initialize the build environment. The @@ -443,9 +443,9 @@ BBLAYERS ?= " \ Adding a Recipe Study the Hello + url="https://www.yoctoproject.org/docs/2.7/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.5) with the Yocto version in your Enea + replace the example version (2.7) with the Yocto version in your Enea Linux distribution. @@ -695,8 +695,8 @@ $ ./enea-*-toolchain-<version>.sh 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.5 document Yocto + be found in the Yocto 2.7 document Yocto Project Mega Manual. If needed replace the Yocto version in the link. -- cgit v1.2.3-54-g00ecf