[oe-commits] Chase Maupin : u-boot_git: Add dm3730-am3715-evm u-boot support

git version control git at git.openembedded.org
Fri Apr 16 21:14:57 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 805810fe1e29c1a35532707fbb065cc7413dc46d
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=805810fe1e29c1a35532707fbb065cc7413dc46d

Author: Chase Maupin <chase.maupin at ti.com>
Date:   Fri Apr  9 09:10:33 2010 -0500

u-boot_git: Add dm3730-am3715-evm u-boot support

* Added support for the dm3730-am3715-evm machine type to
  obtain the u-boot source from the PSP repository.
* Set SRCREV for the dm3730-am3715-evm machine type to the
  03.00.00.05 PSP version.

Signed-off-by: Koen Kooi <koen at openembedded.org>

---

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

diff --git a/recipes/u-boot/u-boot_git.bb b/recipes/u-boot/u-boot_git.bb
index a90be29..4763dbd 100644
--- a/recipes/u-boot/u-boot_git.bb
+++ b/recipes/u-boot/u-boot_git.bb
@@ -67,6 +67,10 @@ SRC_URI_omap3evm = "git://gitorious.org/u-boot-omap3/mainline.git;branch=omap3-d
 SRCREV_omap3evm = "2dea1db2a3b7c12ed70bbf8ee50755089c5e5170"
 PV_omap3evm = "2009.03+${PR}+gitr${SRCREV}"
 
+SRC_URI_dm3730-am3715-evm = "git://arago-project.org/git/projects/u-boot-omap3.git;protocol=git"
+# This tag is v2009.11_OMAPPSP_03.00.00.05
+SRCREV_dm3730-am3715-evm = "9df15c53c9a9bc1ec9c68c33821c50dc26797d6c"
+PV_dm3730-am3715-evm = "2009.11+${PR}+gitr${SRCREV}"
 
 SRCREV_am3517-evm = "e60beb13cf0"
 SRC_URI_append_am3517-evm = " \





More information about the Openembedded-commits mailing list