aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/u-boot/u-boot-omap3_git.bb
blob: b8f95f574422fbbfa95af00851b02cfd30c9914b (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-omap3-git/${MACHINE}"

SRCREV = "08d7fdcce5dde5c2dc968fac5b2facf17cbabb5"

PV = "2008.10+${PR}+gitr${SRCREV}"
PR ="r2"
PE = "1"

SRC_URI = "git://www.sakoman.net/git/u-boot-omap3.git;branch=common;protocol=git \
          "

UBOOT_MACHINE_beagleboard = "omap3_beagle_config"
UBOOT_MACHINE_omap3evm = "omap3_evm_config"
UBOOT_MACHINE_overo = "omap3_overo_config"

S = "${WORKDIR}/git"