summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2013-03-18 18:03:30 -0400
committerDenys Dmytriyenko <denys@ti.com>2013-03-25 20:40:19 -0400
commit597e23588ad4b38bd35e7b0f7427a55d43c22939 (patch)
tree67cba2e3a311b7d32d2512d141c2827bd3aaec37
parent61dee71e3a758de74ed4991578b6f67a3b0ea817 (diff)
downloadmeta-ti-597e23588ad4b38bd35e7b0f7427a55d43c22939.tar.gz
u-boot 2011.09-psp: remove an older no longer used version
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/u-boot/u-boot_2011.09-psp04.06.00.08.bb29
1 files changed, 0 insertions, 29 deletions
diff --git a/recipes-bsp/u-boot/u-boot_2011.09-psp04.06.00.08.bb b/recipes-bsp/u-boot/u-boot_2011.09-psp04.06.00.08.bb
deleted file mode 100644
index 1bd4b9ec..00000000
--- a/recipes-bsp/u-boot/u-boot_2011.09-psp04.06.00.08.bb
+++ /dev/null
@@ -1,29 +0,0 @@
1# Use the version of u-boot.inc in oe-core not the meta-ti version
2require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc
3
4DESCRIPTION = "u-boot bootloader for ARM MPU devices"
5LICENSE = "GPLv2+"
6LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb"
7
8COMPATIBLE_MACHINE = "ti33x|omap3"
9
10DEFAULT_PREFERENCE = "-1"
11
12PACKAGE_ARCH = "${MACHINE_ARCH}"
13
14PR = "r0+gitr${SRCPV}"
15
16SRC_URI = "git://arago-project.org/git/projects/u-boot-am33x.git;protocol=git;branch=${BRANCH}"
17
18BRANCH = "AM335XPSP_04.06.00.08"
19
20# Lock to the commit corresponding to TAG:
21# v2011.09_AM335xPSP_04.06.00.08
22SRCREV = "1e4626f0d5f3bb04ec974e76a5d9029875269d31"
23
24S = "${WORKDIR}/git"
25
26UBOOT_SUFFIX = "img"
27
28# Set the name of the SPL that will built so that it is also packaged with u-boot.
29SPL_BINARY = "MLO"