]> code.ossystems Code Review - openembedded-core.git/commitdiff
u-boot-omap3: Fix SRC_URI
authorRichard Purdie <richard@ted.(none)>
Mon, 25 May 2009 21:11:00 +0000 (22:11 +0100)
committerRichard Purdie <richard@ted.(none)>
Mon, 25 May 2009 21:11:00 +0000 (22:11 +0100)
Signed-off-by: Richard Purdie <richard@ted.(none)>
meta/packages/uboot/u-boot-omap3_git.bb

index 1c7068e47af88534a6b3ac741f48de90e5581ffc..480780ebfc9ed3a73b35803062abf1ba2014720d 100644 (file)
@@ -2,13 +2,12 @@ require u-boot.inc
 
 FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/u-boot-omap3-git/${MACHINE}"
 
-SRCREV = "dcae48d0df9dd0367172677f8154eb2683de0865"
+SRCREV = "f40f6db278f602b55820693634a7256b0b4e4b80"
 
 PV = "2008.10-rc2+${PR}+git${SRCREV}"
 PR="r2"
 
-SRC_URI = "git://www.sakoman.net/git/u-boot-omap3.git;branch=common;protocol=git \
-          "
+SRC_URI = "git://gitorious.org/u-boot-omap3/mainline.git;branch=master;protocol=git"
 
 UBOOT_MACHINE_beagleboard = "omap3_beagle_config"
 UBOOT_MACHINE_omap3evm = "omap3_evm_config"