summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>2013-02-11 17:53:36 +0100
committerBernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>2013-02-11 17:53:36 +0100
commitaf10ffca4daaed8a0dac4394e27b0d369b8494f8 (patch)
tree2c7da2f0315442dc2d4efa7992c0b2d43781ab6f
parente99134c372a0d4eb3393fcccb25d635da7cf81f2 (diff)
Use prebuilt kernel
Change-Id: Ie69cad26d9ae122cfd3a623572c15e50e1dfc795 Signed-off-by: Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>
-rw-r--r--default.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/default.xml b/default.xml
index 2e9b352..4364fd8 100644
--- a/default.xml
+++ b/default.xml
@@ -11,14 +11,14 @@
remote="aosp"
sync-j="4" />
- <!-- Modified to include the kernel in the build process -->
- <project path="build" name="platform/build" revision="linaro-aosp-master" groups="pdk" >
+ <!-- Pull revision="linaro-aosp-master" if you want to build the kernel from source -->
+ <project path="build" name="platform/build" groups="pdk" >
<copyfile src="core/root.mk" dest="Makefile" />
</project>
- <!-- Pulled in for the Makefiles needed to integrate the kernel build -->
- <project path="device/linaro/common" name="device/linaro/common" revision="linaro-jb" />
+ <!-- Needed if you want to build the kernel from source -->
+ <!-- project path="device/linaro/common" name="device/linaro/common" revision="linaro-jb" / -->
<!-- Pull in the kernel source... -->
- <project path="kernel" name="kernel/omap" revision="linaro-gnexus-4.2.1-with-buildfix" />
+ <!-- project path="kernel" name="kernel/omap" revision="linaro-gnexus-4.2.1-with-buildfix" / -->
<!-- The rest is unmodified AOSP -->
<project path="abi/cpp" name="platform/abi/cpp" groups="pdk" />
<project path="bionic" name="platform/bionic" groups="pdk" />