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

PV = "2008.10-rc2+${PR}+git${SRCPV}"
PR="r2"

SRC_URI = "git://gitorious.org/u-boot-omap3/mainline.git;branch=master;protocol=git"

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

S = "${WORKDIR}/git"

PACKAGE_ARCH = "${MACHINE_ARCH}"

COMPATIBLE_MACHINE = "(beagleboard|omap3evm|overo)"