summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2013-03-18 18:05:17 -0400
committerDenys Dmytriyenko <denys@ti.com>2013-03-25 20:41:01 -0400
commit11573bda76f132d356fbc1fb37b6471d13a6bcf4 (patch)
treea854ded6698520d7c4763f47ed5bbae376ef3cdc
parentae33b7ee8a0a25f937e8a2cb041ae90f8b1c0439 (diff)
downloadmeta-ti-11573bda76f132d356fbc1fb37b6471d13a6bcf4.tar.gz
u-boot 2011.12: modify multi-machine version for the new .inc file
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/u-boot/u-boot_2011.12.bb16
1 files changed, 3 insertions, 13 deletions
diff --git a/recipes-bsp/u-boot/u-boot_2011.12.bb b/recipes-bsp/u-boot/u-boot_2011.12.bb
index 137f5b50..13cb5371 100644
--- a/recipes-bsp/u-boot/u-boot_2011.12.bb
+++ b/recipes-bsp/u-boot/u-boot_2011.12.bb
@@ -1,15 +1,10 @@
1require u-boot.inc 1require u-boot-ti.inc
2 2
3# SPL build 3SPL_BINARY = "MLO"
4UBOOT_BINARY = "u-boot.img"
5UBOOT_IMAGE = "u-boot-${MACHINE}-${PV}-${PR}.img"
6UBOOT_SYMLINK = "u-boot-${MACHINE}.img"
7 4
8PV = "2011.12"
9PR = "r8" 5PR = "r8"
10 6
11# No patches for other machines yet 7COMPATIBLE_MACHINE = "(beagleboard|pandaboard|am3517-evm|am37x-evm|omap3evm)"
12COMPATIBLE_MACHINE = "(beagleboard|pandaboard|hawkboard|am3517-evm|am37x-evm|omap3evm)"
13 8
14# Non-omap4 platforms need outer cache turned on 9# Non-omap4 platforms need outer cache turned on
15CACHEFIX = "file://2011.12/0008-Revert-armv7-disable-L2-cache-in-cleanup_before_linu.patch" 10CACHEFIX = "file://2011.12/0008-Revert-armv7-disable-L2-cache-in-cleanup_before_linu.patch"
@@ -36,12 +31,7 @@ SRC_URI = "git://git.denx.de/u-boot.git;protocol=git \
36 ${FWENV} \ 31 ${FWENV} \
37 " 32 "
38 33
39
40# v2011.12 tag 34# v2011.12 tag
41SRCREV = "cba9a894fdb1cb49b60fcd1d1d6919cbd7995dd5" 35SRCREV = "cba9a894fdb1cb49b60fcd1d1d6919cbd7995dd5"
42 36
43LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb"
44
45S = "${WORKDIR}/git"
46
47RRECOMMENDS_${PN}_beagleboard = "u-boot-fw-utils" 37RRECOMMENDS_${PN}_beagleboard = "u-boot-fw-utils"