diff options
Diffstat (limited to 'recipes-bsp/u-boot/u-boot_2011.10rc.bb')
-rw-r--r-- | recipes-bsp/u-boot/u-boot_2011.10rc.bb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/recipes-bsp/u-boot/u-boot_2011.10rc.bb b/recipes-bsp/u-boot/u-boot_2011.10rc.bb index 8c3384e6..44ebeb63 100644 --- a/recipes-bsp/u-boot/u-boot_2011.10rc.bb +++ b/recipes-bsp/u-boot/u-boot_2011.10rc.bb | |||
@@ -4,19 +4,19 @@ require u-boot.inc | |||
4 | COMPATIBLE_MACHINE = "beaglebone" | 4 | COMPATIBLE_MACHINE = "beaglebone" |
5 | DEFAULT_PREFERENCE_beaglebone = "99" | 5 | DEFAULT_PREFERENCE_beaglebone = "99" |
6 | PV = "2011.09+git" | 6 | PV = "2011.09+git" |
7 | PR = "r4" | 7 | PR = "r5" |
8 | 8 | ||
9 | # SPL build | 9 | # SPL build |
10 | UBOOT_BINARY = "u-boot.img" | 10 | UBOOT_BINARY = "u-boot.img" |
11 | UBOOT_IMAGE = "u-boot-${MACHINE}-${PV}-${PR}.img" | 11 | UBOOT_IMAGE = "u-boot-${MACHINE}-${PV}-${PR}.img" |
12 | UBOOT_SYMLINK = "u-boot-${MACHINE}.img" | 12 | UBOOT_SYMLINK = "u-boot-${MACHINE}.img" |
13 | 13 | ||
14 | SRC_URI = "git://github.com/joelagnel/u-boot.git;protocol=git;branch=bone-bringup \ | 14 | SRC_URI = "git://github.com/trini/u-boot.git;protocol=git;branch=int_am335xpsp_04.06.00.01-v2011.09-for-sdk-05.03.00.00 \ |
15 | file://2011.09git/0003-am335x_evm-boot-kernel-from-ext2-filesystem.patch \ | 15 | file://2011.09git/0001-am335x_evm-boot-kernel-from-ext2-3-filesystem.patch \ |
16 | file://2011.09git/0001-am335x_evm-reduced-bootdelay-to-1.patch \ | 16 | file://2011.09git/0002-am335x_evm-set-bootdelay-to-0.patch \ |
17 | file://2011.09git/0002-am335x_evm-read-uEnv.txt-instead-of-boot.scr.patch \ | ||
18 | " | 17 | " |
19 | SRCREV = "fb3043c07bc05df83d38bfd2b303f2c9a96779c6" | 18 | |
19 | SRCREV = "456880b203bc44c025c374c98fa327b804a9cf64" | ||
20 | 20 | ||
21 | LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" | 21 | LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" |
22 | 22 | ||