mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00

If SRC_REV is not in the master branch, the SRC_URI must specify the branch. Signed-off-by: Philip Balister <philip@balister.org>
18 lines
463 B
BlitzBasic
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}"
|