diff options
| -rw-r--r-- | recipes-bsp/imx-test/imx-test_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/imx-test/imx-test_git.bb b/recipes-bsp/imx-test/imx-test_git.bb index 95e90e22d..118590d5a 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-2019 NXP | 3 | # Copyright (C) 2017-2021 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" |
| @@ -16,12 +16,12 @@ 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_5.4.70_2.3.0" | 19 | SRCBRANCH = "lf-5.10.y_2.0.0" |
| 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://memtool_profile \ | 22 | file://memtool_profile \ |
| 23 | " | 23 | " |
| 24 | SRCREV = "7468ce4b6477f8687e67fd03cb51b0fefa168a27" | 24 | SRCREV = "e55c83b939dbb1989181f48b2b3f3e32f7b5b380" |
| 25 | S = "${WORKDIR}/git" | 25 | S = "${WORKDIR}/git" |
| 26 | 26 | ||
| 27 | inherit module-base use-imx-headers | 27 | inherit module-base use-imx-headers |
