aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/u-boot/u-boot-sakoman_git.bb
blob: 5ebac4650348a302753c6c19f32b0a081e4b3f00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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"