mirror of
https://github.com/armbian/build.git
synced 2026-01-06 09:58:46 -08:00
armbian-next: kernel: pkg: dtb: show 2 levels of dtbs in tree
This commit is contained in:
@@ -264,7 +264,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 1 "${tmp_kernel_install_dirs[INSTALL_DTBS_PATH]}"
|
||||
run_host_command_logged tree -C --du -h -L 2 "${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}"
|
||||
|
||||
Reference in New Issue
Block a user