aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/imx-test/imx-test_git.bb
blob: ddc87a97bd957e0f9ec0383c0db2d052ed0e2110 (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://source.codeaurora.org/external/imx/imx-test.git;protocol=https;branch=${SRCBRANCH}"
SRCREV = "fb250a795ce0d25c19610e9e19e1cd815fc64cb9"

S = "${WORKDIR}/git"

COMPATIBLE_MACHINE = "(mx6|mx7)"