From c82bcd19226f7aad3f760f183d969917986c5e2e Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Wed, 30 Jul 2014 05:53:36 +0000 Subject: [PATCH] u-boot-ti-staging: add TI staging version of u-boot 2014.07 Mainline version of 2014.07 will be pushed to mainline OE-Core soon. Signed-off-by: Denys Dmytriyenko Acked-by: Franklin Cooper Jr. --- .../u-boot/u-boot-ti-staging_2014.07.bb | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 recipes-bsp/u-boot/u-boot-ti-staging_2014.07.bb diff --git a/recipes-bsp/u-boot/u-boot-ti-staging_2014.07.bb b/recipes-bsp/u-boot/u-boot-ti-staging_2014.07.bb new file mode 100644 index 00000000..d9c37872 --- /dev/null +++ b/recipes-bsp/u-boot/u-boot-ti-staging_2014.07.bb @@ -0,0 +1,21 @@ +require u-boot-ti.inc + +# u-boot needs devtree compiler to parse dts files +DEPENDS += "dtc-native" + +DESCRIPTION = "u-boot bootloader for TI devices" + +LIC_FILES_CHKSUM = "file://Licenses/README;md5=025bf9f768cbcb1a165dbe1a110babfb" + +PV = "2014.07" +PR = "r0+gitr${SRCPV}" + +SRC_URI = "git://git.ti.com/ti-u-boot/ti-u-boot.git;protocol=git;branch=${BRANCH}" + +BRANCH ?= "ti-u-boot-2014.07" + +# Corresponds to tag ti2014.07 +SRCREV = "053adddee4c97315059e08d4b3f5ebd264ed295f" + +SPL_BINARY = "MLO" +SPL_UART_BINARY = "u-boot-spl.bin"