diff options
| author | Denys Dmytriyenko <denys@ti.com> | 2014-07-30 05:53:36 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2014-07-29 20:32:03 -0400 |
| commit | 26e782c71aa9916e259b834c6824d8a0633c58a9 (patch) | |
| tree | 4651eb0637d06404d993f23eb15a1ffc244dfc6d /recipes-bsp | |
| parent | 16179dfab3c5a47d83e5ae33c3446cdad4ba9bfe (diff) | |
| download | meta-ti-26e782c71aa9916e259b834c6824d8a0633c58a9.tar.gz | |
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 <denys@ti.com>
Acked-by: Franklin Cooper Jr. <fcooper@ti.com>
Diffstat (limited to 'recipes-bsp')
| -rw-r--r-- | recipes-bsp/u-boot/u-boot-ti-staging_2014.07.bb | 21 |
1 files changed, 21 insertions, 0 deletions
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 @@ | |||
| 1 | require u-boot-ti.inc | ||
| 2 | |||
| 3 | # u-boot needs devtree compiler to parse dts files | ||
| 4 | DEPENDS += "dtc-native" | ||
| 5 | |||
| 6 | DESCRIPTION = "u-boot bootloader for TI devices" | ||
| 7 | |||
| 8 | LIC_FILES_CHKSUM = "file://Licenses/README;md5=025bf9f768cbcb1a165dbe1a110babfb" | ||
| 9 | |||
| 10 | PV = "2014.07" | ||
| 11 | PR = "r0+gitr${SRCPV}" | ||
| 12 | |||
| 13 | SRC_URI = "git://git.ti.com/ti-u-boot/ti-u-boot.git;protocol=git;branch=${BRANCH}" | ||
| 14 | |||
| 15 | BRANCH ?= "ti-u-boot-2014.07" | ||
| 16 | |||
| 17 | # Corresponds to tag ti2014.07 | ||
| 18 | SRCREV = "053adddee4c97315059e08d4b3f5ebd264ed295f" | ||
| 19 | |||
| 20 | SPL_BINARY = "MLO" | ||
| 21 | SPL_UART_BINARY = "u-boot-spl.bin" | ||
