summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleksandr Suvorov <oleksandr.suvorov@foundries.io>2024-02-17 10:53:20 +0200
committerOleksandr Suvorov <oleksandr.suvorov@foundries.io>2024-02-17 11:40:44 +0200
commitaea94bae8e918eb21604387a88a90df9a77cb701 (patch)
treeb07d028ca5d7196ef0e6530e8d4dbe647d6ddbaf
parentebdf6d8b5dc45cb2417aefbae5c3c70f47b03cc4 (diff)
downloadmeta-freescale-aea94bae8e918eb21604387a88a90df9a77cb701.tar.gz
optee-client: Upgrade to lf-6.1.55-2.2.0 (4.0)
Upgrade the optee-client to 4.0 to be aligned with NXP BSP LF6.1.55_2.2.0. Relevant changes: - acb0885 teec: use multiple of page size for page aligned buffers - 6178477 cmake: pkgconfig file: install the file - 46831ac pkgconfig file: remove extra comments - 3ac968e Makefile, cmake: move teec related headers - 2dd250b cmake: remove whitespace before parenthesis Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@foundries.io>
-rw-r--r--conf/machine/include/imx-base.inc4
-rw-r--r--recipes-security/optee-imx/optee-client_4.0.0.imx.bb (renamed from recipes-security/optee-imx/optee-client_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 44cc17ca..c1bfd9aa 100644
--- a/conf/machine/include/imx-base.inc
+++ b/conf/machine/include/imx-base.inc
@@ -595,8 +595,8 @@ PREFERRED_VERSION_vulkan-validation-layers:imxvulkan ??= "1.3.239.0.imx"
595# Use i.MX optee Version 595# Use i.MX optee Version
596PREFERRED_VERSION_optee-os:mx8-nxp-bsp ??= "4.0.0.imx" 596PREFERRED_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 ??= "3.21.0.imx" 598PREFERRED_VERSION_optee-client:mx8-nxp-bsp ??= "4.0.0.imx"
599PREFERRED_VERSION_optee-client:mx9-nxp-bsp ??= "3.21.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 ??= "3.21.0.imx"
601PREFERRED_VERSION_optee-test:mx9-nxp-bsp ??= "3.21.0.imx" 601PREFERRED_VERSION_optee-test:mx9-nxp-bsp ??= "3.21.0.imx"
602 602
diff --git a/recipes-security/optee-imx/optee-client_3.21.0.imx.bb b/recipes-security/optee-imx/optee-client_4.0.0.imx.bb
index 3860cb6c..2a9eaa6a 100644
--- a/recipes-security/optee-imx/optee-client_3.21.0.imx.bb
+++ b/recipes-security/optee-imx/optee-client_4.0.0.imx.bb
@@ -1,7 +1,7 @@
1require optee-client-fslc-imx.inc 1require optee-client-fslc-imx.inc
2 2
3SRCBRANCH = "lf-6.1.36_2.1.0" 3SRCBRANCH = "lf-6.1.55_2.2.0"
4SRCREV = "8533e0e6329840ee96cf81b6453f257204227e6c" 4SRCREV = "acb0885c117e73cb6c5c9b1dd9054cb3f93507ee"
5 5
6DEPENDS += "util-linux" 6DEPENDS += "util-linux"
7EXTRA_OEMAKE += "PKG_CONFIG=pkg-config" 7EXTRA_OEMAKE += "PKG_CONFIG=pkg-config"