From 65135645a24235e3865f9caf9b609720449a0eb5 Mon Sep 17 00:00:00 2001 From: Javier Viguera Date: Thu, 25 Jan 2024 17:12:05 +0100 Subject: [PATCH] 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 --- meta-digi-arm/conf/machine/include/ccimx93.inc | 3 +++ .../trustfence/nativesdk-trustfence-sign-tools_2023.04.bb | 6 ++++++ .../trustfence/trustfence-sign-tools-native_2023.04.bb | 6 ++++++ 3 files changed, 15 insertions(+) create mode 100644 meta-digi-arm/recipes-digi/trustfence/nativesdk-trustfence-sign-tools_2023.04.bb create mode 100644 meta-digi-arm/recipes-digi/trustfence/trustfence-sign-tools-native_2023.04.bb diff --git a/meta-digi-arm/conf/machine/include/ccimx93.inc b/meta-digi-arm/conf/machine/include/ccimx93.inc index 60193819f..4360a96ee 100644 --- a/meta-digi-arm/conf/machine/include/ccimx93.inc +++ b/meta-digi-arm/conf/machine/include/ccimx93.inc @@ -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" diff --git a/meta-digi-arm/recipes-digi/trustfence/nativesdk-trustfence-sign-tools_2023.04.bb b/meta-digi-arm/recipes-digi/trustfence/nativesdk-trustfence-sign-tools_2023.04.bb new file mode 100644 index 000000000..0ff254752 --- /dev/null +++ b/meta-digi-arm/recipes-digi/trustfence/nativesdk-trustfence-sign-tools_2023.04.bb @@ -0,0 +1,6 @@ +# Copyright (C) 2024, Digi International Inc. + +require nativesdk-trustfence-sign-tools_git.bb + +SRCBRANCH = "v2023.04/maint" +SRCREV = "${AUTOREV}" diff --git a/meta-digi-arm/recipes-digi/trustfence/trustfence-sign-tools-native_2023.04.bb b/meta-digi-arm/recipes-digi/trustfence/trustfence-sign-tools-native_2023.04.bb new file mode 100644 index 000000000..955934262 --- /dev/null +++ b/meta-digi-arm/recipes-digi/trustfence/trustfence-sign-tools-native_2023.04.bb @@ -0,0 +1,6 @@ +# Copyright (C) 2024, Digi International Inc. + +require trustfence-sign-tools-native_git.bb + +SRCBRANCH = "v2023.04/maint" +SRCREV = "${AUTOREV}"