summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>2011-11-20 10:19:49 +0059
committerBernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>2011-11-20 10:19:49 +0059
commit8379048b029917fb0d0408e94421de8fde487384 (patch)
tree5ce38345200fd28c71017e0326271558de64d2e0
parent49c9c1bc86d87e2814f5e41a7f48cc8eb593fd0b (diff)
downloadmanifest-8379048b029917fb0d0408e94421de8fde487384.tar.gz
Add AOSP kernel and switching mechanism, use AOSP kernel for now
Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>
-rw-r--r--staging-panda.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/staging-panda.xml b/staging-panda.xml
index c02d6a7f0..e17fa66d7 100644
--- a/staging-panda.xml
+++ b/staging-panda.xml
@@ -14,8 +14,15 @@
<!-- Linaro extras -->
<project path="device/linaro/common" name="device/linaro/common" revision="linaro_android_4.0.1" />
<project path="device/linaro/pandaboard" name="device/linaro/pandaboard" revision="linaro_android_4.0.1" />
- <project path="kernel" name="people/andygreen/repo-branch-archive" revision="tilt-linaro-android-3.0" remote="linaro-other" />
<project path="u-boot" name="boot/u-boot-linaro-stable" revision="master" remote="linaro-other" />
+ <!-- Make sure only one of the kernels is enabled! -->
+ <!-- Linaro kernel -->
+ <!-- project path="kernel" name="people/andygreen/repo-branch-archive" revision="tilt-linaro-android-3.0" remote="linaro-other" / -->
+ <!-- AOSP kernel -->
+ <project path="kernel" name="kernel/omap" revision="android-omap-panda-3.0">
+ <!-- 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>
<!-- AOSP with Linaro additions -->
<project path="build" name="platform/build" revision="linaro_android_4.0.1">