cli: uboot-patching: Print BOOTBRANCH and BOOTPATCHDIR before patching

This commit is contained in:
ColorfulRhino 2024-07-02 14:07:41 +02:00 committed by Igor
parent c5697cf62a
commit 3831a72e97

View File

@ -49,7 +49,8 @@ function uboot_main_patching_python() {
"MAINTAINER_NAME=${MAINTAINER}" # Name of the maintainer
"MAINTAINER_EMAIL=${MAINTAINERMAIL}" # Email of the maintainer
)
display_alert "Calling Python patching script" "for u-boot target" "info"
display_alert "Calling Python patching script" "for U-Boot ${BOOTBRANCH}" "info"
display_alert "Using U-Boot patch dir:" "${BOOTPATCHDIR}" "info"
# "raw_command" is only for logging purposes.
raw_command="[...shortened u-boot patching...] ${PYTHON3_INFO[BIN]} ${SRC}/lib/tools/patching.py" \