[oe-commits] Steve Sakoman : u-boot: Add recipe to build from sakoman. com u-boot repository

git version control git at git.openembedded.org
Tue Oct 12 14:33:42 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: b19bdfd5eeed2633e9fab4447d058577b549546d
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b19bdfd5eeed2633e9fab4447d058577b549546d

Author: Steve Sakoman <steve at sakoman.com>
Date:   Wed Sep  8 13:29:19 2010 -0700

u-boot: Add recipe to build from sakoman.com u-boot repository

Signed-off-by: Koen Kooi <koen at openembedded.org>

---

 recipes/u-boot/u-boot-sakoman_git.bb |   13 +++++++++++++
 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 0000000..5ebac46
--- /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"
+





More information about the Openembedded-commits mailing list