]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/meta-ti-glsdk.git/blob - recipes-bsp/u-boot/u-boot-sakoman_git.bb
bonescript: update to latest git
[glsdk/meta-ti-glsdk.git] / recipes-bsp / u-boot / u-boot-sakoman_git.bb
1 require u-boot.inc
3 COMPATIBLE_MACHINE = "omap4430-panda"
5 FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/u-boot-sakoman-git/"
7 SRCREV = "261733408a27d14590cf3ec6b596461808050e32"
9 PV = "2010.12+${PR}+git${SRCREV}"
11 SRC_URI = "git://www.sakoman.com/git/u-boot.git;branch=omap4-exp;protocol=git \
12           "
13 S = "${WORKDIR}/git"
15 do_compile () {
16     unset LDFLAGS
17     unset CFLAGS
18     unset CPPFLAGS
19     oe_runmake all
20 }