diff options
| -rw-r--r-- | recipes-bsp/imx-test/imx-test_git.bb | 10 |
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 | ||
| 5 | SUMMARY = "Test programs for i.MX BSP" | 5 | SUMMARY = "Test programs for i.MX BSP" |
| 6 | DESCRIPTION = "Unit tests for the i.MX BSP" | 6 | DESCRIPTION = "Unit tests for the i.MX BSP" |
| @@ -19,10 +19,12 @@ DEPENDS:append:mx943-nxp-bsp = " imx-lib" | |||
| 19 | PE = "1" | 19 | PE = "1" |
| 20 | PV = "7.0+${SRCPV}" | 20 | PV = "7.0+${SRCPV}" |
| 21 | 21 | ||
| 22 | SRC_URI = "git://github.com/nxp-imx/imx-test.git;protocol=https;branch=${SRCBRANCH} \ | 22 | SRC_URI = "${IMXTEST_SRC};branch=${SRCBRANCH} \ |
| 23 | file://memtool_profile" | 23 | file://memtool_profile" |
| 24 | SRCBRANCH = "lf-6.12.49_2.2.0" | 24 | |
| 25 | SRCREV = "b4c26645b742b795d4c21b888f3fd73afa8c0446" | 25 | IMXTEST_SRC ?= "git://github.com/nxp-imx/imx-test.git;protocol=https" |
| 26 | SRCBRANCH = "lf-6.18.2_1.0.0" | ||
| 27 | SRCREV = "e5dad74f8defd6108cac5ba21bf4ff268445d3ff" | ||
| 26 | 28 | ||
| 27 | inherit module-base use-imx-headers | 29 | inherit module-base use-imx-headers |
| 28 | 30 | ||
