Skip to content

Commit

Permalink
optee-test: Upgrade to lf-6.1.22-2.0.0 (3.21)
Browse files Browse the repository at this point in the history
Upgrade optee-test to be aligned with NXP BSP LF6.1.22_2.0.0.

Relevant changes:
- c2c9f92 ta: crypto_perf: update TEE_Param according to GP131

Signed-off-by: Oleksandr Suvorov <[email protected]>
  • Loading branch information
MrCry0 committed Jul 28, 2023
1 parent ab83ab0 commit 7ff3191
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions conf/machine/include/imx-base.inc
Original file line number Diff line number Diff line change
Expand Up @@ -551,8 +551,8 @@ PREFERRED_VERSION_optee-os:mx8-nxp-bsp ??= "3.21.0.imx"
PREFERRED_VERSION_optee-os:mx9-nxp-bsp ??= "3.21.0.imx"
PREFERRED_VERSION_optee-client:mx8-nxp-bsp ??= "3.21.0.imx"
PREFERRED_VERSION_optee-client:mx9-nxp-bsp ??= "3.21.0.imx"
PREFERRED_VERSION_optee-test:mx8-nxp-bsp ??= "3.19.0.imx"
PREFERRED_VERSION_optee-test:mx9-nxp-bsp ??= "3.19.0.imx"
PREFERRED_VERSION_optee-test:mx8-nxp-bsp ??= "3.21.0.imx"
PREFERRED_VERSION_optee-test:mx9-nxp-bsp ??= "3.21.0.imx"

# Use i.MX opencv Version
PREFERRED_VERSION_opencv:mx8-nxp-bsp ??= "4.6.0.imx"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ require optee-test-fslc.inc

SRC_URI = "git://github.com/nxp-imx/imx-optee-test.git;protocol=https;branch=${SRCBRANCH}"

SRCBRANCH = "lf-6.1.1_1.0.0"
SRCREV = "7c314e6a0cec0ba19246eb4f1959859d7a6536d6"
SRCBRANCH = "lf-6.1.22_2.0.0"
SRCREV = "c2c9f922044d2c8a7ab384812bb124c6da2b7888"

COMPATIBLE_MACHINE = "(imx-nxp-bsp)"

0 comments on commit 7ff3191

Please sign in to comment.