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

git version control git at git.openembedded.org
Thu Apr 7 20:01:06 UTC 2011


Module: openembedded.git
Branch: testing-next
Commit: e30746f58f36a7d01e563a5af269258fab535393
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e30746f58f36a7d01e563a5af269258fab535393

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 9c5fa13..2cf5b12 100644
--- a/recipes/u-boot/u-boot_git.bb
+++ b/recipes/u-boot/u-boot_git.bb
@@ -209,6 +209,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