trustfence-stm-signtools: update recipe and package to binaries v2.19.0
This commit updates the trustfence-stm-signtools package with the latest versions from the STM32 MPU ecosystem v6.0: - STM32MP_KeyGen_CLI v2.19.0 - STM32MP_SigningTool_CLI v2.19.0 These tools are deployed as part of STM32CubeProgrammer v2.19.0, adding support for STM32MP2x processors. https://onedigi.atlassian.net/browse/DEL-9442 Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
parent
70942f21a0
commit
16618e5789
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright (C) 2023,2024, Digi International Inc.
|
||||
# Copyright (C) 2023,2025, Digi International Inc.
|
||||
|
||||
SUMMARY = "STM key generation and signing tools"
|
||||
SECTION = "console/tools"
|
||||
|
|
@ -10,8 +10,8 @@ PKGNAME = "trustfence-stm-signtools"
|
|||
|
||||
# tarball
|
||||
SRC_URI = "${DIGI_PKG_SRC}/${PKGNAME}-${PV}.tar.gz"
|
||||
SRC_URI[md5sum] = "5693ed0cd34f858dea5bc3d1a94e9eee"
|
||||
SRC_URI[sha256sum] = "be3ab77b98f5f8b8508cda090cc5eeccd0cdc39ebe9cee45b5ef52528c4ce515"
|
||||
SRC_URI[md5sum] = "a9277220a763b85efac2506dc2ad16f9"
|
||||
SRC_URI[sha256sum] = "b45ceff90fde83f3e536a84bd7d2ae5ca95d695f35edbdab148f78d3cc31ce5c"
|
||||
|
||||
inherit bin_package
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue