summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot-boundary_git.bb
blob: 382cb4b6832741e81561a0c5446bc2bcf838a890 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
require recipes-bsp/u-boot/u-boot.inc

LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://Licenses/README;md5=025bf9f768cbcb1a165dbe1a110babfb"
COMPATIBLE_MACHINE = "(imx6qsabrelite|nitrogen6x)"

PROVIDES = "u-boot"

PV = "v2014.04+git${SRCPV}"

SRCREV = "aed9475361820a65e37ed936c833322cbbc0f2b5"
SRCBRANCH = "v2014.04-20140419"
SRC_URI = "git://github.com/boundarydevices/u-boot-imx6.git;branch=${SRCBRANCH}"

S = "${WORKDIR}/git"

PACKAGE_ARCH = "${MACHINE_ARCH}"