summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>2012-10-13 23:14:22 +0200
committerBernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>2012-10-13 23:14:22 +0200
commit927cb474bd5da98d09ebd6f3b2d042239c9cf350 (patch)
tree46c91faa64f7ceb256dbd1329f0688838b010a9b
parent75b41ca387e839997dcb19b1de674eafa86d8e5c (diff)
downloadmanifest-927cb474bd5da98d09ebd6f3b2d042239c9cf350.tar.gz
nexus7: Use the kernel revision recommended by JBQ
""" 6c1dc2eaffd380710917ec8a61ebfb3da340aff5 is actually a commit on Google's internal server, in the device/asus/grouper project, that isn't available in AOSP. It got cherry-picked across branches, and as part of the cherry-pick the actual SHA-1 for the kernel got lost. The commit for the kernel source (i.e. in kernel/tegra) is 009b6d1 """ Change-Id: I0002560270ac80b2e86724e39050d8695c63ebb3 Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>
-rw-r--r--staging-nexus7.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/staging-nexus7.xml b/staging-nexus7.xml
index e65a4420f..25071a769 100644
--- a/staging-nexus7.xml
+++ b/staging-nexus7.xml
@@ -44,7 +44,7 @@
<!-- project path="kernel" name="kernel/linaro-android" revision="linaro-android-3.2-agreen-rebase" remote="aosp" / -->
<!-- AOSP kernel -->
<!-- Usually comes from android-tegra3-grouper-3.1-jb-fr2 branch -->
- <project path="kernel" name="kernel/tegra" revision="9a76feb41e24a9b89ee50cf243d1d2b6f9393918" remote="aosp-upstream" />
+ <project path="kernel" name="kernel/tegra" revision="009b6d1b2b35a7fac24ec3cd829112e4950feecb" remote="aosp-upstream" />
<!-- AOSP with Linaro additions -->
<!-- Linaro modifications: Made it build with OpenJDK -->