swupdate: change .config path to build folder
Signed-off-by: Mike Engel <Mike.Engel@digi.com>
This commit is contained in:
parent
9047b41b09
commit
d126006ce3
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue