summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/imx-test/imx-test_git.bb
diff options
context:
space:
mode:
authorAndrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>2019-12-04 14:23:36 +0000
committerOtavio Salvador <otavio@ossystems.com.br>2019-12-04 16:34:50 -0300
commitae54373b9cae89f05e7d615f4db65f7daed0249c (patch)
treed26633b26ca843f9ba4ffffabcdea16bf48ac876 /recipes-bsp/imx-test/imx-test_git.bb
parentfa83024457cc6df2ab7dba7683c9363e1d3475c4 (diff)
downloadmeta-freescale-ae54373b9cae89f05e7d615f4db65f7daed0249c.tar.gz
imx-test: update test package version to imx_4.19.35_1.1.0
Update the imx-test package branch to imx_4.19.35_1.1.0 which matches the latest linux-imx kernel release (uses same branch naming). Additionally, introduce the patch that solves trivial compilation issue under gcc9. Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
Diffstat (limited to 'recipes-bsp/imx-test/imx-test_git.bb')
-rw-r--r--recipes-bsp/imx-test/imx-test_git.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-bsp/imx-test/imx-test_git.bb b/recipes-bsp/imx-test/imx-test_git.bb
index 084a2b04..184ee406 100644
--- a/recipes-bsp/imx-test/imx-test_git.bb
+++ b/recipes-bsp/imx-test/imx-test_git.bb
@@ -16,12 +16,13 @@ DEPENDS_append_imxvpu = " virtual/imxvpu"
16PE = "1" 16PE = "1"
17PV = "7.0+${SRCPV}" 17PV = "7.0+${SRCPV}"
18 18
19SRCBRANCH = "imx_4.14.98_2.0.0_ga" 19SRCBRANCH = "imx_4.19.35_1.1.0"
20SRC_URI = " \ 20SRC_URI = " \
21 git://source.codeaurora.org/external/imx/imx-test.git;protocol=https;branch=${SRCBRANCH} \ 21 git://source.codeaurora.org/external/imx/imx-test.git;protocol=https;branch=${SRCBRANCH} \
22 file://0001-mxc_v4l2_test-fix-compilation-error-produced-by-gcc9.patch \
22 file://memtool_profile \ 23 file://memtool_profile \
23" 24"
24SRCREV = "d32727a9d7ef2543729c149a713db24b8f5c2aa8" 25SRCREV = "709d14b037e7a45af018875c4a880f8f9c198288"
25S = "${WORKDIR}/git" 26S = "${WORKDIR}/git"
26 27
27inherit module-base use-imx-headers 28inherit module-base use-imx-headers