armbian-next: introduce INSTALL_HOST_TOOLS=no to skip rkbin, fips, etc. for fast(er) development

This commit is contained in:
Ricardo Pardini
2022-12-13 16:46:21 +01:00
parent 50b6b232d9
commit b386e4615e

View File

@@ -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"