From d126006ce378f32a03009466a12906da7269eef9 Mon Sep 17 00:00:00 2001 From: Mike Engel Date: Mon, 31 May 2021 19:22:58 +0200 Subject: [PATCH] swupdate: change .config path to build folder Signed-off-by: Mike Engel --- .../recipes-support/swupdate/swupdate_2021.04.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }