summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrik Ryd <patrik.ryd@linaro.org>2011-08-18 13:21:34 +0200
committerPatrik Ryd <patrik.ryd@linaro.org>2011-08-18 16:05:14 +0200
commitf1d4811ccaf5246c8278096ae1a90928c26cb5a9 (patch)
tree7097ed42943edf9786d0935dbde99c36515fb0d5
parent10e880b80a6344ee11a21a0838926beeb9b393ee (diff)
downloadmanifest-f1d4811ccaf5246c8278096ae1a90928c26cb5a9.tar.gz
Work around for bug #828659.
A new dependecy has been introduced between MLO and Linaro u-boot. The Android builds normally use the master branch of the stable linaro u-boot. This patch will use a older version of u-boot that is known to work with the version of MLO used in the Android build. Change-Id: I7e79f430017c795b8321caabb15b0959cb79aa0c
-rw-r--r--LEB-panda.xml2
-rw-r--r--default.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/LEB-panda.xml b/LEB-panda.xml
index 2406cafad..f9a8e662d 100644
--- a/LEB-panda.xml
+++ b/LEB-panda.xml
@@ -53,7 +53,7 @@
</project>
<project path="kernel" name="people/andygreen/kernel-tilt" revision="tilt-jstultz-linaro-android-3.0" remote="linaro-other" />
- <project path="u-boot" name="boot/u-boot-linaro-stable" revision="master" remote="linaro-other" />
+ <project name="boot/u-boot-linaro-stable" path="u-boot" remote="linaro-other" revision="9a1d882b96a119fe3fffd2be294e82e99b732a06"/>
<project path="packages/apps/0xbench" name="0xbench" revision="master" remote="0xbench" />
<project path="packages/apps/mmtest" name="people/bernhardrosenkranzer/mmtest" revision="master" remote="linaro-other" />
diff --git a/default.xml b/default.xml
index 9f38d52d3..fdcb62f7b 100644
--- a/default.xml
+++ b/default.xml
@@ -53,8 +53,8 @@
</project>
<project path="kernel" name="people/jstultz/android" revision="linaro-android-3.0" remote="linaro-other" />
- <project path="u-boot" name="boot/u-boot-linaro-stable" revision="master" remote="linaro-other" />
-
+ <project name="boot/u-boot-linaro-stable" path="u-boot" remote="linaro-other" revision="9a1d882b96a119fe3fffd2be294e82e99b732a06"/>
+
<project path="packages/apps/0xbench" name="0xbench" revision="master" remote="0xbench" />
<project path="packages/apps/mmtest" name="people/bernhardrosenkranzer/mmtest" revision="master" remote="linaro-other" />