diff options
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" |