summaryrefslogtreecommitdiff
path: root/packages/u-boot/u-boot-omap3_git.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-10-07 12:07:50 +0000
committerKoen Kooi <koen@openembedded.org>2008-10-07 12:07:50 +0000
commitf90cb79364f78616ba997206454f67655c54ae3e (patch)
tree5dccad833e98f738a6530e3e12ebbfad98c2e244 /packages/u-boot/u-boot-omap3_git.bb
parent67de2ea766a85409e1200e20b16d37e521d45e08 (diff)
u-boot: update omap3 stuff
Diffstat (limited to 'packages/u-boot/u-boot-omap3_git.bb')
-rw-r--r--packages/u-boot/u-boot-omap3_git.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/packages/u-boot/u-boot-omap3_git.bb b/packages/u-boot/u-boot-omap3_git.bb
new file mode 100644
index 0000000000..ce7c5b9433
--- /dev/null
+++ b/packages/u-boot/u-boot-omap3_git.bb
@@ -0,0 +1,19 @@
+require u-boot.inc
+
+FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/u-boot-omap3-git/${MACHINE}"
+
+SRCREV = "c492706ba046124333323273f6fc21123360cb50"
+
+PV = "2008.10-rc1+${PR}+git${SRCREV}"
+PR="r1"
+
+SRC_URI = "git://www.sakoman.net/git/u-boot-omap3.git;branch=common;protocol=git \
+ "
+
+UBOOT_MACHINE_beagleboard = "omap3_beagle_config"
+UBOOT_MACHINE_omap3evm = "omap3_evm_config"
+UBOOT_MACHINE_overo = "omap3_overo_config"
+
+S = "${WORKDIR}/git"
+
+PACKAGE_ARCH = "${MACHINE_ARCH}"