summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2022-11-28 13:34:02 +0100
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-11-28 15:51:21 +0000
commit351f0f97bcd4d50f0d0725b9c1307617b40b0152 (patch)
tree83793233cd30d3029a11bcf4038ef0f7e6bfd943
parent0ea4beeb8853b1d60ab5d4f146c8fb7da0be32f5 (diff)
downloadmeta-freescale-351f0f97bcd4d50f0d0725b9c1307617b40b0152.tar.gz
imx-seco: upgrade from 3.8.6 to 5.8.7.1
Update to the version used in lf5.15.52_2.1.0. License was updated to NXP EULA v35 May 2022. Note that the binary blobs are only updated for i.MX 8DXL SoC. Binary blobs for all other SoC have the same md5sum as in the 3.8.6 version. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit 2ebc966fca24cbecdb90bb8a09ee34910f800f22)
-rw-r--r--recipes-bsp/imx-seco/imx-seco_5.8.7.1.bb (renamed from recipes-bsp/imx-seco/imx-seco_3.8.6.bb)8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-bsp/imx-seco/imx-seco_3.8.6.bb b/recipes-bsp/imx-seco/imx-seco_5.8.7.1.bb
index bcc4dd3f..d37c1c98 100644
--- a/recipes-bsp/imx-seco/imx-seco_3.8.6.bb
+++ b/recipes-bsp/imx-seco/imx-seco_5.8.7.1.bb
@@ -1,17 +1,17 @@
1# Copyright (C) 2019-2022 NXP 1# Copyright 2019-2022 NXP
2 2
3SUMMARY = "NXP i.MX SECO firmware" 3SUMMARY = "NXP i.MX SECO firmware"
4DESCRIPTION = "Firmware for i.MX Security Controller Subsystem" 4DESCRIPTION = "Firmware for i.MX Security Controller Subsystem"
5SECTION = "base" 5SECTION = "base"
6LICENSE = "Proprietary" 6LICENSE = "Proprietary"
7LIC_FILES_CHKSUM = "file://COPYING;md5=be5ff43682ed6c57dfcbeb97651c2829" 7LIC_FILES_CHKSUM = "file://COPYING;md5=d3c315c6eaa43e07d8c130dc3a04a011"
8 8
9inherit fsl-eula-unpack use-imx-security-controller-firmware deploy 9inherit fsl-eula-unpack use-imx-security-controller-firmware deploy
10 10
11SRC_URI = "${FSL_MIRROR}/${BP}.bin;fsl-eula=true" 11SRC_URI = "${FSL_MIRROR}/${BP}.bin;fsl-eula=true"
12 12
13SRC_URI[md5sum] = "2427a45069a89bb9b9b470642ce17f18" 13SRC_URI[md5sum] = "f5c6737b42275e513d4e0cc2efa91d6a"
14SRC_URI[sha256sum] = "3bf3f4ae69f77fd8fe28a216f3927fb84e75461364ad332dd9b4605beadae59a" 14SRC_URI[sha256sum] = "03fa16ebc0633505bd02dae1c58602e278a8a28c8205c758fa3936477d51d0e0"
15 15
16 16
17do_compile[noexec] = "1" 17do_compile[noexec] = "1"