diff options
author | Denys Dmytriyenko <denys@ti.com> | 2015-05-21 07:56:21 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2015-05-21 11:10:59 -0400 |
commit | e7601086a4db4dbbb93b50251642794314b8e46f (patch) | |
tree | 8edd0a090c1ab1f0569d40ce94c1f2027509500a /recipes-bsp | |
parent | 3fca98cfc0da711c366703daab745d7d65c586f6 (diff) | |
download | meta-ti-e7601086a4db4dbbb93b50251642794314b8e46f.tar.gz |
u-boot: remove unused and upstreamed 2015.01
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/u-boot/u-boot_2015.01.bb | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/recipes-bsp/u-boot/u-boot_2015.01.bb b/recipes-bsp/u-boot/u-boot_2015.01.bb deleted file mode 100644 index ee021074..00000000 --- a/recipes-bsp/u-boot/u-boot_2015.01.bb +++ /dev/null | |||
@@ -1,27 +0,0 @@ | |||
1 | require u-boot-ti.inc | ||
2 | |||
3 | # DEPEND on dtc-native for mainline u-boot because the mainline u-boot depends | ||
4 | # on some of the latest syntax constructs for an appended in dtb used for | ||
5 | # items like secure boot/image signing. | ||
6 | DEPENDS += "dtc-native" | ||
7 | |||
8 | DESCRIPTION = "Mainline u-boot bootloader" | ||
9 | |||
10 | DEFAULT_PREFERENCE = "-1" | ||
11 | |||
12 | LIC_FILES_CHKSUM = "file://Licenses/README;md5=c7383a594871c03da76b3707929d2919" | ||
13 | |||
14 | PV = "2014.10+2015.01-rc4" | ||
15 | |||
16 | SRC_URI = "git://git.denx.de/u-boot.git;protocol=git;branch=${BRANCH}" | ||
17 | |||
18 | BRANCH ?= "master" | ||
19 | |||
20 | # Corresponds to tag v2015.01-rc4 plus more fixes | ||
21 | SRCREV = "b188067f39627d977bb1db67c8456e9aaab90743" | ||
22 | |||
23 | SPL_BINARY = "MLO" | ||
24 | SPL_UART_BINARY = "u-boot-spl.bin" | ||
25 | |||
26 | SPL_BINARY_omapl138 = "" | ||
27 | SPL_UART_BINARY_omapl138 = "" | ||