From 11573bda76f132d356fbc1fb37b6471d13a6bcf4 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Mon, 18 Mar 2013 18:05:17 -0400 Subject: u-boot 2011.12: modify multi-machine version for the new .inc file Signed-off-by: Denys Dmytriyenko --- recipes-bsp/u-boot/u-boot_2011.12.bb | 16 +++------------- 1 file 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 @@ -require u-boot.inc +require u-boot-ti.inc -# SPL build -UBOOT_BINARY = "u-boot.img" -UBOOT_IMAGE = "u-boot-${MACHINE}-${PV}-${PR}.img" -UBOOT_SYMLINK = "u-boot-${MACHINE}.img" +SPL_BINARY = "MLO" -PV = "2011.12" PR = "r8" -# No patches for other machines yet -COMPATIBLE_MACHINE = "(beagleboard|pandaboard|hawkboard|am3517-evm|am37x-evm|omap3evm)" +COMPATIBLE_MACHINE = "(beagleboard|pandaboard|am3517-evm|am37x-evm|omap3evm)" # Non-omap4 platforms need outer cache turned on CACHEFIX = "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 \ ${FWENV} \ " - # v2011.12 tag SRCREV = "cba9a894fdb1cb49b60fcd1d1d6919cbd7995dd5" -LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" - -S = "${WORKDIR}/git" - RRECOMMENDS_${PN}_beagleboard = "u-boot-fw-utils" -- cgit v1.2.3-54-g00ecf