summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2014-10-18 09:09:39 +0800
committerYongqin Liu <yongqin.liu@linaro.org>2014-10-18 09:10:41 +0800
commita84b4302f358da372ebbd5da83f9a56136938c4d (patch)
treeb43db5e701bed449b4165f4e2561ff1d286af920
parent9fc8ee4a0f8d70095f6c0b4a0a330630089e9db1 (diff)
downloadfvp-armv8-a84b4302f358da372ebbd5da83f9a56136938c4d.tar.gz
HOWTO_getsourceandbuild.txt: update instructions on how to get source for juno build
since we have make juno build public, so update the instruction for getting source to use android.git.linaro.org instead of linaro-private.git.linaro.org manifest repository Change-Id: I0d44ba6bd98690d4ba1d81ae99af2df951b96450 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
-rw-r--r--howto/armv8-android-fvp-lsk/HOWTO_getsourceandbuild.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/howto/armv8-android-fvp-lsk/HOWTO_getsourceandbuild.txt b/howto/armv8-android-fvp-lsk/HOWTO_getsourceandbuild.txt
index 1a99848..4ae86de 100644
--- a/howto/armv8-android-fvp-lsk/HOWTO_getsourceandbuild.txt
+++ b/howto/armv8-android-fvp-lsk/HOWTO_getsourceandbuild.txt
@@ -16,10 +16,9 @@ You can also download linaro android build script(linaro_android_build_cmds.sh)
h2. Get the source
<pre>
- $ curl "http://android.git.linaro.org/gitweb?p=tools/repo.git;a=blob_plain;f=repo;hb=refs/heads/stable" > repo
+ $ curl "https://android.git.linaro.org/gitweb/tools/repo.git/blob_plain/refs/heads/stable:/repo" >repo
$ chmod +x repo
- $ ./repo init -u ssh://$USER@linaro-private.git.linaro.org/srv/linaro-private.git.linaro.org/android/manifest.git -b armv8-linaro -m baseline_manifest.xml
- $ sed -i "s/linaro-big-little-switcher-bot/$USER/" .repo/manifest.xml
+ $ ./repo init -u git://android.git.linaro.org/platform/manifest.git -b armv8-linaro -m baseline_manifest.xml
$ ./repo sync # this may take some time
</pre>