summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-12-09 10:36:25 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2011-12-24 16:19:25 +0100
commita500a970d7e35074adfe36bbc83509015cf33eb2 (patch)
tree05bbe15936afc2e3936fbfa05a9c95c901731522 /recipes-bsp
parent03f4a9211e59eb7e5dd406e683fa1aa320ac78df (diff)
downloadmeta-ti-a500a970d7e35074adfe36bbc83509015cf33eb2.tar.gz
u-boot 2011.12: add 2011.12rc1
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/u-boot/u-boot_2011.12.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot_2011.12.bb b/recipes-bsp/u-boot/u-boot_2011.12.bb
new file mode 100644
index 00000000..50a178d2
--- /dev/null
+++ b/recipes-bsp/u-boot/u-boot_2011.12.bb
@@ -0,0 +1,21 @@
1require u-boot.inc
2
3# SPL build
4UBOOT_BINARY = "u-boot.img"
5UBOOT_IMAGE = "u-boot-${MACHINE}-${PV}-${PR}.img"
6UBOOT_SYMLINK = "u-boot-${MACHINE}.img"
7
8PV = "2011.09+2011.12rc1"
9
10# No patches for other machines yet
11COMPATIBLE_MACHINE = "(beagleboard|pandaboard|hawkboard|am3517-evm|am37x-evm|omap3evm)"
12
13SRC_URI = "git://www.denx.de/git/u-boot.git;protocol=git \
14 file://fw_env.config \
15 "
16
17SRCREV = "d82a27bc5c404da907f71960a3ed2e148ac73fd0"
18
19LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb"
20
21S = "${WORKDIR}/git"