diff options
author | Chase Maupin <chasemaupin03@gmail.com> | 2010-07-16 03:24:20 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denis@denix.org> | 2010-07-19 19:31:58 -0400 |
commit | ed482f39825375f631182622c75e18949002b488 (patch) | |
tree | 245b7946e3ac93dcaea3d8a89c2fbc2d32510ada /recipes/x-load/x-load_git.bb | |
parent | 2dfe6deb4a0333ec34a6a508cf56e2bf53463d65 (diff) |
remove dm3730-am3715-evm machine type references
* Removed references to the dm3730-am3715-evm machine type
and replaced with dm37x-evm and am37x-evm machine types.
Signed-off-by: Chase Maupin <chase.maupin@ti.com>
Acked-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Diffstat (limited to 'recipes/x-load/x-load_git.bb')
-rw-r--r-- | recipes/x-load/x-load_git.bb | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/recipes/x-load/x-load_git.bb b/recipes/x-load/x-load_git.bb index c7bb4515b0..9f8c77da73 100644 --- a/recipes/x-load/x-load_git.bb +++ b/recipes/x-load/x-load_git.bb @@ -30,9 +30,14 @@ SRCREV_omap3evm = "fc6d5be15c703d21aef0ae0b8c02177721f0445f" PV_omap3evm = "1.46+${PR}+gitr${SRCREV}" # TI PSP v1.46_OMAPPSP_03.00.01.06 (Tag is one commit different) -SRC_URI_dm3730-am3715-evm = "git://arago-project.org/git/projects/x-load-omap3.git;protocol=git" -SRCREV_dm3730-am3715-evm = "fc6d5be15c703d21aef0ae0b8c02177721f0445f" -PV_dm3730-am3715-evm = "1.46+${PR}+gitr${SRCREV}" +SRC_URI_dm37x-evm = "git://arago-project.org/git/projects/x-load-omap3.git;protocol=git" +SRCREV_dm37x-evm = "fc6d5be15c703d21aef0ae0b8c02177721f0445f" +PV_dm37x-evm = "1.46+${PR}+gitr${SRCREV}" + +# TI PSP v1.46_OMAPPSP_03.00.01.06 (Tag is one commit different) +SRC_URI_am37x-evm = "git://arago-project.org/git/projects/x-load-omap3.git;protocol=git" +SRCREV_am37x-evm = "fc6d5be15c703d21aef0ae0b8c02177721f0445f" +PV_am37x-evm = "1.46+${PR}+gitr${SRCREV}" # TI PSP v1.46_OMAPPSP_03.00.01.06 (Tag is one commit different) SRC_URI_am3517-evm = "git://arago-project.org/git/projects/x-load-omap3.git;protocol=git" |