summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2024-10-21 07:45:25 -0300
committerGitHub <noreply@github.com>2024-10-21 07:45:25 -0300
commit74d9919a81539e4dd91b4c8e579ef67412ffd680 (patch)
tree66537ee9f585d2588969521aebdb5a360d5275f5
parentb1b265620a6a3de7f473644ea689e4a0519e6811 (diff)
parente57629d5fb28682f6706e76950c1c48842f88006 (diff)
downloadmeta-freescale-74d9919a81539e4dd91b4c8e579ef67412ffd680.tar.gz
Merge pull request #1981 from hiagofranco/update_optee
recipes-security: optee-imx: optee-*: Upgrade BSP to LF6.6.36_2.1.0
-rw-r--r--recipes-security/optee-imx/optee-client_4.2.0.imx.bb2
-rw-r--r--recipes-security/optee-imx/optee-os_4.2.0.imx.bb4
-rw-r--r--recipes-security/optee-imx/optee-test_4.2.0.imx.bb4
3 files changed, 5 insertions, 5 deletions
diff --git a/recipes-security/optee-imx/optee-client_4.2.0.imx.bb b/recipes-security/optee-imx/optee-client_4.2.0.imx.bb
index 64b49b752..59f8c84d7 100644
--- a/recipes-security/optee-imx/optee-client_4.2.0.imx.bb
+++ b/recipes-security/optee-imx/optee-client_4.2.0.imx.bb
@@ -1,6 +1,6 @@
1require optee-client-fslc-imx.inc 1require optee-client-fslc-imx.inc
2 2
3SRCBRANCH = "lf-6.6.23_2.0.0" 3SRCBRANCH = "lf-6.6.36_2.1.0"
4SRCREV = "3eac340a781c00ccd61b151b0e9c22a8c6e9f9f0" 4SRCREV = "3eac340a781c00ccd61b151b0e9c22a8c6e9f9f0"
5 5
6DEPENDS += "util-linux" 6DEPENDS += "util-linux"
diff --git a/recipes-security/optee-imx/optee-os_4.2.0.imx.bb b/recipes-security/optee-imx/optee-os_4.2.0.imx.bb
index 96948bc7b..ada545a63 100644
--- a/recipes-security/optee-imx/optee-os_4.2.0.imx.bb
+++ b/recipes-security/optee-imx/optee-os_4.2.0.imx.bb
@@ -8,5 +8,5 @@ SRC_URI += " \
8 file://0003-arm32-libutils-libutee-ta-add-.note.GNU-stack-sectio.patch \ 8 file://0003-arm32-libutils-libutee-ta-add-.note.GNU-stack-sectio.patch \
9 file://0004-core-link-add-no-warn-rwx-segments.patch \ 9 file://0004-core-link-add-no-warn-rwx-segments.patch \
10" 10"
11SRCBRANCH = "lf-6.6.23_2.0.0" 11SRCBRANCH = "lf-6.6.36_2.1.0"
12SRCREV = "c6be5b572452a2808d1a34588fd10e71715e23cf" 12SRCREV = "612bc5a642a4608d282abeee2349d86de996d7ee"
diff --git a/recipes-security/optee-imx/optee-test_4.2.0.imx.bb b/recipes-security/optee-imx/optee-test_4.2.0.imx.bb
index aa8444fba..e2cf40e93 100644
--- a/recipes-security/optee-imx/optee-test_4.2.0.imx.bb
+++ b/recipes-security/optee-imx/optee-test_4.2.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.6.23_2.0.0" 7SRCBRANCH = "lf-6.6.36_2.1.0"
8SRCREV = "07682f1b1b41ec0bfa507286979b36ab8d344a96" 8SRCREV = "5b52b48a73b4cc3f228ec66ae6cf9920897bb2e6"
9 9
10COMPATIBLE_MACHINE = "(imx-nxp-bsp)" 10COMPATIBLE_MACHINE = "(imx-nxp-bsp)"