summaryrefslogtreecommitdiff
path: root/android/images/reference-lcr-vexpress/HOWTO_getsourceandbuild.txt
diff options
context:
space:
mode:
Diffstat (limited to 'android/images/reference-lcr-vexpress/HOWTO_getsourceandbuild.txt')
-rw-r--r--android/images/reference-lcr-vexpress/HOWTO_getsourceandbuild.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/android/images/reference-lcr-vexpress/HOWTO_getsourceandbuild.txt b/android/images/reference-lcr-vexpress/HOWTO_getsourceandbuild.txt
index c158067..97ca5b8 100644
--- a/android/images/reference-lcr-vexpress/HOWTO_getsourceandbuild.txt
+++ b/android/images/reference-lcr-vexpress/HOWTO_getsourceandbuild.txt
@@ -2,19 +2,19 @@ h1. Accessing Source Code
h2. Linaro Android Source Code
-Run the "linaro_android_build_cmds.sh":http://releases.linaro.org/15.05/android/images/reference-lcr-vexpress/linaro_android_build_cmds.sh script, it will download the entire source code for both Android and the kernel and attempt to build it.
+Run the "linaro_android_build_cmds.sh":http://releases.linaro.org/15.06/android/images/reference-lcr-vexpress//linaro_android_build_cmds.sh script, it will download the entire source code for both Android and the kernel and attempt to build it.
The pinned and source manifests can be found here:
-* "Pinned Manifest":http://releases.linaro.org/15.05/android/images/reference-lcr-vexpress/pinned-manifest.xml ("?":https://wiki.linaro.org/Platform/Android/ReproduceABuildExactly)
-* "Source Manifest":http://releases.linaro.org/15.05/android/images/reference-lcr-vexpress//source-manifest.xml
+* "Pinned Manifest":http://releases.linaro.org/15.06/android/images/reference-lcr-vexpress/pinned-manifest.xml ("?":https://wiki.linaro.org/Platform/Android/ReproduceABuildExactly)
+* "Source Manifest":http://releases.linaro.org/15.06/android/images/reference-lcr-vexpress/source-manifest.xml
h2. Compiling Linaro Android RootFS+Kernel
The following simple steps download, install and compile a complete Linaro Android distribution
* Download and install Ubuntu 14.04 64 bit or newer ("download":http://www.ubuntu.com)
-* Download the Android building script for this build from the list of artifacts listed above or "here":http://releases.linaro.org/15.05/android/images/reference-lcr-juno/linaro_android_build_cmds.sh
+* Download the Android building script for this build from the list of artifacts listed above or "here":http://releases.linaro.org/15.06/android/images/reference-lcr-vexpress/linaro_android_build_cmds.sh
* Run the script
@@ -36,4 +36,4 @@ $ linaro_android_build_cmds.sh -t -l <login-id> #Provide login/access ID to clon
If the linaro_android_build_cmds.sh completely, you will find the boot.tar.bz2, system.tar.bz2 and userdata.tar.bz2 3 files
under ./android/out/target/product/vexpress directory, please use these 3 file to bood your board.
-You can reference to the "Binary Image Installation"::http://releases.linaro.org/15.05/android/images/reference-lcr-vexpress#tabs-2 tab for detail instructions.
+You can reference to the "Binary Image Installation"::http://releases.linaro.org/15.06/android/images/reference-lcr-vexpress/#tabs-2 tab for detail instructions.