aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/u-boot
diff options
context:
space:
mode:
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"
+