summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2023-12-07 14:33:53 -0700
committerTom Hochstein <tom.hochstein@nxp.com>2023-12-08 09:06:22 -0700
commitb01fecdd37013018ccd77d331a9555a505bbef70 (patch)
treeb20cd83038e7d7c7998901cddcc933f20eb6bc86 /recipes-bsp
parent0fc1504fb3c8721f80182f5ec54644efe1f1e842 (diff)
downloadmeta-freescale-b01fecdd37013018ccd77d331a9555a505bbef70.tar.gz
firmware-sentinel: Upgrade 0.10 -> 0.11
The 93 build is failing in imx-mkimage: ``` | make[1]: *** No rule to make target 'mx93a0-ahab-container.img', needed by 'flash_singleboot'. Stop. ``` The root cause is the upstreaming of NXP release 6.1.36-2.1.0 is not complete and missed updates to firmware-sentinel, imx-mkimage, and i.MX 93 configuration. Reported-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com> Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/firmware-sentinel/firmware-sentinel_0.11.bb (renamed from recipes-bsp/firmware-sentinel/firmware-sentinel_0.10.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/firmware-sentinel/firmware-sentinel_0.10.bb b/recipes-bsp/firmware-sentinel/firmware-sentinel_0.11.bb
index 1b2b2021..1c5163e1 100644
--- a/recipes-bsp/firmware-sentinel/firmware-sentinel_0.10.bb
+++ b/recipes-bsp/firmware-sentinel/firmware-sentinel_0.11.bb
@@ -3,13 +3,13 @@ SUMMARY = "NXP i.MX Sentinel firmware"
3DESCRIPTION = "Firmware for i.MX Sentinel Security Controller" 3DESCRIPTION = "Firmware for i.MX Sentinel Security Controller"
4SECTION = "base" 4SECTION = "base"
5LICENSE = "Proprietary" 5LICENSE = "Proprietary"
6LIC_FILES_CHKSUM = "file://COPYING;md5=63a38e9f392d8813d6f1f4d0d6fbe657" 6LIC_FILES_CHKSUM = "file://COPYING;md5=db4762b09b6bda63da103963e6e081de"
7 7
8inherit fsl-eula-unpack use-imx-security-controller-firmware deploy 8inherit fsl-eula-unpack use-imx-security-controller-firmware deploy
9 9
10SRC_URI = "${FSL_MIRROR}/${BP}.bin;fsl-eula=true" 10SRC_URI = "${FSL_MIRROR}/${BP}.bin;fsl-eula=true"
11SRC_URI[md5sum] = "a92e272d665a3b3bb9281253d5eca69f" 11SRC_URI[md5sum] = "339011b6b199151d835c03089a3c2221"
12SRC_URI[sha256sum] = "be862b62c849510cce08ec24c1ddf53d826458e326e5a7f09c4b35092d6f9950" 12SRC_URI[sha256sum] = "269480417a8ae9aa4cc4101ab947287fc33455a931021dbdc4d9badb5212bceb"
13 13
14do_compile[noexec] = "1" 14do_compile[noexec] = "1"
15 15