[meta-ti] Denys Dmytriyenko : u-boot: add latest mainline release 2013.01.01
Arago Project git
git at arago-project.org
Mon Mar 4 08:43:50 PST 2013
Module: meta-ti
Branch: master
Commit: e97da12725579312f2cca6b2d3924db097f8fa26
URL: http://arago-project.org/git/meta-ti.git?a=commit;h=e97da12725579312f2cca6b2d3924db097f8fa26
Author: Denys Dmytriyenko <denys at ti.com>
Date: Mon Feb 25 23:15:26 2013 -0500
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 at ti.com>
---
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 0000000..4c460cc
--- /dev/null
+++ b/recipes-bsp/u-boot/u-boot_2013.01.01.bb
@@ -0,0 +1,22 @@
+require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc
+
+DESCRIPTION = "Mainline u-boot bootloader"
+LICENSE = "GPLv2+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb"
+
+DEFAULT_PREFERENCE = "-1"
+
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
+PR = "r1"
+
+SRC_URI = "git://git.denx.de/u-boot.git;protocol=git;branch=${BRANCH}"
+
+BRANCH ?= "u-boot-2013.01.y"
+
+SRCREV = "e8ae0fa5edd152b2b29c470b88429be4cdcd2c46"
+
+S = "${WORKDIR}/git"
+
+UBOOT_SUFFIX = "img"
+SPL_BINARY = "MLO"
More information about the meta-ti
mailing list