summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2025-09-09 16:11:44 -0300
committerGitHub <noreply@github.com>2025-09-09 16:11:44 -0300
commitbd7c78ab86ad369286c04ce33328493de5396f30 (patch)
tree7da050a302d2578185c04487be25e5cfadcfd0a9
parent9c04f148410f3b8f63d3e0b21a6e9413354ba3fc (diff)
parentede942615b7ceb5b62919938a15f04532ca4c6f1 (diff)
downloadmeta-freescale-bd7c78ab86ad369286c04ce33328493de5396f30.tar.gz
Merge pull request #2359 from hiagofranco/update-imx-test-6.12.20-2.0.0
imx-test: upgrade to NXP 6.12.20-2.0.0 release
-rw-r--r--recipes-bsp/imx-test/imx-test_git.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/recipes-bsp/imx-test/imx-test_git.bb b/recipes-bsp/imx-test/imx-test_git.bb
index 46a00d4fc..3dd6153a0 100644
--- a/recipes-bsp/imx-test/imx-test_git.bb
+++ b/recipes-bsp/imx-test/imx-test_git.bb
@@ -14,14 +14,15 @@ DEPENDS:append:mx6-nxp-bsp = " imx-lib"
14DEPENDS:append:mx7-nxp-bsp = " imx-lib" 14DEPENDS:append:mx7-nxp-bsp = " imx-lib"
15DEPENDS:append:mx8ulp-nxp-bsp = " imx-lib" 15DEPENDS:append:mx8ulp-nxp-bsp = " imx-lib"
16DEPENDS:append:mx93-nxp-bsp = " imx-lib" 16DEPENDS:append:mx93-nxp-bsp = " imx-lib"
17DEPENDS:append:mx943-nxp-bsp = " imx-lib"
17 18
18PE = "1" 19PE = "1"
19PV = "7.0+${SRCPV}" 20PV = "7.0+${SRCPV}"
20 21
21SRC_URI = "git://github.com/nxp-imx/imx-test.git;protocol=https;branch=${SRCBRANCH} \ 22SRC_URI = "git://github.com/nxp-imx/imx-test.git;protocol=https;branch=${SRCBRANCH} \
22 file://memtool_profile" 23 file://memtool_profile"
23SRCBRANCH = "lf-6.12.3_1.0.0" 24SRCBRANCH = "lf-6.12.20_2.0.0"
24SRCREV = "92a497313016bfa536d561e13fcbad2d273ded4c" 25SRCREV = "38f9cf1f08bb6fcdd6aaf9191e0b53f02e02537b"
25 26
26inherit module-base use-imx-headers 27inherit module-base use-imx-headers
27 28
@@ -40,6 +41,7 @@ PLATFORM:mx8-nxp-bsp = "IMX8"
40PLATFORM:mx8ulp-nxp-bsp = "IMX8ULP" 41PLATFORM:mx8ulp-nxp-bsp = "IMX8ULP"
41PLATFORM:mx91-nxp-bsp = "IMX8" 42PLATFORM:mx91-nxp-bsp = "IMX8"
42PLATFORM:mx93-nxp-bsp = "IMX8ULP" 43PLATFORM:mx93-nxp-bsp = "IMX8ULP"
44PLATFORM:mx943-nxp-bsp = "IMX8ULP"
43PLATFORM:mx95-nxp-bsp = "IMX8" 45PLATFORM:mx95-nxp-bsp = "IMX8"
44 46
45PARALLEL_MAKE = "-j 1" 47PARALLEL_MAKE = "-j 1"