aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/imx-test/imx-test_git.bb
blob: 4a2472b3530df9cd5ef8d03e218436566c276c20 (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 = "imx_4.9.11_1.0.0_ga"
SRC_URI = "git://git.freescale.com/imx/imx-test.git;protocol=git;branch=${SRCBRANCH}"
SRCREV = "fb250a795ce0d25c19610e9e19e1cd815fc64cb9"

S = "${WORKDIR}/git"

COMPATIBLE_MACHINE = "(mx6|mx7)"