summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot_2011.10rc.bb
blob: 2cb8271340c21b6e66fadaf23edfb9d9d5f60b15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
require u-boot.inc

# No patches for other machines yet
COMPATIBLE_MACHINE = "(ti33x)"

DEFAULT_PREFERENCE_ti33x = "99"

PV = "2011.09+git"
PR = "r30"

# SPL build
UBOOT_BINARY = "u-boot.img"
UBOOT_IMAGE = "u-boot-${MACHINE}-${PV}-${PR}.img"
UBOOT_SYMLINK = "u-boot-${MACHINE}.img"

SRC_URI = "git://arago-project.org/git/projects/u-boot-am33x.git;protocol=git;branch=master \
           file://2011.09git/0001-am335x_evm-add-option-to-boot-kernel-from-boot-in-ex.patch \
           file://2011.09git/0002-am335x_evm-set-bootdelay-to-1.patch \
           file://2011.09git/0003-am335x-evm-make-MMC-rootfs-RO-on-boot-so-fsck-works.patch \
           file://2011.09git/0004-am335x_evm-switch-to-ext4.patch \
           file://2011.09git/0005-am335x-evm-enable-i2c2-pinmux-for-beaglebone.patch \
           file://2011.09git/0006-ext2load-increase-read-speed.patch \
           file://2011.09git/0007-am335x-evm-fix-ext2load-and-specify-partition-for-bo.patch \
           file://2011.09git/0008-am335x-evm-load-uImage-from-boot-instead-of-VFAT.patch \
           file://2011.09git/0009-ext4fs-ls-load-support.patch \
           file://2011.09git/0010-am335x-switch-to-ext4-mode.patch \
           file://0001-config-Always-use-GNU-ld.patch \
          "

SRCREV = "dc52533ccff00a12761f793d66b39e4f6a4a3bba"

LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb"

S = "${WORKDIR}/git"