diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2018-10-15 11:49:25 -0500 |
---|---|---|
committer | Tom Hochstein <tom.hochstein@nxp.com> | 2018-12-13 10:01:31 -0600 |
commit | 6ae137b7a8ec4b54ac119466285a30c5a109644d (patch) | |
tree | 211ce8c4b01a4bcff02a8760b5e17adad5661741 /recipes-bsp | |
parent | d2bfb23a8a21a6de7a5bef2f0b6d3419d1d9b391 (diff) | |
download | meta-freescale-6ae137b7a8ec4b54ac119466285a30c5a109644d.tar.gz |
imx-test: Upgrade for i.MX 8MM
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/imx-test/imx-test_git.bb | 12 |
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 | ||
5 | SUMMARY = "Test programs for IMX BSP" | 5 | SUMMARY = "Test programs for i.MX BSP" |
6 | DESCRIPTION = "Unit tests for the IMX BSP" | 6 | DESCRIPTION = "Unit tests for the i.MX BSP" |
7 | SECTION = "base" | 7 | SECTION = "base" |
8 | LICENSE = "GPLv2" | 8 | LICENSE = "GPLv2" |
9 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" | 9 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" |
@@ -15,13 +15,13 @@ DEPENDS_append_mx7 = " imx-lib" | |||
15 | PE = "1" | 15 | PE = "1" |
16 | PV = "7.0+${SRCPV}" | 16 | PV = "7.0+${SRCPV}" |
17 | 17 | ||
18 | SRCBRANCH = "imx_4.9.88_imx8qxp_beta2" | 18 | SRCBRANCH = "imx_4.9.123_imx8mm_ga" |
19 | SRC_URI = " \ | 19 | SRC_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 | " |
24 | SRCREV = "3a87347ae408ef0234314a279ee74d9b015f06be" | 24 | SRCREV = "2cc785f94e5ee8782083d941e6aef24952cc2a38" |
25 | S = "${WORKDIR}/git" | 25 | S = "${WORKDIR}/git" |
26 | 26 | ||
27 | inherit module-base use-imx-headers | 27 | inherit module-base use-imx-headers |