summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2022-01-17 16:37:56 -0600
committerChris Dimich <chris.dimich@boundarydevices.com>2022-01-27 15:34:53 -0800
commit4bb439f31d4c8b3655e87c653831e42b1492ade7 (patch)
treeeca133b82e13733917fab7af1d2e62eac02e3d1e
parentf1869d463cdb64b58f0c40cf6f822d277729667c (diff)
downloadmeta-freescale-4bb439f31d4c8b3655e87c653831e42b1492ade7.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> (cherry picked from commit 87f2ac6286cddd8d95de21154363dbfc36a458b1)
-rw-r--r--recipes-bsp/imx-seco/imx-seco-libs_git.bb6
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"
4DESCRIPTION = "NXP i.MX Security Controller library" 4DESCRIPTION = "NXP i.MX Security Controller library"
5SECTION = "base" 5SECTION = "base"
6LICENSE = "Proprietary" 6LICENSE = "Proprietary"
7LIC_FILES_CHKSUM = "file://EULA.txt;md5=85d06b38f17b935ca11784d67075b846" 7LIC_FILES_CHKSUM = "file://EULA.txt;md5=76871788f27c28af824e2ec1ca187832"
8 8
9DEPENDS = "zlib" 9DEPENDS = "zlib"
10 10
11SRCBRANCH = "lf-5.10.y_2.0.0" 11SRCBRANCH = "lf-5.10.72_2.2.0"
12SRC_URI = "git://github.com/NXP/imx-seco-libs.git;protocol=https;branch=${SRCBRANCH} \ 12SRC_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"
14SRCREV = "44caf511023012e9eda93f8bf64c90eaff1bade6" 14SRCREV = "3e8ad6b168f23a8c6ecd75edabc18d2673403e24"
15 15
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
17 17