summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2017-10-25 14:24:33 +0800
committerYongqin Liu <yongqin.liu@linaro.org>2017-10-25 14:24:33 +0800
commitfe8f533f55f6683200178d82bfc332e40f28f52a (patch)
treedfd9fa0046bd9b31e4f98e8298e92a7d595d6629
parent0f897b0ebfd7f13c40b7d256a3108b528133ad70 (diff)
downloadmanifest-fe8f533f55f6683200178d82bfc332e40f28f52a.tar.gz
x15.xml: update all to use ti git server
there are some difference between linaro mirror and ti projects. will change back to use linaro mirror after the problem fixed in the future Change-Id: I607dfa9b18fab5bd703e6f777796416c288a7a84 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
-rw-r--r--x15.xml37
1 files changed, 21 insertions, 16 deletions
diff --git a/x15.xml b/x15.xml
index 949579258..af89998d8 100644
--- a/x15.xml
+++ b/x15.xml
@@ -1,25 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<!-- TI repositories -->
- <remote name="git-ti" fetch="http://git.ti.com/git/" />
+ <remote name="omap-mirror"
+ fetch="git://git.omapzoom.org"
+ review="http://review.omapzoom.org" />
- <project path="device/ti/proprietary-open" name="device/ti/proprietary-open" remote="linaro-android" revision="d-oreo-r6-release" groups="ti" />
- <project path="hardware/ti/dra7xx" name="hardware/ti/dra7xx" remote="linaro-android" revision="d-oreo-r6-release" groups="ti" />
- <project path="hardware/ti/wlan" name="hardware/ti/wlan" remote="linaro-android" revision="d-oreo-r6-release" groups="ti" />
+ <remote name="git-ti-com"
+ fetch="git://git.ti.com" />
- <project path="device/ti/am57xevm" name="device/ti/am57xevm" revision="d-oreo-r6-release" remote="linaro-android" groups="device,ti" />
- <project path="device/ti/jacinto6evm" name="device/ti/jacinto6evm" revision="d-oreo-r6-release" remote="linaro-android" groups="device,ti" />
+ <!-- TI addons -->
+ <project path="device/ti/proprietary-open" name="android/device-ti-proprietary-open" remote="git-ti-com" revision="d-oreo-r6-release" groups="ti" />
+ <project path="device/ti/jacinto6evm" name="android/device-ti-jacinto6evm" remote="git-ti-com" revision="d-oreo-r6-release" groups="device,ti" />
+ <project path="device/ti/am57xevm" name="android/device-ti-am57xevm" remote="git-ti-com" revision="d-oreo-r6-release" groups="device,ti" />
- <project path="hardware/ti/ipc" name="hardware/ti/ipc" revision="ipc-next" remote="linaro-android" groups="device,ti" />
- <project path="hardware/ti/linuxutils" name="hardware/ti/linuxutils" revision="lu-next" remote="linaro-android" groups="device,ti" />
- <project path="hardware/ti/dce" name="hardware/ti/dce" revision="master" remote="linaro-android" groups="device,ti" />
+ <!-- TI Connectivity -->
+ <project path="hardware/ti/wlan" name="platform/hardware/ti/wlan" remote="omap-mirror" revision="d-oreo-r6-release" groups="ti" />
- <!-- mirror of http://git.ti.com/android-sdk/u-boot/ -->
- <project path="ti/u-boot" name="android/u-boot.git" revision="p-ti-u-boot-2016.05" remote="git-ti" groups="device,ti" />
- <!--
- Changed to use mirror from android-git.linaro.org instead of
- https://git.ti.com/android-sdk/kernel-omap/commits/p-ti-lsk-android-linux-4.4.y
- -->
- <project path="kernel/ti/x15" name="kernel/omap-omapzoom.git" revision="p-ti-android-linux-4.4.y" remote="linaro-android" groups="device,ti" />
+ <!-- TI MM -->
+ <project path="hardware/ti/dra7xx" name="platform/hardware/ti/dra7xx" remote="omap-mirror" revision="d-oreo-r6-release" groups="ti" />
+ <project path="hardware/ti/ipc" name="ipc/ipcdev" remote="git-ti-com" revision="refs/tags/3.47.00.00" groups="ti" />
+ <project path="hardware/ti/linuxutils" name="ipc/ludev" remote="git-ti-com" revision="lu-next" groups="ti" />
+ <project path="hardware/ti/dce" name="repo/libdce" remote="omap-mirror" revision="refs/tags/3.00.14.00" groups="ti" />
+
+ <!-- http://git.ti.com/cgit/cgit.cgi/android/u-boot.git/log/?h=p-ti-u-boot-2016.05 -->
+ <project path="ti/u-boot" name="android/u-boot.git" revision="p-ti-u-boot-2016.05" remote="git-ti-com" groups="device,ti" />
+ <!-- http://git.ti.com/cgit/cgit.cgi/android/kernel.git/log/?h=p-ti-android-linux-4.4.y -->
+ <project path="kernel/ti/x15" name="android/kernel.git" revision="p-ti-android-linux-4.4.y" remote="git-ti-com" groups="device,ti" />
</manifest>