aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/u-boot
diff options
context:
space:
mode:
authorSteve Sakoman <steve@sakoman.com>2010-09-08 13:29:19 -0700
committerKoen Kooi <koen@openembedded.org>2010-10-12 16:30:14 +0200
commitb19bdfd5eeed2633e9fab4447d058577b549546d (patch)
tree7cc1a23f7795790eed20321fb83bad674e29eb5f /recipes/u-boot
parente4fd90fc53243e330e0cfbae6d1b17f5639f7baa (diff)
downloadopenembedded-b19bdfd5eeed2633e9fab4447d058577b549546d.tar.gz
u-boot: Add recipe to build from sakoman.com u-boot repository
Signed-off-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'recipes/u-boot')
-rw-r--r--recipes/u-boot/u-boot-sakoman_git.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/u-boot/u-boot-sakoman_git.bb b/recipes/u-boot/u-boot-sakoman_git.bb
new file mode 100644
index 0000000000..5ebac46503
--- /dev/null
+++ b/recipes/u-boot/u-boot-sakoman_git.bb
@@ -0,0 +1,13 @@
+require u-boot.inc
+
+FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/u-boot-sakoman-git/"
+
+SRCREV = ${AUTOREV}
+
+PV = "2010.9+${PR}+git${SRCREV}"
+
+SRC_URI = "git://www.sakoman.com/git/u-boot.git;branch=omap4-exp;protocol=git \
+ "
+
+S = "${WORKDIR}/git"
+