Skip to content

Commit

Permalink
cli: Improve patching logs for U-Boot and kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
ColorfulRhino authored and igorpecovnik committed Jul 3, 2024
1 parent f83e949 commit 63ad4d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/functions/compilation/kernel-patching.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function kernel_main_patching_python() {
"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.
)
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"

# "raw_command" is only for logging purposes.
Expand Down
2 changes: 1 addition & 1 deletion lib/functions/compilation/uboot-patching.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ 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 ${BOOTBRANCH}" "info"
display_alert "Calling Python patching script for U-Boot:" "${BOOTSOURCE} - ${BOOTBRANCH}" "info"
display_alert "Using U-Boot patch dir:" "${BOOTPATCHDIR}" "info"

# "raw_command" is only for logging purposes.
Expand Down

0 comments on commit 63ad4d9

Please sign in to comment.