diff options
| author | Denys Dmytriyenko <denys@ti.com> | 2013-03-18 18:07:53 -0400 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2013-03-18 21:31:33 -0400 |
| commit | a2f7ef8b645d1c51826b7eecf74634d2a1280cc4 (patch) | |
| tree | f55d9cb27725c37efd09138f61e92b6c312226c0 | |
| parent | 48673d8784c36184a9e4b3d2c81cfe74d1fa9953 (diff) | |
| download | meta-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.bb | 9 |
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 @@ | |||
| 1 | require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc | 1 | require u-boot-ti.inc |
| 2 | 2 | ||
| 3 | DESCRIPTION = "Mainline u-boot bootloader" | 3 | DESCRIPTION = "Mainline u-boot bootloader" |
| 4 | LICENSE = "GPLv2+" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" | ||
| 6 | 4 | ||
| 7 | DEFAULT_PREFERENCE = "-1" | 5 | DEFAULT_PREFERENCE = "-1" |
| 8 | 6 | ||
| 9 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
| 10 | |||
| 11 | PR = "r1" | 7 | PR = "r1" |
| 12 | 8 | ||
| 13 | SRC_URI = "git://git.denx.de/u-boot.git;protocol=git;branch=${BRANCH}" | 9 | SRC_URI = "git://git.denx.de/u-boot.git;protocol=git;branch=${BRANCH}" |
| @@ -16,7 +12,4 @@ BRANCH ?= "u-boot-2013.01.y" | |||
| 16 | 12 | ||
| 17 | SRCREV = "e8ae0fa5edd152b2b29c470b88429be4cdcd2c46" | 13 | SRCREV = "e8ae0fa5edd152b2b29c470b88429be4cdcd2c46" |
| 18 | 14 | ||
| 19 | S = "${WORKDIR}/git" | ||
| 20 | |||
| 21 | UBOOT_SUFFIX = "img" | ||
| 22 | SPL_BINARY = "MLO" | 15 | SPL_BINARY = "MLO" |
