summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/machine/include/imx-base.inc4
-rw-r--r--recipes-security/optee-imx/optee-test_4.0.0.imx.bb (renamed from recipes-security/optee-imx/optee-test_3.21.0.imx.bb)4
2 files changed, 4 insertions, 4 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc
index c1bfd9aa..f436b59e 100644
--- a/conf/machine/include/imx-base.inc
+++ b/conf/machine/include/imx-base.inc
@@ -597,8 +597,8 @@ PREFERRED_VERSION_optee-os:mx8-nxp-bsp ??= "4.0.0.imx"
597PREFERRED_VERSION_optee-os:mx9-nxp-bsp ??= "4.0.0.imx" 597PREFERRED_VERSION_optee-os:mx9-nxp-bsp ??= "4.0.0.imx"
598PREFERRED_VERSION_optee-client:mx8-nxp-bsp ??= "4.0.0.imx" 598PREFERRED_VERSION_optee-client:mx8-nxp-bsp ??= "4.0.0.imx"
599PREFERRED_VERSION_optee-client:mx9-nxp-bsp ??= "4.0.0.imx" 599PREFERRED_VERSION_optee-client:mx9-nxp-bsp ??= "4.0.0.imx"
600PREFERRED_VERSION_optee-test:mx8-nxp-bsp ??= "3.21.0.imx" 600PREFERRED_VERSION_optee-test:mx8-nxp-bsp ??= "4.0.0.imx"
601PREFERRED_VERSION_optee-test:mx9-nxp-bsp ??= "3.21.0.imx" 601PREFERRED_VERSION_optee-test:mx9-nxp-bsp ??= "4.0.0.imx"
602 602
603# Use i.MX opencv Version 603# Use i.MX opencv Version
604PREFERRED_VERSION_opencv:mx8-nxp-bsp ??= "4.6.0.imx" 604PREFERRED_VERSION_opencv:mx8-nxp-bsp ??= "4.6.0.imx"
diff --git a/recipes-security/optee-imx/optee-test_3.21.0.imx.bb b/recipes-security/optee-imx/optee-test_4.0.0.imx.bb
index 159c74ce..dd4ee307 100644
--- a/recipes-security/optee-imx/optee-test_3.21.0.imx.bb
+++ b/recipes-security/optee-imx/optee-test_4.0.0.imx.bb
@@ -4,7 +4,7 @@ require optee-test-fslc.inc
4 4
5SRC_URI = "git://github.com/nxp-imx/imx-optee-test.git;protocol=https;branch=${SRCBRANCH}" 5SRC_URI = "git://github.com/nxp-imx/imx-optee-test.git;protocol=https;branch=${SRCBRANCH}"
6 6
7SRCBRANCH = "lf-6.1.36_2.1.0" 7SRCBRANCH = "lf-6.1.55_2.2.0"
8SRCREV = "e0ebd5193070e0215b5389da191bc33f4f478222" 8SRCREV = "38efacef3b14b32a6792ceaebe211b5718536fbb"
9 9
10COMPATIBLE_MACHINE = "(imx-nxp-bsp)" 10COMPATIBLE_MACHINE = "(imx-nxp-bsp)"