From: Steve Sakoman Date: Wed, 8 Sep 2010 20:29:19 +0000 (-0700) Subject: u-boot: Add recipe to build from sakoman.com u-boot repository X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b19bdfd5eeed2633e9fab4447d058577b549546d;p=openembedded.git u-boot: Add recipe to build from sakoman.com u-boot repository Signed-off-by: Koen Kooi --- 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" +