From d57fd8418202b66532f10b4ebb85b5a6589f7322 Mon Sep 17 00:00:00 2001 From: Arturo Buzarra Date: Tue, 30 Sep 2025 14:36:47 +0200 Subject: [PATCH] stm-st-stm32mp: m33projects-stm32mp2: Add custom sign-stm32mp bbclass to fix build issue This commit imports the Digi custom version of sign-stm32mp bbclass to ensure that the search_path() function does not raise a build exception if the signing tool or keys are not present in the PATH before starting the build process. In our case, we do not need to manually install the tools or generate the keys beforehand, as this is automatically handled by Yocto in our DEY distribution. Signed-off-by: Arturo Buzarra --- .../stm32mp2projects/m33projects-stm32mp2.bbappend | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 meta-digi-arm/dynamic-layers/stm-st-stm32mp/recipes-extended/stm32mp2projects/m33projects-stm32mp2.bbappend diff --git a/meta-digi-arm/dynamic-layers/stm-st-stm32mp/recipes-extended/stm32mp2projects/m33projects-stm32mp2.bbappend b/meta-digi-arm/dynamic-layers/stm-st-stm32mp/recipes-extended/stm32mp2projects/m33projects-stm32mp2.bbappend new file mode 100644 index 000000000..192656b73 --- /dev/null +++ b/meta-digi-arm/dynamic-layers/stm-st-stm32mp/recipes-extended/stm32mp2projects/m33projects-stm32mp2.bbappend @@ -0,0 +1,6 @@ +# +# Copyright (C) 2025, Digi International Inc. +# + +# Inherit custom DIGI sign class to skip signing tool and key parsing restrictions +inherit sign-stm32mp-digi