diff options
author | Koen Kooi <koen@openembedded.org> | 2009-05-19 15:53:22 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-05-19 15:53:22 +0200 |
commit | ce170fea6558bd3a609f050f55eb3676ba0b4115 (patch) | |
tree | 2ea68938d4f2ab53aa427b7cc2338abbb25c2acf /recipes/u-boot/u-boot_git.bb | |
parent | 8379f149a2aec4de98f7376b37e6213dccc0c1b2 (diff) |
u-boot git: add support for dm355-leopardboard
Diffstat (limited to 'recipes/u-boot/u-boot_git.bb')
-rw-r--r-- | recipes/u-boot/u-boot_git.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes/u-boot/u-boot_git.bb b/recipes/u-boot/u-boot_git.bb index 8e0eb2e6e9..3bf2b34df2 100644 --- a/recipes/u-boot/u-boot_git.bb +++ b/recipes/u-boot/u-boot_git.bb @@ -38,6 +38,12 @@ 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_dm355-leopard = "git://www.denx.de/git/u-boot-arm.git;protocol=git;branch=next \ + file://leopardboard-support.patch;patch=1 \ +" +SRCREV_dm355-leopard = "86d5c98d3d97d631b1d3a5f5e6a17e87c99b42cf" +PV_dm355-leopard = "2009.05+2009.06-rc2+gitr${SRCREV}" + SRC_URI_neuros-osd2 = "git://github.com/neuros/u-boot.git;protocol=git;branch=neuros" SRCREV_neuros-osd2 = "8de979d346624c0e4cfe2e5c0f08ce20ca4b5d14" |