summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
-rw-r--r--openembedded/juno-lsk/HACKING.textile2
4 files changed, 5 insertions, 5 deletions
diff --git a/android/images/armv8-android-fvp-lsk/HOWTO_getsourceandbuild.txt b/android/images/armv8-android-fvp-lsk/HOWTO_getsourceandbuild.txt
index b3c1cfd..cec68c7 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.08-release -m armv8-android-fvp-lsk.xml
+ $ ./repo init -u git://android.git.linaro.org/platform/manifest.git -b linaro-android-14.10-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 6b2d403..521cfd2 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.08/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/latest/android/images/armv8-android-fvp-lsk/#tabs-2). 
-A build for the Juno ARM Development Platform is available "here":http://releases.linaro.org/14.08/android/images/armv8-android-juno-lsk
+A build for the Juno ARM Development Platform is available "here":http://releases.linaro.org/latest/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 47686d1..d320ba2 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.08-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.10-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>
diff --git a/openembedded/juno-lsk/HACKING.textile b/openembedded/juno-lsk/HACKING.textile
index 9df0f8f..19f0e40 100644
--- a/openembedded/juno-lsk/HACKING.textile
+++ b/openembedded/juno-lsk/HACKING.textile
@@ -13,7 +13,7 @@ h3. Get the Linaro Kernel Source
bc. git clone https://git.linaro.org/landing-teams/working/arm/kernel-release.git
cd kernel-release
-git checkout lsk-3.10-armlt-juno-20140814
+git checkout lsk-3.10-armlt-juno-20141009
h3. Create a kernel config