summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2013-03-18 18:07:53 -0400
committerDenys Dmytriyenko <denys@ti.com>2013-03-18 21:31:33 -0400
commita2f7ef8b645d1c51826b7eecf74634d2a1280cc4 (patch)
treef55d9cb27725c37efd09138f61e92b6c312226c0
parent48673d8784c36184a9e4b3d2c81cfe74d1fa9953 (diff)
downloadmeta-ti-a2f7ef8b645d1c51826b7eecf74634d2a1280cc4.tar.gz
u-boot: modify mainline version to use the new .inc file
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/u-boot/u-boot_2013.01.01.bb9
1 files changed, 1 insertions, 8 deletions
diff --git a/recipes-bsp/u-boot/u-boot_2013.01.01.bb b/recipes-bsp/u-boot/u-boot_2013.01.01.bb
index 4c460cc6..e3da1f31 100644
--- a/recipes-bsp/u-boot/u-boot_2013.01.01.bb
+++ b/recipes-bsp/u-boot/u-boot_2013.01.01.bb
@@ -1,13 +1,9 @@
1require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc 1require u-boot-ti.inc
2 2
3DESCRIPTION = "Mainline u-boot bootloader" 3DESCRIPTION = "Mainline u-boot bootloader"
4LICENSE = "GPLv2+"
5LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb"
6 4
7DEFAULT_PREFERENCE = "-1" 5DEFAULT_PREFERENCE = "-1"
8 6
9PACKAGE_ARCH = "${MACHINE_ARCH}"
10
11PR = "r1" 7PR = "r1"
12 8
13SRC_URI = "git://git.denx.de/u-boot.git;protocol=git;branch=${BRANCH}" 9SRC_URI = "git://git.denx.de/u-boot.git;protocol=git;branch=${BRANCH}"
@@ -16,7 +12,4 @@ BRANCH ?= "u-boot-2013.01.y"
16 12
17SRCREV = "e8ae0fa5edd152b2b29c470b88429be4cdcd2c46" 13SRCREV = "e8ae0fa5edd152b2b29c470b88429be4cdcd2c46"
18 14
19S = "${WORKDIR}/git"
20
21UBOOT_SUFFIX = "img"
22SPL_BINARY = "MLO" 15SPL_BINARY = "MLO"