mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
armbian-next: introduce INSTALL_HOST_TOOLS=no to skip rkbin, fips, etc. for fast(er) development
This commit is contained in:
@@ -42,7 +42,7 @@ function main_default_build_single() {
|
||||
elif [[ "${JUST_UBOOT}" == "yes" ]]; then
|
||||
display_alert "JUST_KERNEL set to yes" "Building only kernel and exiting after that" "debug"
|
||||
do_build_uboot="yes"
|
||||
do_host_tools="yes" # rkbin, fips, etc.
|
||||
do_host_tools="${INSTALL_HOST_TOOLS:-yes}" # rkbin, fips, etc.
|
||||
exit_after_uboot_build="yes"
|
||||
elif [[ "${JUST_KERNEL}" == "yes" ]]; then
|
||||
display_alert "JUST_KERNEL set to yes" "Building only kernel and exiting after that" "debug"
|
||||
|
||||
Reference in New Issue
Block a user