From 64ff76ce4ef47e64ebda278c8c00ba286ad3b037 Mon Sep 17 00:00:00 2001 From: Adrian Mangeac Date: Tue, 15 Oct 2019 23:54:15 +0200 Subject: Update the OSR and release info Change-Id: I23ba8fce1c360d45ab45559135ec29731e7a60b0 Signed-off-by: Adrian Mangeac --- .../doc/about_release.xml | 43 +++++++++--- .../doc/eltf_params_updated.xml | 80 +++++++++++++++++++--- .../doc/main_changes.xml | 2 +- 3 files changed, 105 insertions(+), 20 deletions(-) (limited to 'doc/book-enea-linux-release-info/doc') 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 ad843e7..1fcd235 100644 --- a/doc/book-enea-linux-release-info/doc/about_release.xml +++ b/doc/book-enea-linux-release-info/doc/about_release.xml @@ -32,11 +32,11 @@ below: -- Documentation/ - /* Enea Linux 8 documentation */ + /* Enea Linux 8.1 documentation */ -- intel-corei7-64/ /* artifacts for the reference machine */ - -- deb/ - /* deb packages */ + -- rpm/ + /* rpm packages */ -- images/ -- enea-image-rt /* precompiled artifacts for the platform release image */ @@ -51,23 +51,46 @@ /* Extensible SDK related artifacts including SDK installer and */ /* manifests, self-extracting archive installing cross-compilation toolchain for the platform */ - -- x86_64-buildtools-nativesdk-standalone-8.0.sh + -- x86_64-buildtools-nativesdk-standalone-8.1.sh /* self-extracting archive installing additional tools - for the host machine */ + for the host machine */ + -- raspberrypi3-64/ + /* artifacts for the reference machine */ + -- rpm/ + /* rpm packages */ + -- images/ + -- enea-image-rt + /* precompiled artifacts for the platform release image */ + -- various artifacts (rootfs, kernel, config etc.) + -- enea-image-rt-sdk + /* precompiled artifacts for the development process. The image + contains userspace tools and kernel configurations necessary + for developing, debugging and profiling applications and \ + kernel modules */ + -- various artifacts + -- esdk + /* Extensible SDK related artifacts including SDK installer and */ + /* manifest, self-extracting archive installing cross-compilation + toolchain for the platform */ + -- x86_64-buildtools-nativesdk-standalone-8.1.sh + /* self-extracting archive installing additional tools + for the host machine */ + + The following set of artifacts is available: --bzImage /* kernel image */ --- bzImage-<target>.bin +-- bzImage-<target>-rt.bin /* kernel image, same as above */ -- config-<target>.config /* kernel configuration file */ --- enea-image-rt-<target>.ext4 +-- enea-image-rt-<target>-rt.ext4 /* compressed EXT4 image of the rootfs */ --- enea-image-rt-<target>.tar.gz +-- enea-image-rt-<target>-rt.tar.gz /* tar archive of the image */ --- modules-<target>.tgz +-- modules-<target>-rt.tgz /* external kernel modules */ @@ -75,7 +98,7 @@ Supported Host Environment The following environments have been validated as host environments - for this release of Enea Linux: Ubuntu 16.04 LTS, + for this release of Enea Linux: Ubuntu 18.04 LTS, 64-bit. INFO Below is a complete section with ID 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 2ff775f..bbe3b9a 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 @@ -22,7 +22,7 @@ A programlisting, ID "eltf-prereq-apt-get-commands-host" - # Host Ubuntu 16.04.2 LTS 64bit + # Host Ubuntu 18.04 LTS 64bit sudo apt-get -y update sudo apt-get -y install sed wget subversion git-core coreutils unzip texi2html \ texinfo libsdl1.2-dev docbook-utils fop gawk python-pysqlite2 diffstat \ @@ -42,17 +42,17 @@ export PATH=~/bin:$PATH correct also compared to the "previous" REL VER in pardoc-distro.xml "prev_baseline". - 8 + 8.1 - 2.5 + 2.7 - sumo + warrior http://www.yoctoproject.org/downloads http://linux.enea.com/EneaLinux8.0 + url="http://linux.enea.com/EneaLinux8.1">http://linux.enea.com/EneaLinux8.1 A programlisting, ID "eltf-repo-cloning-enea-linux". Use $MACHINE/default.xml as parameter, where MACHINE is one of the target @@ -61,7 +61,7 @@ export PATH=~/bin:$PATH mkdir enea-linux cd enea-linux repo init -u git@git.enea.com:linux/manifests/el_manifests-rt.git \ - -b refs/tags/Enea_Linux_8.0 -m $MACHINE/default.xml + -b refs/tags/Enea_Linux_RT_8.1 -m $MACHINE/default.xml repo sync A table with ONE row, only the row with ID @@ -132,19 +132,19 @@ repo sync Poky version Git-commit-id: - 51872d3f99e38f9d883ab0a8782ceecb41822fd0 + 6d2e12e79211b31cdf5ea824fb9a8be54ba9a9eb GCC version - 7.3 + 8.3.0 Linux Kernel Version - 4.14 + 4.19 @@ -155,5 +155,67 @@ repo sync + + + MACHINE Information Raspberry Pi 3 + + + + + + + Component + + Description + + + + + + Target official name + + Raspberry Pi 3 + + + + Architecture and Description + + ARM Cortex-A53 (ARMv8) + + + + Link to target datasheet + + Raspberry Pi 3 + Model B+ datasheet + + + + Poky version + + Git-commit-id: 6d2e12e79211b31cdf5ea824fb9a8be54ba9a9eb + + + + GCC version + + 8.3.0 + + + + Linux Kernel Version + + 4.19 + + + + Supported Drivers + + Ethernet, I2C, SPI, PCM/I2S, UART, USB, SD/SDHC/SDXC + + + +
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 5d4b292..84a8db6 100644 --- a/doc/book-enea-linux-release-info/doc/main_changes.xml +++ b/doc/book-enea-linux-release-info/doc/main_changes.xml @@ -28,7 +28,7 @@ - New targets: Intel Xeon D. + New targets: RaspberryPi3-64. -- cgit v1.2.3-54-g00ecf