trustfence-tool: update to v2.5
This version adds new functionality to check if an encryption key is installed as well as a fix for an issue that happens when encrypting partitions with long names (over 12 characters). https://onedigi.atlassian.net/browse/DEL-7535 Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
parent
32984efc90
commit
158a9e1779
|
|
@ -1,17 +0,0 @@
|
|||
# Copyright (C) 2016-2020 Digi International.
|
||||
|
||||
SUMMARY = "Trustfence command line tool"
|
||||
SECTION = "console/tools"
|
||||
LICENSE = "CLOSED"
|
||||
|
||||
SRC_URI_arm = "${DIGI_PKG_SRC}/${BP}-${TUNE_ARCH}.tar.gz;name=arm"
|
||||
|
||||
SRC_URI[arm.md5sum] = "926c31fecec8e28a6ed30984b19e868f"
|
||||
SRC_URI[arm.sha256sum] = "1ec9cae98553e9917ff1a88bfce17fce749a4a8af28b8c40e24c8eebb7540faa"
|
||||
|
||||
SRC_URI_aarch64 = "${DIGI_PKG_SRC}/${BP}-${TUNE_ARCH}.tar.gz;name=aarch64"
|
||||
|
||||
SRC_URI[aarch64.md5sum] = "eec9ff6c3b715ec37c8a38997f446581"
|
||||
SRC_URI[aarch64.sha256sum] = "fa738cce350028d74363c78fdca567263c4863389d3741e9f8761486d97e99a6"
|
||||
|
||||
inherit bin_package
|
||||
|
|
@ -0,0 +1,17 @@
|
|||
# Copyright (C) 2016-2021 Digi International.
|
||||
|
||||
SUMMARY = "Trustfence command line tool"
|
||||
SECTION = "console/tools"
|
||||
LICENSE = "CLOSED"
|
||||
|
||||
SRC_URI_arm = "${DIGI_PKG_SRC}/${BP}-${TUNE_ARCH}.tar.gz;name=arm"
|
||||
|
||||
SRC_URI[arm.md5sum] = "2afde78b6c84aac1fbec2dbce9e49aab"
|
||||
SRC_URI[arm.sha256sum] = "94a0158aa9e09f8d13be8630e1426fe9a1fdb4b4a2bb133be2f7726a3a27f9d7"
|
||||
|
||||
SRC_URI_aarch64 = "${DIGI_PKG_SRC}/${BP}-${TUNE_ARCH}.tar.gz;name=aarch64"
|
||||
|
||||
SRC_URI[aarch64.md5sum] = "a9b4a53eaf493a6cd03090fead217b38"
|
||||
SRC_URI[aarch64.sha256sum] = "a134e65e305e19bf5a3734b1e095f4bb8fbe80482cbad02f3ce05f936a9c3801"
|
||||
|
||||
inherit bin_package
|
||||
Loading…
Reference in New Issue