summaryrefslogtreecommitdiff
path: root/landing-panda.xml
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2012-01-12 06:48:25 -0800
committerZach Pfeffer <zach.pfeffer@linaro.org>2012-01-14 20:54:51 -0600
commit81055e1707ef918d434b7c1fcd3a258d3f7e3b65 (patch)
treec9ffd0d4334817351d32a8cf9ebb14a7d683ccf7 /landing-panda.xml
parenta03b5c629bafc4908ad434cfdc70972ecd500745 (diff)
manifest: landing-panda: update to support hw codecs
Switch kernel git to omapzoom Switch hardware/ti/omap4xxx project to omapzoom mirror Add hardware/ti/domx project from omapzoom git The revisions are picked from LS27.IS.1_IcecreamSandwich release from omapzoom Change-Id: I3292f704ef2df048c1212b5980888ca646569e59 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
Diffstat (limited to 'landing-panda.xml')
-rw-r--r--landing-panda.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/landing-panda.xml b/landing-panda.xml
index a58f42c..7f6f864 100644
--- a/landing-panda.xml
+++ b/landing-panda.xml
@@ -10,6 +10,8 @@
fetch="git://git.linaro.org/" />
<remote name="0xbench"
fetch="git://gitorious.org/0xbench/" />
+ <remote name="omapzoom"
+ fetch="git://git.omapzoom.org" />
<default revision="refs/tags/android-4.0.3_r1"
remote="aosp"
sync-j="4" />
@@ -32,15 +34,18 @@
<project path="external/powertop" name="platform/external/powertop" revision="linaro"/>
<project path="external/ncurses" name="platform/external/ncurses" revision="linaro"/>
<project path="external/libnl" name="platform/external/libnl" revision="linaro"/>
+ <project path="hardware/ti/omap4xxx" name="platform/hardware/ti/omap4xxx-omapzoom" revision="linaro_android_4.0.3" />
<!-- Make sure only one of the kernels is enabled! -->
<!-- Linaro kernel -->
<!--project path="kernel" name="people/andygreen/repo-branch-archive" revision="tilt-android-tracking" remote="linaro-other" /-->
<!-- AOSP kernel -->
- <project path="kernel" name="kernel/omap" revision="linaro-android-omap-panda-3.0" >
+ <project path="kernel" name="kernel/omap-omapzoom" revision="linaro_android_4.0.3" >
<!-- We copy the defconfig over so we can use the same name as w/ the Linaro kernel -->
<copyfile src="arch/arm/configs/panda_defconfig" dest="kernel/arch/arm/configs/android_omap4_defconfig" />
</project>
+ <project path="hardware/ti/domx" name="platform/hardware/ti/domx" remote="omapzoom" revision="de6a50ad976304e8b32843edf3eee2d4e3ac9a89" />
+
<!-- AOSP with Linaro additions -->
<project path="build" name="platform/build" revision="linaro_android_4.0.3">
<copyfile src="core/root.mk" dest="Makefile" />
@@ -55,7 +60,6 @@
<project path="hardware/libhardware" name="platform/hardware/libhardware" revision="linaro_android_4.0.3" />
<project path="system/core" name="platform/system/core" revision="linaro_android_4.0.3" />
<project path="frameworks/compile/slang" name="platform/frameworks/compile/slang" revision="linaro_android_4.0.3" />
- <project path="hardware/ti/omap4xxx" name="platform/hardware/ti/omap4xxx" revision="linaro_android_4.0.3" />
<project path="system/vold" name="platform/system/vold" revision="linaro_android_4.0.3"/>
<project path="bionic" name="platform/bionic" revision="linaro_android_4.0.3"/>
<project path="external/srec" name="platform/external/srec" revision="linaro_android_4.0.3"/>