diff options
author | Denys Dmytriyenko <denis@denix.org> | 2009-09-20 01:51:34 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denis@denix.org> | 2009-09-20 01:51:34 -0400 |
commit | 550f3471e7e1d0a532c4e520828a8cf2ffd59172 (patch) | |
tree | 739ed5e8b21bb29e3dbcfcd4a78504ffe4d88cec /recipes/u-boot | |
parent | a96730454f6f8d86519317ad0798b2f96dfcdd45 (diff) |
u-boot: update all DaVinci machines
Diffstat (limited to 'recipes/u-boot')
-rw-r--r-- | recipes/u-boot/u-boot_git.bb | 38 |
1 files changed, 25 insertions, 13 deletions
diff --git a/recipes/u-boot/u-boot_git.bb b/recipes/u-boot/u-boot_git.bb index e5e1c24e16..8236bbd526 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 \ |