From e2de0908b1d88e3bd60cb11d25b70cf92fe2f089 Mon Sep 17 00:00:00 2001 From: Jun Zhu Date: Fri, 13 Oct 2017 00:15:45 +0800 Subject: imx-test: Add git recipe - As imx-test git repository is public as git://git.freescale.com/imx/imx-test.git, build it from git. - Add support to i.MX 6SLL and 7ULP. - Replace imx-vpu with virtual/imxvpu in DEPNEDS. - Set PV as 6.0+${SRCPV} Signed-off-by: Jun Zhu Signed-off-by: Otavio Salvador --- recipes-bsp/imx-test/imx-test_git.bb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 recipes-bsp/imx-test/imx-test_git.bb (limited to 'recipes-bsp/imx-test/imx-test_git.bb') diff --git a/recipes-bsp/imx-test/imx-test_git.bb b/recipes-bsp/imx-test/imx-test_git.bb new file mode 100644 index 000000000..4a2472b35 --- /dev/null +++ b/recipes-bsp/imx-test/imx-test_git.bb @@ -0,0 +1,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)" -- cgit v1.2.3-54-g00ecf