diff options
author | Denys Dmytriyenko <denys@ti.com> | 2015-07-27 20:37:35 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2015-07-27 20:37:35 -0400 |
commit | 25bc201f81642c816c241e29db9ace5cb71cfd26 (patch) | |
tree | 3f611e4dd2e33029503830a5a0bfead0d9746cc7 | |
parent | e8491188ccb7b15ec00070360f7773d7e774f3d5 (diff) | |
download | meta-ti-25bc201f81642c816c241e29db9ace5cb71cfd26.tar.gz |
Revert "u-boot-ti-staging: add version 2015.07-rc3"
No plans to support ti-u-boot-2015.07 on daisy
This reverts commit 2bb8a7425c2c53d9ac73ef162cabfe17e45f2781.
-rw-r--r-- | recipes-bsp/u-boot/u-boot-ti-staging_2015.07.bb | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/recipes-bsp/u-boot/u-boot-ti-staging_2015.07.bb b/recipes-bsp/u-boot/u-boot-ti-staging_2015.07.bb deleted file mode 100644 index 10566bb2..00000000 --- a/recipes-bsp/u-boot/u-boot-ti-staging_2015.07.bb +++ /dev/null | |||
@@ -1,20 +0,0 @@ | |||
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=0507cd7da8e7ad6d6701926ec9b84c95" | ||
9 | |||
10 | PR = "r0" | ||
11 | PV_append = "+git${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-2015.07" | ||
16 | |||
17 | SRCREV = "9c6b05cb724e18d1db3f9e1a75b2272572f06fbd" | ||
18 | |||
19 | SPL_BINARY = "MLO" | ||
20 | SPL_UART_BINARY = "u-boot-spl.bin" | ||