diff options
author | Richard Purdie <richard@ted.(none)> | 2009-05-25 22:11:00 +0100 |
---|---|---|
committer | Richard Purdie <richard@ted.(none)> | 2009-05-25 22:11:00 +0100 |
commit | c321cda0a586d73d68c9043de05012632d0356c0 (patch) | |
tree | 620170fdaf1300bb974ed24a8c68f95eba85f503 /meta/packages/uboot/u-boot-omap3_git.bb | |
parent | 4f5d44c25c92a1a21e2142cbf2eeee49a35d7b71 (diff) | |
download | poky-c321cda0a586d73d68c9043de05012632d0356c0.tar.gz |
u-boot-omap3: Fix SRC_URI
Signed-off-by: Richard Purdie <richard@ted.(none)>
Diffstat (limited to 'meta/packages/uboot/u-boot-omap3_git.bb')
-rw-r--r-- | meta/packages/uboot/u-boot-omap3_git.bb | 5 |
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 | ||
3 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/u-boot-omap3-git/${MACHINE}" | 3 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/u-boot-omap3-git/${MACHINE}" |
4 | 4 | ||
5 | SRCREV = "dcae48d0df9dd0367172677f8154eb2683de0865" | 5 | SRCREV = "f40f6db278f602b55820693634a7256b0b4e4b80" |
6 | 6 | ||
7 | PV = "2008.10-rc2+${PR}+git${SRCREV}" | 7 | PV = "2008.10-rc2+${PR}+git${SRCREV}" |
8 | PR="r2" | 8 | PR="r2" |
9 | 9 | ||
10 | SRC_URI = "git://www.sakoman.net/git/u-boot-omap3.git;branch=common;protocol=git \ | 10 | SRC_URI = "git://gitorious.org/u-boot-omap3/mainline.git;branch=master;protocol=git" |
11 | " | ||
12 | 11 | ||
13 | UBOOT_MACHINE_beagleboard = "omap3_beagle_config" | 12 | UBOOT_MACHINE_beagleboard = "omap3_beagle_config" |
14 | UBOOT_MACHINE_omap3evm = "omap3_evm_config" | 13 | UBOOT_MACHINE_omap3evm = "omap3_evm_config" |