diff options
author | Richard Purdie <richard@openedhand.com> | 2008-10-10 11:56:19 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-10-10 11:56:19 +0000 |
commit | 457ae5ada547f8f03a5963f40e4f403dd0244a2b (patch) | |
tree | cb8a51afe2c96f9c11b7f04f128895e6e3b05d55 /meta/packages/uboot/u-boot-omap3_git.bb | |
parent | fe795de8f54b4270bc3fcf7b87c06ccf6d837665 (diff) | |
download | poky-457ae5ada547f8f03a5963f40e4f403dd0244a2b.tar.gz |
Add overo
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5477 311d38ba-8fff-0310-9ca6-ca027cbcb966
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}" | ||