swupdate: change .config path to build folder

Signed-off-by: Mike Engel <Mike.Engel@digi.com>
This commit is contained in:
Mike Engel 2021-05-31 19:22:58 +02:00
parent 9047b41b09
commit d126006ce3
1 changed files with 1 additions and 1 deletions

View File

@ -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
}