meta-freescale-3rdparty/recipes-bsp/u-boot/u-boot-boundary_git.bb
Philip Balister 8a01114389 u-boot-boundary : Update SRC_URI for new fetcher behavior.
If SRC_REV is not in the master branch, the SRC_URI must specify the
branch.

Signed-off-by: Philip Balister <philip@balister.org>
2013-12-11 08:07:11 -02:00

18 lines
463 B
BlitzBasic

require recipes-bsp/u-boot/u-boot.inc
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb"
COMPATIBLE_MACHINE = "(imx6qsabrelite|nitrogen6x)"
PROVIDES = "u-boot"
PV = "v2013.07+git${SRCPV}"
SRCREV = "f89bc066db0569008418fac1a0408a9a57f2232f"
SRCBRANCH = "production-before-20131107"
SRC_URI = "git://github.com/boundarydevices/u-boot-imx6.git;branch=${SRCBRANCH}"
S = "${WORKDIR}/git"
PACKAGE_ARCH = "${MACHINE_ARCH}"