mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
cli: Improve patching logs for U-Boot and kernel
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user