[oe-commits] Denys Dmytriyenko : u-boot: update all DaVinci machines

git version control git at git.openembedded.org
Sun Sep 20 05:53:07 UTC 2009


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

Author: Denys Dmytriyenko <denis at denix.org>
Date:   Sun Sep 20 01:51:34 2009 -0400

u-boot: update all DaVinci machines

---

 conf/machine/dm355-evm.conf  |    2 +-
 conf/machine/dm365-evm.conf  |    2 +-
 recipes/u-boot/u-boot_git.bb |   38 +++++++++++++++++++++++++-------------
 3 files changed, 27 insertions(+), 15 deletions(-)

diff --git a/conf/machine/dm355-evm.conf b/conf/machine/dm355-evm.conf
index 9ef4ff7..f0294de 100644
--- a/conf/machine/dm355-evm.conf
+++ b/conf/machine/dm355-evm.conf
@@ -4,4 +4,4 @@
 
 require conf/machine/include/davinci.inc
 
-UBOOT_MACHINE = "davinci_dm355_evm_config"
+UBOOT_MACHINE = "davinci_dm355evm_config"
diff --git a/conf/machine/dm365-evm.conf b/conf/machine/dm365-evm.conf
index de2cc4a..7cea5dc 100644
--- a/conf/machine/dm365-evm.conf
+++ b/conf/machine/dm365-evm.conf
@@ -4,4 +4,4 @@
 
 require conf/machine/include/davinci.inc
 
-UBOOT_MACHINE = "davinci_dm365_evm_config"
+UBOOT_MACHINE = "davinci_dm365evm_config"
diff --git a/recipes/u-boot/u-boot_git.bb b/recipes/u-boot/u-boot_git.bb
index e5e1c24..8236bbd 100644
--- a/recipes/u-boot/u-boot_git.bb
+++ b/recipes/u-boot/u-boot_git.bb
@@ -1,5 +1,5 @@
 require u-boot.inc
-PR ="r29"
+PR ="r30"
 
 FILESPATHPKG =. "u-boot-git:"
 
@@ -72,21 +72,33 @@ SRC_URI_overo = "git://gitorious.org/u-boot-omap3/mainline.git;branch=omap3-dev;
 SRCREV_overo = "2dea1db2a3b7c12ed70bbf8ee50755089c5e5170"
 PV_overo = "2009.03+${PR}+gitr${SRCREV}"
 
-SRC_URI_dm6446-evm = "git://arago-project.org/git/people/sandeep/u-boot-davinci.git;protocol=git"
-SRCREV_dm6446-evm = "fa6ec6e75eeec4fa1543cc4452e11707758540a2"
-PV_dm6446-evm = "2009.05+2009.06-rc0+${PR}+gitr${SRCREV}"
+SRC_URI_dm6446-evm = "git://arago-project.org/git/projects/u-boot-davinci.git;protocol=git"
+SRCREV_dm6446-evm = "f8d047c84137ab331c0ee2c3e94c3f1ec4228298"
+PV_dm6446-evm = "2009.05+2009.06-rc0+gitr${SRCREV}"
 
-SRC_URI_dm6467-evm = "git://arago-project.org/git/people/sandeep/u-boot-davinci.git;protocol=git"
-SRCREV_dm6467-evm = "fa6ec6e75eeec4fa1543cc4452e11707758540a2"
-PV_dm6467-evm = "2009.05+2009.06-rc0+${PR}+gitr${SRCREV}"
+SRC_URI_dm355-evm = "git://arago-project.org/git/projects/u-boot-davinci.git;protocol=git"
+SRCREV_dm355-evm = "5ae613482c9468386872cedd46f8fb389f19859d"
+PV_dm355-evm = "2009.08+gitr${SRCREV}"
 
-SRC_URI_dm355-evm = "git://arago-project.org/git/people/sandeep/u-boot-davinci.git;protocol=git"
-SRCREV_dm355-evm = "fa6ec6e75eeec4fa1543cc4452e11707758540a2"
-PV_dm355-evm = "2009.05+2009.06-rc0+${PR}+gitr${SRCREV}"
+SRC_URI_dm365-evm = "git://arago-project.org/git/projects/u-boot-davinci.git;protocol=git"
+SRCREV_dm365-evm = "5ae613482c9468386872cedd46f8fb389f19859d"
+PV_dm365-evm = "2009.08+gitr${SRCREV}"
 
-SRC_URI_dm365-evm = "git://arago-project.org/git/people/sandeep/u-boot-davinci.git;protocol=git"
-SRCREV_dm365-evm = "fa6ec6e75eeec4fa1543cc4452e11707758540a2"
-PV_dm365-evm = "2009.05+2009.06-rc0+${PR}+gitr${SRCREV}"
+SRC_URI_dm6467-evm = "git://arago-project.org/git/people/hemant/u-boot-dm646x.git;protocol=git"
+SRCREV_dm6467-evm = "3da7475ae13445ba89c77ea563ccdfb9df540bb7"
+PV_dm6467-evm = "2009.08+gitr${SRCREV}"
+
+SRC_URI_dm6467t-evm = "git://arago-project.org/git/people/hemant/u-boot-dm646x.git;protocol=git"
+SRCREV_dm6467t-evm = "3da7475ae13445ba89c77ea563ccdfb9df540bb7"
+PV_dm6467t-evm = "2009.08+gitr${SRCREV}"
+
+SRC_URI_da830-omapl137-evm = "git://arago-project.org/git/people/sekhar/u-boot-omapl1.git;protocol=git;branch=wakeup"
+SRCREV_da830-omapl137-evm = "04a03bb477ad842b84c61b29f11422089ad0088d"
+PV_da830-omapl137-evm = "2009.01+gitr${SRCREV}"
+
+SRC_URI_da850-omapl138-evm = "git://arago-project.org/git/people/sekhar/u-boot-omapl1.git;protocol=git;branch=wakeup"
+SRCREV_da850-omapl138-evm = "04a03bb477ad842b84c61b29f11422089ad0088d"
+PV_da850-omapl138-evm = "2009.01+gitr${SRCREV}"
 
 SRC_URI_dm355-leopard = "git://www.denx.de/git/u-boot-arm.git;protocol=git;branch=next \
                         file://leopardboard-support.patch;patch=1 \





More information about the Openembedded-commits mailing list