diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2025-02-11 14:34:33 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-11 14:34:33 -0300 |
commit | 6a51bf92bdeb975be85e6d7ff2575ee1f8d68ede (patch) | |
tree | f1da98f5076a7849cf81d9e223308efb104fc16c | |
parent | 6efa698dac8848766ec0fdd2298f244ab7a5c513 (diff) | |
parent | 362806e268c280aa1010f18eb19dce1579290b5a (diff) | |
download | meta-freescale-6a51bf92bdeb975be85e6d7ff2575ee1f8d68ede.tar.gz |
Merge pull request #2123 from Freescale/backport-2121-to-styhead
[Backport styhead] imx-secure-enclave: Bump to lf-6.6.52_2.2.0
-rw-r--r-- | recipes-bsp/imx-secure-enclave/imx-secure-enclave_git.bb | 6 |
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 | ||
10 | inherit systemd | 10 | inherit systemd |
11 | 11 | ||
12 | SRC_URI = "git://github.com/NXP/imx-secure-enclave.git;protocol=https;branch=lf-6.6.3_1.0.0" | 12 | SRC_URI = "git://github.com/NXP/imx-secure-enclave.git;protocol=https;branch=lf-6.6.52_2.2.0" |
13 | SRCREV = "964affa2cb3f9f7fc85a6a18db60f9213f744495" | 13 | SRCREV = "dffbb844e86f4a49058ffbb40548474059969c27" |
14 | 14 | ||
15 | PV = "lf-6.6.3_1.0.0" | 15 | PV = "lf-6.6.52_2.2.0" |
16 | 16 | ||
17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
18 | 18 | ||