trustfence-sign-tools: unify recipes based on the latest u-boot v2024.04
The sign script has been updated to support AHAB-based modules like the CCIMX8X. As a result, there is no longer a need to maintain two separate recipes for the signing scripts. This commit unifies them into a single recipe. Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
parent
3175ccdb53
commit
d5028e781d
|
|
@ -102,6 +102,3 @@ IMAGE_FSTYPES ?= '${@bb.utils.contains("IMAGE_FEATURES", "read-only-rootfs", \
|
||||||
OVERLAYFS_ETC_MOUNT_POINT ?= "/mnt/data"
|
OVERLAYFS_ETC_MOUNT_POINT ?= "/mnt/data"
|
||||||
OVERLAYFS_ETC_DEVICE ?= "/dev/mmcblk0p7"
|
OVERLAYFS_ETC_DEVICE ?= "/dev/mmcblk0p7"
|
||||||
OVERLAYFS_ETC_FSTYPE ?= "ext4"
|
OVERLAYFS_ETC_FSTYPE ?= "ext4"
|
||||||
|
|
||||||
PREFERRED_VERSION_nativesdk-trustfence-sign-tools:ccimx9 ?= "2024.04"
|
|
||||||
PREFERRED_VERSION_trustfence-sign-tools-native:ccimx9 ?= "2024.04"
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +0,0 @@
|
||||||
# Copyright (C) 2024,2025, Digi International Inc.
|
|
||||||
|
|
||||||
require nativesdk-trustfence-sign-tools_git.bb
|
|
||||||
|
|
||||||
SRCBRANCH = "v2024.04/maint"
|
|
||||||
SRCREV = "${AUTOREV}"
|
|
||||||
|
|
@ -1,6 +0,0 @@
|
||||||
# Copyright (C) 2024,2025, Digi International Inc.
|
|
||||||
|
|
||||||
require trustfence-sign-tools-native_git.bb
|
|
||||||
|
|
||||||
SRCBRANCH = "v2024.04/maint"
|
|
||||||
SRCREV = "${AUTOREV}"
|
|
||||||
|
|
@ -1,10 +1,10 @@
|
||||||
# Copyright (C) 2017-2023, Digi International Inc.
|
# Copyright (C) 2017-2025, Digi International Inc.
|
||||||
|
|
||||||
SUMMARY = "TrustFence signing and encryption scripts"
|
SUMMARY = "TrustFence signing and encryption scripts"
|
||||||
LICENSE = "GPL-2.0-only"
|
LICENSE = "GPL-2.0-only"
|
||||||
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6"
|
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6"
|
||||||
|
|
||||||
SRCBRANCH = "v2020.04/master"
|
SRCBRANCH = "v2024.04/maint"
|
||||||
SRCREV = "${AUTOREV}"
|
SRCREV = "${AUTOREV}"
|
||||||
|
|
||||||
S = "${WORKDIR}"
|
S = "${WORKDIR}"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue