diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2025-05-19 19:04:20 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-19 19:04:20 -0300 |
commit | b9fed4797c81e207870fc8aa60526068d01f1de9 (patch) | |
tree | ec66f9bc560d89eea22caa9f8af9160ead345dae | |
parent | dadfdbca18ed72b1c3c76a095796051425fea1d4 (diff) | |
parent | 65e84eb16da4714857b49c9f00cc13b8cf69aac1 (diff) | |
download | meta-freescale-b9fed4797c81e207870fc8aa60526068d01f1de9.tar.gz |
Merge pull request #2287 from OSSystems/topic/imx-test
imx-test: Update SRCBRANCH lf-6.6.3_1.0.0 -> lf-6.12.3_1.0.0
-rw-r--r-- | recipes-bsp/imx-test/imx-test_git.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-bsp/imx-test/imx-test_git.bb b/recipes-bsp/imx-test/imx-test_git.bb index ae3dc469..0a093469 100644 --- a/recipes-bsp/imx-test/imx-test_git.bb +++ b/recipes-bsp/imx-test/imx-test_git.bb | |||
@@ -20,8 +20,8 @@ PV = "7.0+${SRCPV}" | |||
20 | 20 | ||
21 | SRC_URI = "git://github.com/nxp-imx/imx-test.git;protocol=https;branch=${SRCBRANCH} \ | 21 | SRC_URI = "git://github.com/nxp-imx/imx-test.git;protocol=https;branch=${SRCBRANCH} \ |
22 | file://memtool_profile" | 22 | file://memtool_profile" |
23 | SRCBRANCH = "lf-6.6.3_1.0.0" | 23 | SRCBRANCH = "lf-6.12.3_1.0.0" |
24 | SRCREV = "8a1fa37664a1e470cf86f1185c08e265e4602a9b" | 24 | SRCREV = "92a497313016bfa536d561e13fcbad2d273ded4c" |
25 | 25 | ||
26 | S = "${WORKDIR}/git" | 26 | S = "${WORKDIR}/git" |
27 | 27 | ||
@@ -40,6 +40,7 @@ PLATFORM:mx7d-nxp-bsp = "IMX7D" | |||
40 | PLATFORM:mx7ulp-nxp-bsp = "IMX7D" | 40 | PLATFORM:mx7ulp-nxp-bsp = "IMX7D" |
41 | PLATFORM:mx8-nxp-bsp = "IMX8" | 41 | PLATFORM:mx8-nxp-bsp = "IMX8" |
42 | PLATFORM:mx8ulp-nxp-bsp = "IMX8ULP" | 42 | PLATFORM:mx8ulp-nxp-bsp = "IMX8ULP" |
43 | PLATFORM:mx91-nxp-bsp = "IMX8" | ||
43 | PLATFORM:mx93-nxp-bsp = "IMX8ULP" | 44 | PLATFORM:mx93-nxp-bsp = "IMX8ULP" |
44 | PLATFORM:mx95-nxp-bsp = "IMX8" | 45 | PLATFORM:mx95-nxp-bsp = "IMX8" |
45 | 46 | ||