Skip to content

Commit

Permalink
kernel-debs: show 3 levels of dirs in tree output for kernel-dtb, so …
Browse files Browse the repository at this point in the history
…overlays are shown
  • Loading branch information
rpardini authored and igorpecovnik committed Sep 14, 2024
1 parent 17aeec9 commit 7745d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/functions/compilation/kernel-debs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ function kernel_package_callback_linux_dtb() {
display_alert "linux-dtb packaging" "${package_directory}" "debug"

display_alert "Showing tree of Kbuild produced DTBs" "linux-dtb" "debug"
run_host_command_logged tree -C --du -h -L 2 "${tmp_kernel_install_dirs[INSTALL_DTBS_PATH]}"
run_host_command_logged tree -C --du -h -L 3 "${tmp_kernel_install_dirs[INSTALL_DTBS_PATH]}"

mkdir -p "${package_directory}/boot/"
run_host_command_logged cp -rp "${tmp_kernel_install_dirs[INSTALL_DTBS_PATH]}" "${package_directory}/boot/dtb-${kernel_version_family}"
Expand Down

0 comments on commit 7745d2e

Please sign in to comment.