summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2019-03-21 21:35:34 +0800
committerYongqin Liu <yongqin.liu@linaro.org>2019-03-21 21:35:34 +0800
commit54a685e78d0d7ca3bc4698223f934088427174e0 (patch)
tree6fdfcfe6150333da665a7b6520e4543d49c989a6
parent60378746f7ffd1d59ff61fce971407d185e62c3d (diff)
downloadmanifest-54a685e78d0d7ca3bc4698223f934088427174e0.tar.gz
ti.xml: fix the type on ti group specification
Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org> Change-Id: I2952e86c9b2ac59522f3f88d675056eae8f284d3
-rw-r--r--ti.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/ti.xml b/ti.xml
index 227e5d834..8296ada2a 100644
--- a/ti.xml
+++ b/ti.xml
@@ -14,12 +14,12 @@
<project path="hardware/ti/am57x" name="android/hardware-ti-am57x" remote="git-ti-com" revision="d-pie-core-release" groups="device,ti,beagle_x15" />
<!-- Projects for AM6X -->
- <project path="device/ti/am65xevm" name="android/device-ti-am65xevm" remote="git-ti-com" revision="d-pie-core-release" groups="device,ti.am65x" />
- <project path="device/ti/firmware/atf" name="atf/arm-trusted-firmware.git" remote="git-ti-com" revision="ti-atf" groups="device,ti.am65x" />
- <project path="device/ti/firmware/sysfw" name="processor-firmware/system-firmware-image-gen" remote="git-ti-com" revision="master" groups="device,ti.am65x" />
- <project path="optee/ti-optee-os" name="optee/ti-optee-os" remote="git-ti-com" revision="ti_optee_os" groups="device,ti.am65x" />
- <project path="hardware/ti/am65x" name="android/hardware-ti-am65x" remote="git-ti-com" revision="d-pie-core-release" groups="device,ti.am65x" />
- <project path="vendor/ti/am65x" name="android/vendor-ti-am65x" remote="git-ti-com" revision="d-pie-core-release" groups="device,ti.am65x" />
+ <project path="device/ti/am65xevm" name="android/device-ti-am65xevm" remote="git-ti-com" revision="d-pie-core-release" groups="device,ti,am65x" />
+ <project path="device/ti/firmware/atf" name="atf/arm-trusted-firmware.git" remote="git-ti-com" revision="ti-atf" groups="device,ti,am65x" />
+ <project path="device/ti/firmware/sysfw" name="processor-firmware/system-firmware-image-gen" remote="git-ti-com" revision="master" groups="device,ti,am65x" />
+ <project path="optee/ti-optee-os" name="optee/ti-optee-os" remote="git-ti-com" revision="ti_optee_os" groups="device,ti,am65x" />
+ <project path="hardware/ti/am65x" name="android/hardware-ti-am65x" remote="git-ti-com" revision="d-pie-core-release" groups="device,ti,am65x" />
+ <project path="vendor/ti/am65x" name="android/vendor-ti-am65x" remote="git-ti-com" revision="d-pie-core-release" groups="device,ti,am65x" />
<project path="external/libgbm" name="android/external-libgbm" remote="git-ti-com" revision="d-pie-core-release" groups="device,ti,am65x" />
</manifest>