summaryrefslogtreecommitdiff
path: root/android/images/armv8-juice-fvp-lsk/HOWTO_getsourceandbuild.txt
diff options
context:
space:
mode:
Diffstat (limited to 'android/images/armv8-juice-fvp-lsk/HOWTO_getsourceandbuild.txt')
-rw-r--r--android/images/armv8-juice-fvp-lsk/HOWTO_getsourceandbuild.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/images/armv8-juice-fvp-lsk/HOWTO_getsourceandbuild.txt b/android/images/armv8-juice-fvp-lsk/HOWTO_getsourceandbuild.txt
index 8d83c3f..ec02b11 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-15.02-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-15.03-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>