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

COMPATIBLE_MACHINE = "omap3-pandora"

# Latest SRCREV for the final shipping boards.
SRCREV = "c71d8dbe09d69feda7e57745bd3909727d3cc33f"

PROVIDES = "u-boot"

PV = "pandora+${PR}+gitr${SRCPV}"
PR ="r4"
PE = "2"

SRC_URI = "git://git.openpandora.org/pandora-u-boot.git;branch=master;protocol=git \
"

UBOOT_MACHINE_omap3-pandora = "omap3_pandora_config"

S = "${WORKDIR}/git"

PACKAGE_ARCH = "${MACHINE_ARCH}"