diff options
author | Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com> | 2020-04-13 21:14:11 +0000 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-04-16 10:32:45 -0300 |
commit | 66ba47c1998054e65c3d861180f5291f748eb1ba (patch) | |
tree | eafac7eb9cecc910e9c0afd5b0eb4f7ca5368086 /recipes-bsp | |
parent | a0c4ce7c28d914322c1a2a5d526d121d783e235e (diff) | |
download | meta-freescale-66ba47c1998054e65c3d861180f5291f748eb1ba.tar.gz |
imx-test: upgrade recipe to lf-5.4.y branch
Upgrade recipe to pull sources from lf-5.4.y branch.
Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/imx-test/imx-test_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/imx-test/imx-test_git.bb b/recipes-bsp/imx-test/imx-test_git.bb index f108d5a9..3183614b 100644 --- a/recipes-bsp/imx-test/imx-test_git.bb +++ b/recipes-bsp/imx-test/imx-test_git.bb | |||
@@ -16,13 +16,13 @@ DEPENDS_append_imxvpu = " virtual/imxvpu" | |||
16 | PE = "1" | 16 | PE = "1" |
17 | PV = "7.0+${SRCPV}" | 17 | PV = "7.0+${SRCPV}" |
18 | 18 | ||
19 | SRCBRANCH = "imx_4.19.35_1.1.0" | 19 | SRCBRANCH = "lf-5.4.y" |
20 | SRC_URI = " \ | 20 | SRC_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://0001-mxc_v4l2_test-fix-compilation-error-produced-by-gcc9.patch \ |
23 | file://memtool_profile \ | 23 | file://memtool_profile \ |
24 | " | 24 | " |
25 | SRCREV = "709d14b037e7a45af018875c4a880f8f9c198288" | 25 | SRCREV = "6d20e84f2dbe5940fe6d629c2839e1390994ee1f" |
26 | S = "${WORKDIR}/git" | 26 | S = "${WORKDIR}/git" |
27 | 27 | ||
28 | inherit module-base use-imx-headers | 28 | inherit module-base use-imx-headers |