update driver
[vuplus_openembedded] / recipes / u-boot / u-boot-omap3pandora_git.bb
1 require u-boot.inc
2
3 COMPATIBLE_MACHINE = "omap3-pandora"
4
5 # Latest SRCREV for the final shipping boards.
6 SRCREV = "c71d8dbe09d69feda7e57745bd3909727d3cc33f"
7
8 PROVIDES = "u-boot"
9
10 PV = "pandora+${PR}+gitr${SRCREV}"
11 PR ="r4"
12 PE = "1"
13
14 SRC_URI = "git://git.openpandora.org/pandora-u-boot.git;branch=master;protocol=git \
15 "
16
17 UBOOT_MACHINE_omap3-pandora = "omap3_pandora_config"
18
19 S = "${WORKDIR}/git"
20
21 PACKAGE_ARCH = "${MACHINE_ARCH}"