Merge pull request #2356 from hiagofranco/update-firmware-imx-6.12.20-2.0.0

Update firmware-imx, firmware-ele-imx and imx-boot-firmware-file to 6.12.20 2.0.0
This commit is contained in:
Otavio Salvador 2025-09-09 15:43:24 -03:00 committed by GitHub
commit 5f4ec04333
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 10 additions and 10 deletions

View File

@ -3,13 +3,13 @@ SUMMARY = "NXP i.MX ELE firmware"
DESCRIPTION = "EdgeLock Secure Enclave firmware for i.MX series SoCs"
SECTION = "base"
LICENSE = "Proprietary"
LIC_FILES_CHKSUM = "file://COPYING;md5=c0fb372b5d7f12181de23ef480f225f3"
LIC_FILES_CHKSUM = "file://COPYING;md5=a93b654673e1bc8398ed1f30e0813359"
inherit fsl-eula-unpack use-imx-security-controller-firmware deploy
SRC_URI = "${FSL_MIRROR}/${BP}-${IMX_SRCREV_ABBREV}.bin;fsl-eula=true"
IMX_SRCREV_ABBREV = "19b6ee2"
SRC_URI[sha256sum] = "14ad172ed70d2f16decca4b55e508dad32923390a298f10a598e8bc7778b6b66"
IMX_SRCREV_ABBREV = "89161a8"
SRC_URI[sha256sum] = "2d29f0a4de3662ba15f6a7d9069702d4eaed415d96a17f29d5b127f2c6fdd634"
S = "${UNPACKDIR}/${BP}-${IMX_SRCREV_ABBREV}"
@ -24,7 +24,7 @@ do_install() {
}
do_deploy () {
# Deploy the related firmware to be package by imx-boot
# Deploy the related firmware to be packaged by imx-boot
install -m 0644 ${S}/${SECO_FIRMWARE_NAME} ${DEPLOYDIR}
}
addtask deploy after do_install before do_build

View File

@ -1,15 +1,15 @@
# Copyright (C) 2012-2016 Freescale Semiconductor
# Copyright 2017-2024 NXP
# Copyright 2017-2025 NXP
# Copyright (C) 2018 O.S. Systems Software LTDA.
SECTION = "base"
LICENSE = "Proprietary"
LIC_FILES_CHKSUM = "file://COPYING;md5=c0fb372b5d7f12181de23ef480f225f3"
LIC_FILES_CHKSUM = "file://COPYING;md5=a93b654673e1bc8398ed1f30e0813359"
# Note: This .inc file is used from differently named recipes, so the package
# name must be hard-coded, i.e., ${BPN} cannot be used.
SRC_URI = "${FSL_MIRROR}/firmware-imx-${PV}-${IMX_SRCREV_ABBREV}.bin;fsl-eula=true"
IMX_SRCREV_ABBREV = "5af0ceb"
SRC_URI[sha256sum] = "61f925e606ab020b1a36f3f7f7e459c6847f5b9dbc79421f9ef86e8fc124eb2f"
IMX_SRCREV_ABBREV = "994fa14"
SRC_URI[sha256sum] = "55996f340e87825685a00cd309901189066ec9545ee607734f942c3cde4d69dc"
S = "${UNPACKDIR}/firmware-imx-${PV}-${IMX_SRCREV_ABBREV}"

View File

@ -1,5 +1,5 @@
# Copyright (C) 2012-2016 Freescale Semiconductor
# Copyright 2017-2021,2024 NXP
# Copyright 2017-2021,2024-2025 NXP
# Copyright (C) 2018 O.S. Systems Software LTDA.
SUMMARY = "Freescale i.MX firmware"
DESCRIPTION = "Freescale i.MX firmware such as for the VPU"

View File

@ -1,4 +1,4 @@
# Copyright (C) 2018-2024 NXP
# Copyright (C) 2018-2025 NXP
SUMMARY = "Freescale i.MX Firmware files used for boot"
require firmware-imx-${PV}.inc