aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/u-boot/u-boot-sakoman_git.bb
blob: 341f99b30d7d1dd52a964f43645637c9ebf56895 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
require u-boot.inc

FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/u-boot-sakoman-git/"

SRCREV = "ccd0c67858c6e2807c695e2c8f545284cb871866"

PV = "2010.9+${PR}+git${SRCREV}"

SRC_URI = "git://www.sakoman.com/git/u-boot.git;branch=omap4-exp;protocol=git \
          "
S = "${WORKDIR}/git"

do_compile () {
    unset LDFLAGS
    unset CFLAGS
    unset CPPFLAGS
    oe_runmake all
}