diff --git a/meta-digi-dey/recipes-support/swupdate/swupdate_2021.04.bbappend b/meta-digi-dey/recipes-support/swupdate/swupdate_2021.04.bbappend index bd5d81b8b..0459601a6 100644 --- a/meta-digi-dey/recipes-support/swupdate/swupdate_2021.04.bbappend +++ b/meta-digi-dey/recipes-support/swupdate/swupdate_2021.04.bbappend @@ -6,7 +6,7 @@ do_configure_append() { # If Trustfence is enabled, enable the signing support in the # '.config' file. if [ "${TRUSTFENCE_SIGN}" = "1" ]; then - echo "CONFIG_SIGNED_IMAGES=y" >> ${S}/.config + echo "CONFIG_SIGNED_IMAGES=y" >> ${B}/.config cml1_do_configure fi }