diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2022-08-17 11:56:42 -0500 |
---|---|---|
committer | Tom Hochstein <tom.hochstein@nxp.com> | 2022-08-17 11:56:42 -0500 |
commit | e89cd876bf942cdaa2e3ad5965e0f0f1fb909a83 (patch) | |
tree | 910ed3b88aa96361b107767d0ac678567f1cbba8 | |
parent | 34617272feefcf0998283cb6265f5f29b8d13e8e (diff) | |
download | meta-freescale-e89cd876bf942cdaa2e3ad5965e0f0f1fb909a83.tar.gz |
imx-seco: Upgrade 3.8.5 -> 3.8.6
Fixes:
b0fca0e i.MX8 DXL B0 SECO FW 3.8.6 V2X FW 1.1.5
42e1d58 i.MX8 DXL B0 SECO FW 0.8.5 V2X FW 0.1.4
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
-rw-r--r-- | recipes-bsp/imx-seco/imx-seco-libs_git.bb | 2 | ||||
-rw-r--r-- | recipes-bsp/imx-seco/imx-seco_3.8.6.bb (renamed from recipes-bsp/imx-seco/imx-seco_3.8.5.bb) | 11 |
2 files changed, 7 insertions, 6 deletions
diff --git a/recipes-bsp/imx-seco/imx-seco-libs_git.bb b/recipes-bsp/imx-seco/imx-seco-libs_git.bb index 2f59f214..35b46ca3 100644 --- a/recipes-bsp/imx-seco/imx-seco-libs_git.bb +++ b/recipes-bsp/imx-seco/imx-seco-libs_git.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | # Copyright (C) 2019-2021 NXP | 1 | # Copyright (C) 2019-2021 NXP |
2 | 2 | ||
3 | SUMMARY = "NXP i.MX SECO library" | 3 | SUMMARY = "NXP i.MX SECO library" |
4 | DESCRIPTION = "NXP i.MX Security Controller library" | 4 | DESCRIPTION = "Library for NXP i.MX Security Controller Subsystem" |
5 | SECTION = "base" | 5 | SECTION = "base" |
6 | LICENSE = "Proprietary" | 6 | LICENSE = "Proprietary" |
7 | LIC_FILES_CHKSUM = "file://EULA.txt;md5=76871788f27c28af824e2ec1ca187832" | 7 | LIC_FILES_CHKSUM = "file://EULA.txt;md5=76871788f27c28af824e2ec1ca187832" |
diff --git a/recipes-bsp/imx-seco/imx-seco_3.8.5.bb b/recipes-bsp/imx-seco/imx-seco_3.8.6.bb index fbd72cd0..bcc4dd3f 100644 --- a/recipes-bsp/imx-seco/imx-seco_3.8.5.bb +++ b/recipes-bsp/imx-seco/imx-seco_3.8.6.bb | |||
@@ -1,17 +1,18 @@ | |||
1 | # Copyright (C) 2019-2021 NXP | 1 | # Copyright (C) 2019-2022 NXP |
2 | 2 | ||
3 | SUMMARY = "NXP i.MX SECO firmware" | 3 | SUMMARY = "NXP i.MX SECO firmware" |
4 | DESCRIPTION = "NXP i.MX Security Controller firmware" | 4 | DESCRIPTION = "Firmware for i.MX Security Controller Subsystem" |
5 | SECTION = "base" | 5 | SECTION = "base" |
6 | LICENSE = "Proprietary" | 6 | LICENSE = "Proprietary" |
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=e4098ac4459cb81b07d3f0c22b3e8370" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=be5ff43682ed6c57dfcbeb97651c2829" |
8 | 8 | ||
9 | inherit fsl-eula-unpack use-imx-security-controller-firmware deploy | 9 | inherit fsl-eula-unpack use-imx-security-controller-firmware deploy |
10 | 10 | ||
11 | SRC_URI = "${FSL_MIRROR}/${BP}.bin;fsl-eula=true" | 11 | SRC_URI = "${FSL_MIRROR}/${BP}.bin;fsl-eula=true" |
12 | 12 | ||
13 | SRC_URI[md5sum] = "c1797407517b0499f6d5151c1e62e78f" | 13 | SRC_URI[md5sum] = "2427a45069a89bb9b9b470642ce17f18" |
14 | SRC_URI[sha256sum] = "b8731c626139c9bd1d530f243c2131c031a523f1428c6a40b017e5352b1da656" | 14 | SRC_URI[sha256sum] = "3bf3f4ae69f77fd8fe28a216f3927fb84e75461364ad332dd9b4605beadae59a" |
15 | |||
15 | 16 | ||
16 | do_compile[noexec] = "1" | 17 | do_compile[noexec] = "1" |
17 | 18 | ||