diff options
Diffstat (limited to 'meta/packages/uboot/u-boot-omap3_git.bb')
-rw-r--r-- | meta/packages/uboot/u-boot-omap3_git.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta/packages/uboot/u-boot-omap3_git.bb b/meta/packages/uboot/u-boot-omap3_git.bb new file mode 100644 index 0000000000..50c85c7ba6 --- /dev/null +++ b/meta/packages/uboot/u-boot-omap3_git.bb | |||
@@ -0,0 +1,19 @@ | |||
1 | require u-boot.inc | ||
2 | |||
3 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/u-boot-omap3-git/${MACHINE}" | ||
4 | |||
5 | SRCREV = "dcae48d0df9dd0367172677f8154eb2683de0865" | ||
6 | |||
7 | PV = "2008.10-rc2+${PR}+git${SRCREV}" | ||
8 | PR="r2" | ||
9 | |||
10 | SRC_URI = "git://www.sakoman.net/git/u-boot-omap3.git;branch=common;protocol=git \ | ||
11 | " | ||
12 | |||
13 | UBOOT_MACHINE_beagleboard = "omap3_beagle_config" | ||
14 | UBOOT_MACHINE_omap3evm = "omap3_evm_config" | ||
15 | UBOOT_MACHINE_overo = "omap3_overo_config" | ||
16 | |||
17 | S = "${WORKDIR}/git" | ||
18 | |||
19 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||