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

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

SRCREV = "261733408a27d14590cf3ec6b596461808050e32"

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

SRC_URI = "git://www.sakoman.com/git/u-boot.git;branch=omap4-exp;protocol=git \
	   file://fix-break-caused-by-new-binutils.patch \
          "
S = "${WORKDIR}/git"

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