diff options
author | Denys Dmytriyenko <denys@ti.com> | 2013-02-25 23:15:26 -0500 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2013-03-04 11:42:41 -0500 |
commit | e97da12725579312f2cca6b2d3924db097f8fa26 (patch) | |
tree | 02dc78864991706490e4de33691edd98a1de2e1d /recipes-bsp | |
parent | a80ec1d7bec835a743701a8f19c87efdaf92a6ba (diff) | |
download | meta-ti-e97da12725579312f2cca6b2d3924db097f8fa26.tar.gz |
u-boot: add latest mainline release 2013.01.01
* This is a pure _mainline_ version w/o any patches on top.
* Should work reasonably well for most platforms and is provided as an
alternative to specialized pre-integrated and patched versions.
* It is not enabled by default, since specialized versions usually have
more features and better support, although maybe slightly older.
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/u-boot/u-boot_2013.01.01.bb | 22 |
1 files changed, 22 insertions, 0 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 new file mode 100644 index 00000000..4c460cc6 --- /dev/null +++ b/recipes-bsp/u-boot/u-boot_2013.01.01.bb | |||
@@ -0,0 +1,22 @@ | |||
1 | require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc | ||
2 | |||
3 | DESCRIPTION = "Mainline u-boot bootloader" | ||
4 | LICENSE = "GPLv2+" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" | ||
6 | |||
7 | DEFAULT_PREFERENCE = "-1" | ||
8 | |||
9 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
10 | |||
11 | PR = "r1" | ||
12 | |||
13 | SRC_URI = "git://git.denx.de/u-boot.git;protocol=git;branch=${BRANCH}" | ||
14 | |||
15 | BRANCH ?= "u-boot-2013.01.y" | ||
16 | |||
17 | SRCREV = "e8ae0fa5edd152b2b29c470b88429be4cdcd2c46" | ||
18 | |||
19 | S = "${WORKDIR}/git" | ||
20 | |||
21 | UBOOT_SUFFIX = "img" | ||
22 | SPL_BINARY = "MLO" | ||