From 079549b7fbf1bc66a4965cde2eaa807b68e0367f Mon Sep 17 00:00:00 2001 From: Ricardo Pardini Date: Fri, 30 Jun 2023 00:01:54 +0200 Subject: [PATCH] u-boot: log what the `BOOTCONFIG` is when building --- lib/functions/compilation/uboot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/functions/compilation/uboot.sh b/lib/functions/compilation/uboot.sh index a6b653be7..2b389e0ee 100644 --- a/lib/functions/compilation/uboot.sh +++ b/lib/functions/compilation/uboot.sh @@ -68,7 +68,7 @@ function compile_uboot_target() { For example, changing Python version can be done by replacing the `${BIN_WORK_DIR}/python` symlink. PRE_CONFIG_UBOOT_TARGET - display_alert "${uboot_prefix}Preparing u-boot config" "${version} ${target_make}" "info" + display_alert "${uboot_prefix}Preparing u-boot config '${BOOTCONFIG}'" "${version} ${target_make}" "info" declare -g if_error_detail_message="${uboot_prefix}Failed to configure u-boot ${version} $BOOTCONFIG ${target_make}" run_host_command_logged CCACHE_BASEDIR="$(pwd)" PATH="${toolchain}:${toolchain2}:${PATH}" \ "KCFLAGS=-fdiagnostics-color=always" \