[oe-commits] chase maupin : u-boot: Add support for am45x-evm machine

git version control git at git.openembedded.org
Thu Apr 7 16:23:55 UTC 2011


Module: openembedded.git
Branch: 2011.03-maintenance
Commit: 816244b0ca68439c618eb08611a05e6af4d0749c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=816244b0ca68439c618eb08611a05e6af4d0749c

Author: chase maupin <chasemaupin03 at gmail.com>
Date:   Tue Apr  5 23:41:48 2011 +0000

u-boot: Add support for am45x-evm machine

* Added support for the am45x-evm machine type

Signed-off-by: Chase Maupin <Chase.Maupin at ti.com>
Acked-by: Denys Dmytriyenko <denys at ti.com>
Signed-off-by: Koen Kooi <koen at openembedded.org>

---

 recipes/u-boot/u-boot_git.bb |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/recipes/u-boot/u-boot_git.bb b/recipes/u-boot/u-boot_git.bb
index 61a75ea..767a368 100644
--- a/recipes/u-boot/u-boot_git.bb
+++ b/recipes/u-boot/u-boot_git.bb
@@ -208,6 +208,13 @@ SRCREV_omap4430-panda  = "261733408a27d14590cf3ec6b596461808050e32"
 PV_omap4430-panda      = "2010.12+${PR}+git${SRCREV}"
 PE_omap4430-panda      = "1"
 
+SRC_URI_am45x-evm = "git://www.sakoman.com/git/u-boot.git;branch=omap4-exp;protocol=git \
+                          file://fix-break-caused-by-new-binutils.patch \
+                         "
+SRCREV_am45x-evm  = "261733408a27d14590cf3ec6b596461808050e32"
+PV_am45x-evm      = "2010.12+${PR}+git${SRCREV}"
+PE_am45x-evm      = "1"
+
 # DaVinci dm355-evm/dm365-evm/dm6446-evm/dm6467-evm/dm6467t-evm - PSP 3.1.0/3.2.0 (build 35)
 
 SRC_URI_dm355-evm    = "git://arago-project.org/git/projects/u-boot-davinci.git;protocol=git;branch=u-boot-davinci-2009.06"





More information about the Openembedded-commits mailing list