]> 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
u-boot 2011.10rc: uboot extX loading is 20 times slower than vfat loading :(
[glsdk/meta-ti-glsdk.git] / recipes-bsp / u-boot / u-boot-sakoman_git.bb
1 require u-boot.inc
3 FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/u-boot-sakoman-git/"
5 SRCREV = "261733408a27d14590cf3ec6b596461808050e32"
7 PV = "2010.12+${PR}+git${SRCREV}"
9 SRC_URI = "git://www.sakoman.com/git/u-boot.git;branch=omap4-exp;protocol=git \
10           "
11 S = "${WORKDIR}/git"
13 do_compile () {
14     unset LDFLAGS
15     unset CFLAGS
16     unset CPPFLAGS
17     oe_runmake all
18 }