summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2014-06-24 07:33:32 +0100
committerRyan Harkin <ryan.harkin@linaro.org>2014-06-24 07:33:32 +0100
commitbfb187e4ee10ff352746d3b72108a56eb90a1658 (patch)
tree3d14d15e4c131c4b0bbfc96fa1fa952818a01f68
parent62568fa2a2292e0cabe0e565ef1b40da411e9403 (diff)
14.06: update release dates and filenames
Change-Id: I92bb720cc100bcf99f5372265316a23d0ed6f7b3 Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
-rw-r--r--HACKING.textile6
-rw-r--r--OPENJDK.textile2
-rw-r--r--README.textile4
3 files changed, 6 insertions, 6 deletions
diff --git a/HACKING.textile b/HACKING.textile
index e28583a..581da7d 100644
--- a/HACKING.textile
+++ b/HACKING.textile
@@ -6,7 +6,7 @@ bc. mkdir openembedded
cd openembedded
git clone git://git.linaro.org/openembedded/jenkins-setup.git
cd jenkins-setup
-git checkout release-14.05
+git checkout release-14.06
cd ..
sudo bash jenkins-setup/pre-build-root-install-dependencies.sh
bash jenkins-setup/init-and-build.sh
@@ -48,7 +48,7 @@ h3. Get the Linaro Kernel Source
bc. git clone git://git.linaro.org/kernel/linux-linaro-tracking.git
cd linux-linaro-tracking
-git checkout ll_20140519.0
+git checkout ll_20140617.0
h3. Create a kernel config
@@ -76,7 +76,7 @@ Create the Device Tree blob if you don’t have one in your Linaro image:
bc. make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- dtbs
-Copy the kernel and the DTB file for your model to your fastmodel directory created in the "Binary Installation tab":https://releases.linaro.org/14.05/openembedded/aarch64/#tabs-2.
+Copy the kernel and the DTB file for your model to your fastmodel directory created in the "Binary Installation tab":https://releases.linaro.org/14.06/openembedded/aarch64/#tabs-2.
bc. cp arch/arm64/boot/Image <fastmodel dir>
cp arch/arm64/boot/dts/*.dtb <fastmodel dir>
diff --git a/OPENJDK.textile b/OPENJDK.textile
index 29de86c..b08c160 100644
--- a/OPENJDK.textile
+++ b/OPENJDK.textile
@@ -1,6 +1,6 @@
h1. OpenJDK FCS Release for AArch64
-The 14.05 release of OpenJDK is a fully functional, stable release of OpenJDK. It has been extensively tested using test suites including the "JTREG":http://openjdk.java.net/jtreg/, JCK and "Mauve":http://www.sourceware.org/mauve/ test suites as well as real work applications such as Hadoop, Eclipse and industry standard benchmarks such as SPECjvm2008 and PECjbb2013. There are no known critical failures when used with standard options. There are a number of failures when used with certain non standard options. These failure are detailed below.
+The 14.06 release of OpenJDK is a fully functional, stable release of OpenJDK. It has been extensively tested using test suites including the "JTREG":http://openjdk.java.net/jtreg/, JCK and "Mauve":http://www.sourceware.org/mauve/ test suites as well as real work applications such as Hadoop, Eclipse and industry standard benchmarks such as SPECjvm2008 and PECjbb2013. There are no known critical failures when used with standard options. There are a number of failures when used with certain non standard options. These failure are detailed below.
The release is being made available in two variants:
diff --git a/README.textile b/README.textile
index e06e45e..735ffba 100644
--- a/README.textile
+++ b/README.textile
@@ -1,4 +1,4 @@
-h1. AArch64 OpenEmbedded ARM Fast Models 14.05 Release
+h1. AArch64 OpenEmbedded ARM Fast Models 14.06 Release
The AArch64 Open Embedded Engineering Build for "ARM Fast Models":http://www.arm.com/fvp for ARMv8 is produced, validated and released by Linaro, based on the latest AArch64 open source software from "Tianocore EDK2":http://sourceforge.net/apps/mediawiki/tianocore (UEFI), the "Linux kernel":http://kernel.org, "ARM Trusted Firmware":http://github.com/ARM-software/arm-trusted-firmware and OpenEmbedded. It is produced to enable software development for AArch64 prior to hardware availability, and facilitates development of software that is independent of the specific CPU implementation. This build focuses on availability of new features in order to provide a basis for ongoing and dependent software development.
@@ -17,7 +17,7 @@ This build has been tested to work on the following FVPs:
* FVP_Base_Cortex-A57x4-A53x4
* FVP_Base_Cortex-A57x1-A53x1
-The Foundation_v8 FVP is free to use (download from ARM "http://www.arm.com/fvp":http://www.arm.com/fvp), while the others are licensed from ARM. "More information":https://releases.linaro.org/14.05/openembedded/aarch64/#tabs-4 on these specific FVPs is included with this release documentation.
+The Foundation_v8 FVP is free to use (download from ARM "http://www.arm.com/fvp":http://www.arm.com/fvp), while the others are licensed from ARM. "More information":https://releases.linaro.org/14.06/openembedded/aarch64/#tabs-4 on these specific FVPs is included with this release documentation.
The Base and Foundation FVPs use the following software for boot and runtime firmware services in this engineering build:
* ARM Trusted Firmware provides a reference implementation of secure world software for ARMv8-A, including Exception Level 3 (EL3) software