cli: Improve patching logs for U-Boot and kernel

This commit is contained in:
ColorfulRhino
2024-07-03 03:08:09 +02:00
committed by Igor
parent f83e949c88
commit 63ad4d935e
2 changed files with 2 additions and 2 deletions

View File

@@ -57,7 +57,7 @@ function kernel_main_patching_python() {
"EXTRA_PATCH_FILES_FIRST=${kernel_drivers_patch_file}" # Is a space-separated list. "EXTRA_PATCH_FILES_FIRST=${kernel_drivers_patch_file}" # Is a space-separated list.
"EXTRA_PATCH_HASHES_FIRST=${kernel_drivers_patch_hash}" # Is a space-separated list. "EXTRA_PATCH_HASHES_FIRST=${kernel_drivers_patch_hash}" # Is a space-separated list.
) )
display_alert "Calling Python patching script" "for kernel ${KERNELBRANCH}" "info" display_alert "Calling Python patching script for kernel:" "${KERNELSOURCE} - ${KERNELBRANCH}" "info"
display_alert "Using kernel patch dir:" "${KERNELPATCHDIR}" "info" display_alert "Using kernel patch dir:" "${KERNELPATCHDIR}" "info"
# "raw_command" is only for logging purposes. # "raw_command" is only for logging purposes.

View File

@@ -49,7 +49,7 @@ function uboot_main_patching_python() {
"MAINTAINER_NAME=${MAINTAINER}" # Name of the maintainer "MAINTAINER_NAME=${MAINTAINER}" # Name of the maintainer
"MAINTAINER_EMAIL=${MAINTAINERMAIL}" # Email of the maintainer "MAINTAINER_EMAIL=${MAINTAINERMAIL}" # Email of the maintainer
) )
display_alert "Calling Python patching script" "for U-Boot ${BOOTBRANCH}" "info" display_alert "Calling Python patching script for U-Boot:" "${BOOTSOURCE} - ${BOOTBRANCH}" "info"
display_alert "Using U-Boot patch dir:" "${BOOTPATCHDIR}" "info" display_alert "Using U-Boot patch dir:" "${BOOTPATCHDIR}" "info"
# "raw_command" is only for logging purposes. # "raw_command" is only for logging purposes.