From b19bdfd5eeed2633e9fab4447d058577b549546d Mon Sep 17 00:00:00 2001 From: Steve Sakoman Date: Wed, 8 Sep 2010 13:29:19 -0700 Subject: [PATCH] u-boot: Add recipe to build from sakoman.com u-boot repository Signed-off-by: Koen Kooi --- recipes/u-boot/u-boot-sakoman_git.bb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 recipes/u-boot/u-boot-sakoman_git.bb 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" + -- 2.39.5