diff --git a/recipes-bsp/u-boot/u-boot-glsdk_2013.01.01.bb b/recipes-bsp/u-boot/u-boot-glsdk_2013.01.01.bb new file mode 100644 index 00000000..d60ef440 --- /dev/null +++ b/recipes-bsp/u-boot/u-boot-glsdk_2013.01.01.bb @@ -0,0 +1,16 @@ +require u-boot-ti.inc + +DESCRIPTION = "u-boot bootloader for TI devices supported by the GLSDK product" + +PR = "r0+gitr${SRCPV}" + +DEFAULT_PREFERENCE = "-1" + +SRC_URI = "git://git.ti.com/glsdk/glsdk-u-boot.git;protocol=git;branch=${BRANCH}" + +BRANCH ?= "master" + +SRCREV = "81836e8cc84bd6523d9a4e187965dcd1633c4bc9" + +SPL_BINARY = "MLO" +SPL_UART_BINARY = "u-boot-spl.bin"