u-boot: Add recipe to build from sakoman.com u-boot repository
authorSteve Sakoman <steve@sakoman.com>
Wed, 8 Sep 2010 20:29:19 +0000 (13:29 -0700)
committerKoen Kooi <koen@openembedded.org>
Tue, 12 Oct 2010 14:30:14 +0000 (16:30 +0200)
Signed-off-by: Koen Kooi <koen@openembedded.org>
recipes/u-boot/u-boot-sakoman_git.bb [new file with mode: 0644]

diff --git a/recipes/u-boot/u-boot-sakoman_git.bb b/recipes/u-boot/u-boot-sakoman_git.bb
new file mode 100644 (file)
index 0000000..5ebac46
--- /dev/null
@@ -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"
+