summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot_2011.09.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-10-11 10:31:02 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-10-11 10:31:02 +0200
commitb7e2fa7952dc80c93c5cff3fffd54ed067318229 (patch)
tree6bfe4226c9ec4a3662d65fa2b229f2c29c8003ed /recipes-bsp/u-boot/u-boot_2011.09.bb
parent7a45605f91536519a53e6f18dedee5f1f62d88e0 (diff)
downloadmeta-ti-b7e2fa7952dc80c93c5cff3fffd54ed067318229.tar.gz
u-boot 2011.09: switch to proper 2011.09 tag and add support for TCT beaconboard
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-bsp/u-boot/u-boot_2011.09.bb')
-rw-r--r--recipes-bsp/u-boot/u-boot_2011.09.bb11
1 files changed, 4 insertions, 7 deletions
diff --git a/recipes-bsp/u-boot/u-boot_2011.09.bb b/recipes-bsp/u-boot/u-boot_2011.09.bb
index d250f71e..10e02691 100644
--- a/recipes-bsp/u-boot/u-boot_2011.09.bb
+++ b/recipes-bsp/u-boot/u-boot_2011.09.bb
@@ -1,6 +1,6 @@
1require u-boot.inc 1require u-boot.inc
2 2
3PR = "r1" 3PR = "r2"
4 4
5# No patches for other machines yet 5# No patches for other machines yet
6COMPATIBLE_MACHINE = "(beagleboard)" 6COMPATIBLE_MACHINE = "(beagleboard)"
@@ -9,14 +9,11 @@ SRC_URI = "git://www.denx.de/git/u-boot.git;protocol=git \
9 file://2011.09/0001-HACK-beagleboard-config-disable-cache-for-USB.patch \ 9 file://2011.09/0001-HACK-beagleboard-config-disable-cache-for-USB.patch \
10 file://2011.09/0002-beagleboard-config-enable-gpio-command.patch \ 10 file://2011.09/0002-beagleboard-config-enable-gpio-command.patch \
11 file://2011.09/0003-Increased-some-timeout-durations-for-MMC-and-EHCI.patch \ 11 file://2011.09/0003-Increased-some-timeout-durations-for-MMC-and-EHCI.patch \
12 file://2011.09/0001-beagleboard-probe-DDC-bus-for-expansionboard-EEPROMS.patch \ 12 file://2011.09/0001-beagleboard-add-support-for-TCT-Beacon-board.patch \
13 file://fw_env.config \ 13 file://fw_env.config \
14 " 14 "
15# v2011.09 tag -> 6ceb0135f96d73063ffbaab5be7ce23933367388 15
16# The tag below is from the master tree, but 21 patches after. 16SRCREV = "1d5e7fb403257d62f0f2419cb83fdf6b0f02f215"
17# $ git log 6ceb0135f..56fa45d58 | grep commit | wc -l
18# 21
19SRCREV = "56fa45d58116f86f343a9c45ce6d1110f50b8d70"
20 17
21LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" 18LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb"
22 19