diff options
author | Chase Maupin <chase.maupin@ti.com> | 2010-04-09 09:10:33 -0500 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-16 15:09:48 +0200 |
commit | 805810fe1e29c1a35532707fbb065cc7413dc46d (patch) | |
tree | 6f3639d4791d7800fd11c6f85ed3449adbed3a5d /recipes/u-boot | |
parent | b73b552a80324e03de0b5c23e1c3b7c5a894472e (diff) |
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@openembedded.org>
Diffstat (limited to 'recipes/u-boot')
-rw-r--r-- | 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 a90be2975c..4763dbdffe 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 = " \ |