summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2016-12-03 23:02:34 +0800
committerYongqin Liu <yongqin.liu@linaro.org>2016-12-03 23:02:34 +0800
commitff1d1fba04dfb174baacff781352ffb25aa0364d (patch)
tree98a4831335d4c9ff6d51530903db4b327b45b3a0
parent532c94efc53cdb031e244d111da263ac6f15b942 (diff)
downloadmanifest-ff1d1fba04dfb174baacff781352ffb25aa0364d.tar.gz
x15.xml: add kernel source and uboot source for x15
Change-Id: If3f84706f42e16e76537df044cf16d42454ea08a Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
-rw-r--r--x15.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/x15.xml b/x15.xml
index 401278814..5f7262fbc 100644
--- a/x15.xml
+++ b/x15.xml
@@ -1,9 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
+ <!-- TI repositories -->
+ <remote name="git-ti-mirror" fetch="git://git.ti.com/" />
+
<project path="device/ti/proprietary-open" name="device/ti/proprietary-open-jacinto" revision="d-nougat-release" remote="linaro-android" groups="device,ti" />
<project path="device/ti/am57xevm" name="device/ti/am57xevm" revision="d-nougat-release" remote="linaro-android" groups="device,ti" />
<project path="hardware/ti/dra7xx" name="hardware/ti/dra7xx" revision="d-nougat-release" remote="linaro-android" groups="device,ti" />
<project path="hardware/ti/ipc" name="hardware/ti/ipc" revision="refs/tags/3.43.00.01" remote="linaro-android" groups="device,ti" />
<project path="hardware/ti/linuxutils" name="hardware/ti/linuxutils" revision="refs/tags/4.11.00.01" remote="linaro-android" groups="device,ti" />
<project path="hardware/ti/dce" name="hardware/ti/dce" revision="refs/tags/3.00.11.00" remote="linaro-android" groups="device,ti" />
+
+ <!--Though not use these for building, include them for investigation in case of problem -->
+ <project path="ti/u-boot" name="android-sdk/u-boot.git" revision="p-ti-u-boot-2016.05" remote="git-ti-mirror" 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-lsk-android-linux-4.4.y" remote="linaro-android" groups="device,ti" />
+
</manifest>