summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2024-04-17 08:26:32 -0300
committerGitHub <noreply@github.com>2024-04-17 08:26:32 -0300
commita48d306bd260971a21ad67ecf4d702b66b14fa6f (patch)
tree2bc83c5446e3448137a8acb30478a072d67acb14
parent5814ce5822d4ea511311c9732b18b0aad87f782e (diff)
parent65ca3d41fe07a2521479f1a537eb9146ad06fb7a (diff)
downloadmeta-freescale-a48d306bd260971a21ad67ecf4d702b66b14fa6f.tar.gz
Merge pull request #1789 from MrCry0/master-optee-6.6.3
Update optee--* to 6.6.3
-rw-r--r--recipes-security/optee-imx/optee-client_4.0.0.imx.bb2
-rw-r--r--recipes-security/optee-imx/optee-os_4.0.0.imx.bb4
-rw-r--r--recipes-security/optee-imx/optee-test_4.0.0.imx.bb4
3 files changed, 5 insertions, 5 deletions
diff --git a/recipes-security/optee-imx/optee-client_4.0.0.imx.bb b/recipes-security/optee-imx/optee-client_4.0.0.imx.bb
index 2a9eaa6a..b404dd5b 100644
--- a/recipes-security/optee-imx/optee-client_4.0.0.imx.bb
+++ b/recipes-security/optee-imx/optee-client_4.0.0.imx.bb
@@ -1,6 +1,6 @@
1require optee-client-fslc-imx.inc 1require optee-client-fslc-imx.inc
2 2
3SRCBRANCH = "lf-6.1.55_2.2.0" 3SRCBRANCH = "lf-6.6.3_1.0.0"
4SRCREV = "acb0885c117e73cb6c5c9b1dd9054cb3f93507ee" 4SRCREV = "acb0885c117e73cb6c5c9b1dd9054cb3f93507ee"
5 5
6DEPENDS += "util-linux" 6DEPENDS += "util-linux"
diff --git a/recipes-security/optee-imx/optee-os_4.0.0.imx.bb b/recipes-security/optee-imx/optee-os_4.0.0.imx.bb
index cecfc23c..ad6c6b40 100644
--- a/recipes-security/optee-imx/optee-os_4.0.0.imx.bb
+++ b/recipes-security/optee-imx/optee-os_4.0.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.1.55_2.2.0" 11SRCBRANCH = "lf-6.6.3_1.0.0"
12SRCREV = "a303fc80f7c4bd713315687a1fa1d6ed136e78ee" 12SRCREV = "e0a3e77735941e6057a1994a576b83a93ea0bdb9"
diff --git a/recipes-security/optee-imx/optee-test_4.0.0.imx.bb b/recipes-security/optee-imx/optee-test_4.0.0.imx.bb
index dd4ee307..1717a713 100644
--- a/recipes-security/optee-imx/optee-test_4.0.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.55_2.2.0" 7SRCBRANCH = "lf-6.6.3_1.0.0"
8SRCREV = "38efacef3b14b32a6792ceaebe211b5718536fbb" 8SRCREV = "95c49d950f50fa774e4530d19a967079b3b61279"
9 9
10COMPATIBLE_MACHINE = "(imx-nxp-bsp)" 10COMPATIBLE_MACHINE = "(imx-nxp-bsp)"