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-09 11:25:19 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-10-09 11:25:19 +0200
commitb4cbf191d20c503d5ded35cfc932a9937e8aea63 (patch)
tree6b94f7e4842f9e622f0698c05aa99043aa23e7a3 /recipes-bsp/u-boot/u-boot_2011.10rc.bb
parentd07130da01cec99b3e8e87e07bd200a0e36e32b8 (diff)
downloadmeta-ti-b4cbf191d20c503d5ded35cfc932a9937e8aea63.tar.gz
u-boot 2011.09+git: Add Jasons patches to clean up default environment for beaglebone
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.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot_2011.10rc.bb b/recipes-bsp/u-boot/u-boot_2011.10rc.bb
index 9aebb1bc..5607bd67 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 = "r2" 7PR = "r3"
8 8
9# SPL build 9# SPL build
10UBOOT_BINARY = "u-boot.img" 10UBOOT_BINARY = "u-boot.img"
@@ -13,6 +13,10 @@ UBOOT_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://0001-am335x-evm-hack-in-ethernet-rmii-clock.patch \
16 file://0002-am335x_evm-reduced-bootdelay-to-0.patch \
17 file://0003-am335x_evm-boot-kernel-from-ext2-filesystem.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 \
16 " 20 "
17SRCREV = "d643e691ab2055ef64f73dd70300a73e0443d1ef" 21SRCREV = "d643e691ab2055ef64f73dd70300a73e0443d1ef"
18 22