summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot_2011.10rc.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-10-12 11:01:16 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-10-12 11:01:16 +0200
commitcaae2e5a8fe057de9c48bb1da783a72dc6ddabaf (patch)
tree12114bc1bb11af6537f42c96073346969e3a319b /recipes-bsp/u-boot/u-boot_2011.10rc.bb
parent79f827a9669e6849b294712b4e727d419b24df8c (diff)
downloadmeta-ti-caae2e5a8fe057de9c48bb1da783a72dc6ddabaf.tar.gz
u-boot 2011.10rc: update to latest Joel, rebase Jasons patches
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-bsp/u-boot/u-boot_2011.10rc.bb')
-rw-r--r--recipes-bsp/u-boot/u-boot_2011.10rc.bb12
1 files changed, 5 insertions, 7 deletions
diff --git a/recipes-bsp/u-boot/u-boot_2011.10rc.bb b/recipes-bsp/u-boot/u-boot_2011.10rc.bb
index 5607bd67..8c3384e6 100644
--- a/recipes-bsp/u-boot/u-boot_2011.10rc.bb
+++ b/recipes-bsp/u-boot/u-boot_2011.10rc.bb
@@ -4,7 +4,7 @@ require u-boot.inc
4COMPATIBLE_MACHINE = "beaglebone" 4COMPATIBLE_MACHINE = "beaglebone"
5DEFAULT_PREFERENCE_beaglebone = "99" 5DEFAULT_PREFERENCE_beaglebone = "99"
6PV = "2011.09+git" 6PV = "2011.09+git"
7PR = "r3" 7PR = "r4"
8 8
9# SPL build 9# SPL build
10UBOOT_BINARY = "u-boot.img" 10UBOOT_BINARY = "u-boot.img"
@@ -12,13 +12,11 @@ UBOOT_IMAGE = "u-boot-${MACHINE}-${PV}-${PR}.img"
12UBOOT_SYMLINK = "u-boot-${MACHINE}.img" 12UBOOT_SYMLINK = "u-boot-${MACHINE}.img"
13 13
14SRC_URI = "git://github.com/joelagnel/u-boot.git;protocol=git;branch=bone-bringup \ 14SRC_URI = "git://github.com/joelagnel/u-boot.git;protocol=git;branch=bone-bringup \
15 file://0001-am335x-evm-hack-in-ethernet-rmii-clock.patch \ 15 file://2011.09git/0003-am335x_evm-boot-kernel-from-ext2-filesystem.patch \
16 file://0002-am335x_evm-reduced-bootdelay-to-0.patch \ 16 file://2011.09git/0001-am335x_evm-reduced-bootdelay-to-1.patch \
17 file://0003-am335x_evm-boot-kernel-from-ext2-filesystem.patch \ 17 file://2011.09git/0002-am335x_evm-read-uEnv.txt-instead-of-boot.scr.patch \
18 file://0004-am335x_evm-read-uEnv.txt-instead-of-boot.scr.patch \
19 file://0005-am335x_evm-remove-redundant-attempt-to-load-uImage.patch \
20 " 18 "
21SRCREV = "d643e691ab2055ef64f73dd70300a73e0443d1ef" 19SRCREV = "fb3043c07bc05df83d38bfd2b303f2c9a96779c6"
22 20
23LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" 21LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb"
24 22