summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-bsp/imx-test/imx-test_git.bb10
1 files changed, 6 insertions, 4 deletions
diff --git a/recipes-bsp/imx-test/imx-test_git.bb b/recipes-bsp/imx-test/imx-test_git.bb
index 30d0bba31..c5dc6ef50 100644
--- a/recipes-bsp/imx-test/imx-test_git.bb
+++ b/recipes-bsp/imx-test/imx-test_git.bb
@@ -1,6 +1,6 @@
1# Copyright (C) 2012-2016 O.S. Systems Software LTDA. 1# Copyright (C) 2012-2016 O.S. Systems Software LTDA.
2# Copyright (C) 2013-2016 Freescale Semiconductor 2# Copyright (C) 2013-2016 Freescale Semiconductor
3# Copyright (C) 2017-2022 NXP 3# Copyright (C) 2017-2022,2026 NXP
4 4
5SUMMARY = "Test programs for i.MX BSP" 5SUMMARY = "Test programs for i.MX BSP"
6DESCRIPTION = "Unit tests for the i.MX BSP" 6DESCRIPTION = "Unit tests for the i.MX BSP"
@@ -19,10 +19,12 @@ DEPENDS:append:mx943-nxp-bsp = " imx-lib"
19PE = "1" 19PE = "1"
20PV = "7.0+${SRCPV}" 20PV = "7.0+${SRCPV}"
21 21
22SRC_URI = "git://github.com/nxp-imx/imx-test.git;protocol=https;branch=${SRCBRANCH} \ 22SRC_URI = "${IMXTEST_SRC};branch=${SRCBRANCH} \
23 file://memtool_profile" 23 file://memtool_profile"
24SRCBRANCH = "lf-6.12.49_2.2.0" 24
25SRCREV = "b4c26645b742b795d4c21b888f3fd73afa8c0446" 25IMXTEST_SRC ?= "git://github.com/nxp-imx/imx-test.git;protocol=https"
26SRCBRANCH = "lf-6.18.2_1.0.0"
27SRCREV = "e5dad74f8defd6108cac5ba21bf4ff268445d3ff"
26 28
27inherit module-base use-imx-headers 29inherit module-base use-imx-headers
28 30