diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2022-01-17 16:37:56 -0600 |
---|---|---|
committer | Tom Hochstein <tom.hochstein@nxp.com> | 2022-01-19 15:50:12 -0600 |
commit | 87f2ac6286cddd8d95de21154363dbfc36a458b1 (patch) | |
tree | 90390ca46a3c8daceba4035e627a144fd3870461 | |
parent | 09a4f2f382aab2ee66d2dd1415b9ed580b9fbef4 (diff) | |
download | meta-freescale-87f2ac6286cddd8d95de21154363dbfc36a458b1.tar.gz |
imx-seco-libs: Update to 5.10.72-2.2.0
Fixes:
3e8ad6b license update
78d7375 V2XA-732, V2XA-733: update v2x test with SM4 CCM examples
cf16424 V2XA-733: hsm lib: key generic crypto service
639a845 V2XA-732, V2XA-733: add SM4 CCM support and generic crypto service
faa80e4 HSM-590: license update
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
-rw-r--r-- | recipes-bsp/imx-seco/imx-seco-libs_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/imx-seco/imx-seco-libs_git.bb b/recipes-bsp/imx-seco/imx-seco-libs_git.bb index 41128e28..f8c3c239 100644 --- a/recipes-bsp/imx-seco/imx-seco-libs_git.bb +++ b/recipes-bsp/imx-seco/imx-seco-libs_git.bb | |||
@@ -4,14 +4,14 @@ SUMMARY = "NXP i.MX SECO library" | |||
4 | DESCRIPTION = "NXP i.MX Security Controller library" | 4 | DESCRIPTION = "NXP i.MX Security Controller library" |
5 | SECTION = "base" | 5 | SECTION = "base" |
6 | LICENSE = "Proprietary" | 6 | LICENSE = "Proprietary" |
7 | LIC_FILES_CHKSUM = "file://EULA.txt;md5=85d06b38f17b935ca11784d67075b846" | 7 | LIC_FILES_CHKSUM = "file://EULA.txt;md5=76871788f27c28af824e2ec1ca187832" |
8 | 8 | ||
9 | DEPENDS = "zlib" | 9 | DEPENDS = "zlib" |
10 | 10 | ||
11 | SRCBRANCH = "lf-5.10.y_2.0.0" | 11 | SRCBRANCH = "lf-5.10.72_2.2.0" |
12 | SRC_URI = "git://github.com/NXP/imx-seco-libs.git;protocol=https;branch=${SRCBRANCH} \ | 12 | SRC_URI = "git://github.com/NXP/imx-seco-libs.git;protocol=https;branch=${SRCBRANCH} \ |
13 | file://0002-Makefile-Fix-install-to-clear-host-user-contaminated.patch" | 13 | file://0002-Makefile-Fix-install-to-clear-host-user-contaminated.patch" |
14 | SRCREV = "44caf511023012e9eda93f8bf64c90eaff1bade6" | 14 | SRCREV = "3e8ad6b168f23a8c6ecd75edabc18d2673403e24" |
15 | 15 | ||
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
17 | 17 | ||