summaryrefslogtreecommitdiffstats
path: root/meta/packages/uboot
diff options
context:
space:
mode:
authorRichard Purdie <richard@ted.(none)>2009-05-25 22:11:00 +0100
committerRichard Purdie <richard@ted.(none)>2009-05-25 22:11:00 +0100
commitc321cda0a586d73d68c9043de05012632d0356c0 (patch)
tree620170fdaf1300bb974ed24a8c68f95eba85f503 /meta/packages/uboot
parent4f5d44c25c92a1a21e2142cbf2eeee49a35d7b71 (diff)
downloadpoky-c321cda0a586d73d68c9043de05012632d0356c0.tar.gz
u-boot-omap3: Fix SRC_URI
Signed-off-by: Richard Purdie <richard@ted.(none)>
Diffstat (limited to 'meta/packages/uboot')
-rw-r--r--meta/packages/uboot/u-boot-omap3_git.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/packages/uboot/u-boot-omap3_git.bb b/meta/packages/uboot/u-boot-omap3_git.bb
index 1c7068e47a..480780ebfc 100644
--- a/meta/packages/uboot/u-boot-omap3_git.bb
+++ b/meta/packages/uboot/u-boot-omap3_git.bb
@@ -2,13 +2,12 @@ require u-boot.inc
2 2
3FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/u-boot-omap3-git/${MACHINE}" 3FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/u-boot-omap3-git/${MACHINE}"
4 4
5SRCREV = "dcae48d0df9dd0367172677f8154eb2683de0865" 5SRCREV = "f40f6db278f602b55820693634a7256b0b4e4b80"
6 6
7PV = "2008.10-rc2+${PR}+git${SRCREV}" 7PV = "2008.10-rc2+${PR}+git${SRCREV}"
8PR="r2" 8PR="r2"
9 9
10SRC_URI = "git://www.sakoman.net/git/u-boot-omap3.git;branch=common;protocol=git \ 10SRC_URI = "git://gitorious.org/u-boot-omap3/mainline.git;branch=master;protocol=git"
11 "
12 11
13UBOOT_MACHINE_beagleboard = "omap3_beagle_config" 12UBOOT_MACHINE_beagleboard = "omap3_beagle_config"
14UBOOT_MACHINE_omap3evm = "omap3_evm_config" 13UBOOT_MACHINE_omap3evm = "omap3_evm_config"