[oe-commits] Chase Maupin : u-boot_git: use SOC_FAMILY for omapl devices

git version control git at git.openembedded.org
Wed Nov 17 09:34:54 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 64db5346f33d22595e044c172ca5afbd136a9c09
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=64db5346f33d22595e044c172ca5afbd136a9c09

Author: Chase Maupin <Chase.Maupin at ti.com>
Date:   Thu Oct 28 16:36:00 2010 -0500

u-boot_git: use SOC_FAMILY for omapl devices

* Use the SOC_FAMILY override for omapl137 and omapl138 based
  devices.

Signed-off-by: Chase Maupin <Chase.Maupin at ti.com>
Signed-off-by: Koen Kooi <k-kooi at ti.com>

---

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

diff --git a/recipes/u-boot/u-boot_git.bb b/recipes/u-boot/u-boot_git.bb
index 1e3f1aa..7e61b21 100644
--- a/recipes/u-boot/u-boot_git.bb
+++ b/recipes/u-boot/u-boot_git.bb
@@ -241,15 +241,15 @@ SRC_URI_dm6467t-evm  = "git://arago-project.org/git/projects/u-boot-dm646x.git;p
 SRCREV_dm6467t-evm   = "98b31e3aae3e3fb772f8d06c18ccdd6265aa0d38"
 PV_dm6467t-evm       = "2009.08+${PR}+gitr${SRCREV}"
 
-# OMAPL1 da380-omapl137/da850-omapl138-evm - PSP 3.20.0.11
+# OMAPL1 omapl137/omapl138 - PSP 3.20.0.11
 
-SRC_URI_da830-omapl137-evm = "git://arago-project.org/git/projects/u-boot-omapl1.git;protocol=git"
-SRCREV_da830-omapl137-evm  = "5f16b8551b125f16cd8d58f278cb25b94272fd9f"
-PV_da830-omapl137-evm      = "2009.11+${PR}+gitr${SRCREV}"
+SRC_URI_omapl137 = "git://arago-project.org/git/projects/u-boot-omapl1.git;protocol=git"
+SRCREV_omapl137  = "5f16b8551b125f16cd8d58f278cb25b94272fd9f"
+PV_omapl137      = "2009.11+${PR}+gitr${SRCREV}"
 
-SRC_URI_da850-omapl138-evm = "git://arago-project.org/git/projects/u-boot-omapl1.git;protocol=git"
-SRCREV_da850-omapl138-evm  = "5f16b8551b125f16cd8d58f278cb25b94272fd9f"
-PV_da850-omapl138-evm      = "2009.11+${PR}+gitr${SRCREV}"
+SRC_URI_omapl138 = "git://arago-project.org/git/projects/u-boot-omapl1.git;protocol=git"
+SRCREV_omapl138  = "5f16b8551b125f16cd8d58f278cb25b94272fd9f"
+PV_omapl138      = "2009.11+${PR}+gitr${SRCREV}"
 
 # hawkboard - master branch (hawk still .07beta)
 





More information about the Openembedded-commits mailing list