summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2025-02-11 14:34:14 -0300
committerGitHub <noreply@github.com>2025-02-11 14:34:14 -0300
commitf91016f7327c913a05cbaacb3e5c54e1e13cece3 (patch)
tree32ae4d889f3d6bc20f9e3d39714751e4eaa89857
parentb4c9855962117f6e9b4a1062a578ab2adda81677 (diff)
parent0106b8752259497704fef3b4b62fb53b6c0e194c (diff)
downloadmeta-freescale-f91016f7327c913a05cbaacb3e5c54e1e13cece3.tar.gz
Merge pull request #2122 from Freescale/backport-2121-to-scarthgap
[Backport scarthgap] imx-secure-enclave: Bump to lf-6.6.52_2.2.0
-rw-r--r--recipes-bsp/imx-secure-enclave/imx-secure-enclave_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/imx-secure-enclave/imx-secure-enclave_git.bb b/recipes-bsp/imx-secure-enclave/imx-secure-enclave_git.bb
index b065fc55..cebfbdf9 100644
--- a/recipes-bsp/imx-secure-enclave/imx-secure-enclave_git.bb
+++ b/recipes-bsp/imx-secure-enclave/imx-secure-enclave_git.bb
@@ -9,10 +9,10 @@ DEPENDS = "openssl"
9 9
10inherit systemd 10inherit systemd
11 11
12SRC_URI = "git://github.com/NXP/imx-secure-enclave.git;protocol=https;branch=lf-6.6.3_1.0.0" 12SRC_URI = "git://github.com/NXP/imx-secure-enclave.git;protocol=https;branch=lf-6.6.52_2.2.0"
13SRCREV = "964affa2cb3f9f7fc85a6a18db60f9213f744495" 13SRCREV = "dffbb844e86f4a49058ffbb40548474059969c27"
14 14
15PV = "lf-6.6.3_1.0.0" 15PV = "lf-6.6.52_2.2.0"
16 16
17S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
18 18