config-prepare: do change tracking for each sourced board file (core vs userpatches)

This commit is contained in:
Ricardo Pardini 2024-02-22 22:47:43 +01:00 committed by Igor
parent 49e86b2cff
commit c3fc3f432c

View File

@ -121,6 +121,9 @@ function config_source_board_file() {
# shellcheck source=/dev/null
source "${BOARD_SOURCE_FILE}"
sourced_board_configs+=("${BOARD_SOURCE_FILE}")
declare board_file_sans_src="${BOARD_SOURCE_FILE#${SRC}/}"
track_general_config_variables "after sourcing board file ${board_file_sans_src}"
done
# Sanity check: if no board config was sourced, then the board name is invalid