]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/meta-ti-glsdk.git/blob - recipes-bsp/u-boot/u-boot_2011.12.bb
u-boot 2011.12: add 2011.12rc1
[glsdk/meta-ti-glsdk.git] / recipes-bsp / u-boot / u-boot_2011.12.bb
1 require u-boot.inc
3 # SPL build
4 UBOOT_BINARY = "u-boot.img"
5 UBOOT_IMAGE = "u-boot-${MACHINE}-${PV}-${PR}.img"
6 UBOOT_SYMLINK = "u-boot-${MACHINE}.img"
8 PV = "2011.09+2011.12rc1"
10 # No patches for other machines yet
11 COMPATIBLE_MACHINE = "(beagleboard|pandaboard|hawkboard|am3517-evm|am37x-evm|omap3evm)"
13 SRC_URI = "git://www.denx.de/git/u-boot.git;protocol=git \
14            file://fw_env.config \
15           "
17 SRCREV = "d82a27bc5c404da907f71960a3ed2e148ac73fd0"
19 LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb"
21 S = "${WORKDIR}/git"