summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot_2011.06.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-07-11 09:58:59 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-07-11 09:58:59 +0200
commitdd427bc17f20f35342d6db932c372e221d52d648 (patch)
treed94d5b5712a07bb84151efd0eea65b5a1b72b39e /recipes-bsp/u-boot/u-boot_2011.06.bb
parent929521c119079b32b5d3b821c4342110cf386c32 (diff)
downloadmeta-ti-dd427bc17f20f35342d6db932c372e221d52d648.tar.gz
u-boot 2011.06: add tftpboot support for pandaboard
comment out fw-utils, they don't get crosscompiled Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-bsp/u-boot/u-boot_2011.06.bb')
-rw-r--r--recipes-bsp/u-boot/u-boot_2011.06.bb6
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot_2011.06.bb b/recipes-bsp/u-boot/u-boot_2011.06.bb
index 9c227d8f..b5724bfa 100644
--- a/recipes-bsp/u-boot/u-boot_2011.06.bb
+++ b/recipes-bsp/u-boot/u-boot_2011.06.bb
@@ -34,11 +34,17 @@ SRC_URI = "git://www.denx.de/git/u-boot.git;protocol=git \
34 file://2011.06/0028-BeagleBoard-config-make-mtest-run.patch \ 34 file://2011.06/0028-BeagleBoard-config-make-mtest-run.patch \
35 file://2011.06/0029-BeagleBoard-config-increase-command-line-functionali.patch \ 35 file://2011.06/0029-BeagleBoard-config-increase-command-line-functionali.patch \
36 file://2011.06/0030-BeagleBoard-config-add-optargs-buddy-camera.patch \ 36 file://2011.06/0030-BeagleBoard-config-add-optargs-buddy-camera.patch \
37 file://2011.06/0031-omap4-add-support-for-gpios.patch \
38 file://2011.06/0032-omap4-add-support-for-EHCI.patch \
39 file://2011.06/0033-omap4_panda-add-support-for-EHCI.patch \
40 file://2011.06/0034-omap4_panda-adding-support-for-smsc-and-tftp-boot.patch \
41 file://2011.06/0035-omap4_panda-use-uImage.panda-for-tftp.patch \
37 file://fw_env.config \ 42 file://fw_env.config \
38 " 43 "
39# v2011.06 tag -> b1af6f532e0d348b153d5c148369229d24af361a 44# v2011.06 tag -> b1af6f532e0d348b153d5c148369229d24af361a
40SRCREV = "b1af6f532e0d348b153d5c148369229d24af361a" 45SRCREV = "b1af6f532e0d348b153d5c148369229d24af361a"
41PV = "2011.06" 46PV = "2011.06"
47PR = "r1"
42 48
43LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" 49LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb"
44 50