summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2018-10-15 11:49:25 -0500
committerTom Hochstein <tom.hochstein@nxp.com>2018-12-13 10:01:31 -0600
commit6ae137b7a8ec4b54ac119466285a30c5a109644d (patch)
tree211ce8c4b01a4bcff02a8760b5e17adad5661741
parentd2bfb23a8a21a6de7a5bef2f0b6d3419d1d9b391 (diff)
downloadmeta-freescale-6ae137b7a8ec4b54ac119466285a30c5a109644d.tar.gz
imx-test: Upgrade for i.MX 8MM
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
-rw-r--r--recipes-bsp/imx-test/imx-test_git.bb12
1 files changed, 6 insertions, 6 deletions
diff --git a/recipes-bsp/imx-test/imx-test_git.bb b/recipes-bsp/imx-test/imx-test_git.bb
index fae459ca..b176e107 100644
--- a/recipes-bsp/imx-test/imx-test_git.bb
+++ b/recipes-bsp/imx-test/imx-test_git.bb
@@ -1,9 +1,9 @@
1# Copyright (C) 2012-2018 O.S. Systems Software LTDA. 1# Copyright (C) 2012-2018 O.S. Systems Software LTDA.
2# Copyright (C) 2015 Freescale Semiconductor 2# Copyright (C) 2013-2016 Freescale Semiconductor
3# Copyright 2017 NXP 3# Copyright 2017-2018 NXP
4 4
5SUMMARY = "Test programs for IMX BSP" 5SUMMARY = "Test programs for i.MX BSP"
6DESCRIPTION = "Unit tests for the IMX BSP" 6DESCRIPTION = "Unit tests for the i.MX BSP"
7SECTION = "base" 7SECTION = "base"
8LICENSE = "GPLv2" 8LICENSE = "GPLv2"
9LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" 9LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
@@ -15,13 +15,13 @@ DEPENDS_append_mx7 = " imx-lib"
15PE = "1" 15PE = "1"
16PV = "7.0+${SRCPV}" 16PV = "7.0+${SRCPV}"
17 17
18SRCBRANCH = "imx_4.9.88_imx8qxp_beta2" 18SRCBRANCH = "imx_4.9.123_imx8mm_ga"
19SRC_URI = " \ 19SRC_URI = " \
20 git://source.codeaurora.org/external/imx/imx-test.git;protocol=https;branch=${SRCBRANCH} \ 20 git://source.codeaurora.org/external/imx/imx-test.git;protocol=https;branch=${SRCBRANCH} \
21 file://0001-test-Makefile-Add-include-path-to-CC-command.patch \ 21 file://0001-test-Makefile-Add-include-path-to-CC-command.patch \
22 file://memtool_profile \ 22 file://memtool_profile \
23" 23"
24SRCREV = "3a87347ae408ef0234314a279ee74d9b015f06be" 24SRCREV = "2cc785f94e5ee8782083d941e6aef24952cc2a38"
25S = "${WORKDIR}/git" 25S = "${WORKDIR}/git"
26 26
27inherit module-base use-imx-headers 27inherit module-base use-imx-headers