cli: uboot-patching: Print BOOTBRANCH and BOOTPATCHDIR before patching
This commit is contained in:
parent
c5697cf62a
commit
3831a72e97
@ -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" \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user