trustfence-sign-tools: new recipe based on u-boot v2023.04

The ccimx93 bootloader signing requires this version of the sign script,
but at the moment, the updated script is not compatible with the other
AHAB-based module (ccimx8x), so we cannot just update the recipe for
all modules.

Thus, create a new version of the recipe and use that for the ccimx93
while we still use the old version for the rest of the platforms.

https://onedigi.atlassian.net/browse/DUB-1068

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2024-01-25 17:12:05 +01:00
parent dc3eabdba0
commit 65135645a2
3 changed files with 15 additions and 0 deletions

View File

@ -90,3 +90,6 @@ PREFERRED_VERSION_wayland-native:ccimx93 ?= "1.22.0.imx"
PREFERRED_VERSION_wayland-protocols:ccimx93 ?= "1.32.imx"
PREFERRED_VERSION_weston:ccimx93 ?= "11.0.3.imx"
PREFERRED_VERSION_xwayland:ccimx93 ?= "23.1.1.imx"
PREFERRED_VERSION_nativesdk-trustfence-sign-tools:ccimx93 ?= "2023.04"
PREFERRED_VERSION_trustfence-sign-tools-native:ccimx93 ?= "2023.04"

View File

@ -0,0 +1,6 @@
# Copyright (C) 2024, Digi International Inc.
require nativesdk-trustfence-sign-tools_git.bb
SRCBRANCH = "v2023.04/maint"
SRCREV = "${AUTOREV}"

View File

@ -0,0 +1,6 @@
# Copyright (C) 2024, Digi International Inc.
require trustfence-sign-tools-native_git.bb
SRCBRANCH = "v2023.04/maint"
SRCREV = "${AUTOREV}"