diff options
-rw-r--r-- | recipes-bsp/u-boot/u-boot-ti-staging_git.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot-ti-staging_git.bb b/recipes-bsp/u-boot/u-boot-ti-staging_git.bb new file mode 100644 index 00000000..8d96aeed --- /dev/null +++ b/recipes-bsp/u-boot/u-boot-ti-staging_git.bb | |||
@@ -0,0 +1,19 @@ | |||
1 | require u-boot-ti.inc | ||
2 | |||
3 | DESCRIPTION = "u-boot bootloader for TI devices" | ||
4 | |||
5 | LIC_FILES_CHKSUM = "file://Licenses/README;md5=6bc50ecab884fce80cd3ef3da8852b08" | ||
6 | |||
7 | PV = "2013.07+2013.10-rc1" | ||
8 | PR = "r0+gitr${SRCPV}" | ||
9 | |||
10 | DEFAULT_PREFERENCE = "-1" | ||
11 | |||
12 | SRC_URI = "git://git.ti.com/ti-u-boot/ti-u-boot.git;protocol=git;branch=${BRANCH}" | ||
13 | |||
14 | BRANCH ?= "master" | ||
15 | |||
16 | SRCREV = "39bc12ddc36c9e30199471da0f3a929b178a04b2" | ||
17 | |||
18 | SPL_BINARY = "MLO" | ||
19 | SPL_UART_BINARY = "u-boot-spl.bin" | ||