aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/imx-test/imx-test_git.bb
blob: 163c9c164aa4dac48651217f4f11d2c1bb312877 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright (C) 2013-2016 Freescale Semiconductor
# Copyright 2017 NXP

include imx-test.inc

PV = "6.0+${SRCPV}"

PARALLEL_MAKE="-j 1"

SRCBRANCH = "nxp/imx_4.9.11_1.0.0_ga"
SRC_URI = "git://github.com/nxp-imx/imx-test.git;protocol=https;branch=${SRCBRANCH}"
SRCREV = "fb250a795ce0d25c19610e9e19e1cd815fc64cb9"

S = "${WORKDIR}/git"

COMPATIBLE_MACHINE = "(mx6|mx7)"