From a500a970d7e35074adfe36bbc83509015cf33eb2 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Fri, 9 Dec 2011 10:36:25 +0100 Subject: [PATCH] u-boot 2011.12: add 2011.12rc1 Signed-off-by: Koen Kooi --- recipes-bsp/u-boot/u-boot_2011.12.bb | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 recipes-bsp/u-boot/u-boot_2011.12.bb 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 0000000..50a178d --- /dev/null +++ b/recipes-bsp/u-boot/u-boot_2011.12.bb @@ -0,0 +1,21 @@ +require u-boot.inc + +# SPL build +UBOOT_BINARY = "u-boot.img" +UBOOT_IMAGE = "u-boot-${MACHINE}-${PV}-${PR}.img" +UBOOT_SYMLINK = "u-boot-${MACHINE}.img" + +PV = "2011.09+2011.12rc1" + +# No patches for other machines yet +COMPATIBLE_MACHINE = "(beagleboard|pandaboard|hawkboard|am3517-evm|am37x-evm|omap3evm)" + +SRC_URI = "git://www.denx.de/git/u-boot.git;protocol=git \ + file://fw_env.config \ + " + +SRCREV = "d82a27bc5c404da907f71960a3ed2e148ac73fd0" + +LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" + +S = "${WORKDIR}/git" -- 2.39.2