summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2023-12-20 15:50:06 +0800
committerYongqin Liu <yongqin.liu@linaro.org>2023-12-20 15:50:38 +0800
commit7f4bc85e4a5db9785eed8a06724a6bf14e3898ba (patch)
tree308e973cc1806b79ef0bf52d4e9f10e5e86964f8
parent41d19d443f6df06d5b89b384a70e87325a4f7aef (diff)
downloadmanifest-linaro-lkft-tuxsuite.tar.gz
default.xml: drop the use of aosp sitelinaro-lkft-tuxsuite
with the use of android-git.linaro.org Change-Id: Ibb59bee85f4ae4d3186f30985fd617d8948bdbfd Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
-rw-r--r--default.xml11
1 files changed, 4 insertions, 7 deletions
diff --git a/default.xml b/default.xml
index 2635e3b..9226d79 100644
--- a/default.xml
+++ b/default.xml
@@ -3,14 +3,11 @@
<!-- Linaro Repositories -->
<remote name="linaro-android" fetch="https://android-git.linaro.org/git/" review="android-review.linaro.org" />
- <remote name="linaro-aosp" fetch="https://android.googlesource.com/" />
- <!--
- <default revision="master-kernel-build-2021" remote="aosp" sync-j="4" />
--->
+
<!-- necessary host side binary tools -->
- <project path="prebuilts/build-tools" name="platform/prebuilts/build-tools" revision="master" clone-depth="1" remote="linaro-aosp" />
- <project path="prebuilts/kernel-build-tools" name="kernel/prebuilts/build-tools" revision="master" clone-depth="1" remote="linaro-aosp" />
- <project path="tools/mkbootimg" name="platform/system/tools/mkbootimg" revision="master" remote="linaro-aosp" />
+ <project path="prebuilts/build-tools" name="platform/prebuilts/build-tools" revision="master" clone-depth="1" remote="linaro-android" />
+ <project path="prebuilts/kernel-build-tools" name="kernel/prebuilts/build-tools" revision="master" clone-depth="1" remote="linaro-android" />
+ <project path="tools/mkbootimg" name="platform/system/tools/mkbootimg" revision="master" remote="linaro-android" />
<!-- linaro repositories -->
<project path="prebuilts/linaro-prebuilts" name="platform/prebuilts/linaro-prebuilts" remote="linaro-android" revision="master" clone-depth="1" />