summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2014-08-26 12:46:00 +0100
committerRyan Harkin <ryan.harkin@linaro.org>2014-08-26 12:46:00 +0100
commitab51929f6c30316cc6924bfe6fee810a11705d20 (patch)
tree9bf34f1e2b5b57856ce67d8410c8fe9bd517dc38
parent8832bfad53aa9c49ce1f9beb25b1b8378af08f7a (diff)
14.08: update date refs
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
-rw-r--r--android/images/armv8-android-fvp-lsk/HOWTO_getsourceandbuild.txt2
-rw-r--r--android/images/armv8-android-fvp-lsk/HOWTO_releasenotes.txt4
-rw-r--r--android/images/armv8-juice-fvp-lsk/HOWTO_getsourceandbuild.txt2
3 files changed, 4 insertions, 4 deletions
diff --git a/android/images/armv8-android-fvp-lsk/HOWTO_getsourceandbuild.txt b/android/images/armv8-android-fvp-lsk/HOWTO_getsourceandbuild.txt
index 05f22ca..b3c1cfd 100644
--- a/android/images/armv8-android-fvp-lsk/HOWTO_getsourceandbuild.txt
+++ b/android/images/armv8-android-fvp-lsk/HOWTO_getsourceandbuild.txt
@@ -9,7 +9,7 @@ h3. Get the source
$ sudo apt-get install gnupg flex bison gperf build-essential zip curl zlib1g-dev libc6-dev lib32ncurses5-dev x11proto-core-dev libx11-dev lib32z1-dev libgl1-mesa-dev g++-multilib mingw32 tofrodos python-markdown libxml2-utils xsltproc openjdk-7-jdk openjdk-7-jre vim-common python-parted python-yaml wget uuid-dev
$ curl "https://android.git.linaro.org/gitweb?p=tools/repo.git;a=blob_plain;f=repo;hb=refs/heads/stable" > repo
$ chmod +x repo
- $ ./repo init -u git://android.git.linaro.org/platform/manifest.git -b linaro-android-14.07-release -m armv8-android-fvp-lsk.xml
+ $ ./repo init -u git://android.git.linaro.org/platform/manifest.git -b linaro-android-14.08-release -m armv8-android-fvp-lsk.xml
$ ./repo sync # this may take some time
</pre>
diff --git a/android/images/armv8-android-fvp-lsk/HOWTO_releasenotes.txt b/android/images/armv8-android-fvp-lsk/HOWTO_releasenotes.txt
index cee738a..6b2d403 100644
--- a/android/images/armv8-android-fvp-lsk/HOWTO_releasenotes.txt
+++ b/android/images/armv8-android-fvp-lsk/HOWTO_releasenotes.txt
@@ -9,9 +9,9 @@ For those with access to the FVPs, this release can be used to examine the inter
The Android AOSP software provided in this release is functionally tested with CTS version 4.4 and the CTS results are shared with members. The BIONIC component is validated with Android BIONIC tests. Android Monkey tests were run for stress testing. Multi-arch support has been validated using examples provided in Android NDK. Detailed CTS results are made available to members seperately through the Juice mailing list.
-The Linaro Android releases for FVP appear monthly. Sources are also made available so you can build your own images (see the "Building from Source tab":https://releases.linaro.org/14.07/android/images/armv8-android-fvp-lsk/#tabs-2). 
+The Linaro Android releases for FVP appear monthly. Sources are also made available so you can build your own images (see the "Building from Source tab":https://releases.linaro.org/14.08/android/images/armv8-android-fvp-lsk/#tabs-2). 
-A build for the Juno ARM Development Platform is available "here":http://releases.linaro.org/14.07/android/images/armv8-android-juno-lsk
+A build for the Juno ARM Development Platform is available "here":http://releases.linaro.org/14.08/android/images/armv8-android-juno-lsk
p. Android AOSP Patches - Summary :
diff --git a/android/images/armv8-juice-fvp-lsk/HOWTO_getsourceandbuild.txt b/android/images/armv8-juice-fvp-lsk/HOWTO_getsourceandbuild.txt
index fb2f1f6..47686d1 100644
--- a/android/images/armv8-juice-fvp-lsk/HOWTO_getsourceandbuild.txt
+++ b/android/images/armv8-juice-fvp-lsk/HOWTO_getsourceandbuild.txt
@@ -13,7 +13,7 @@ h3. Get the source
$ sudo apt-get install gnupg flex bison gperf build-essential zip curl zlib1g-dev libc6-dev lib32ncurses5-dev x11proto-core-dev libx11-dev lib32z1-dev libgl1-mesa-dev g++-multilib mingw32 tofrodos python-markdown libxml2-utils xsltproc openjdk-7-jdk openjdk-7-jre vim-common python-parted python-yaml wget uuid-dev
$ curl "https://android.git.linaro.org/gitweb?p=tools/repo.git;a=blob_plain;f=repo;hb=refs/heads/stable" > repo
$ chmod +x repo
- $ ./repo init -u ssh://$USER@linaro-private.git.linaro.org/srv/linaro-private.git.linaro.org/android/manifest.git -b linaro-android-14.07-release -m armv8-juice-lsk.xml
+ $ ./repo init -u ssh://$USER@linaro-private.git.linaro.org/srv/linaro-private.git.linaro.org/android/manifest.git -b linaro-android-14.08-release -m armv8-juice-lsk.xml
$ sed -i "s/linaro-big-little-switcher-bot/$USER/" .repo/manifest.xml
$ ./repo sync # this may take some time
</pre>