armbian-next: atf: add LOG_LEVEL=40 (up from default 20) and BUILD_STRING="armbian" to atf make invocation

This commit is contained in:
Ricardo Pardini 2022-06-24 19:45:24 +02:00
parent 8d912e59c4
commit c7713ebb70
No known key found for this signature in database
GPG Key ID: 3D38CA12A66C5D02

View File

@ -57,7 +57,7 @@ compile_atf() {
# Check: https://github.com/armbian/build/issues/1157
run_host_command_logged CCACHE_BASEDIR="$(pwd)" PATH="${toolchain}:${toolchain2}:${PATH}" \
"CFLAGS='-fdiagnostics-color=always -Wno-error=attributes -Wno-error=incompatible-pointer-types'" \
make ENABLE_BACKTRACE="0" $target_make "${CTHREADS}" "CROSS_COMPILE='$CCACHE $ATF_COMPILER'"
make ENABLE_BACKTRACE="0" LOG_LEVEL="40" BUILD_STRING="armbian" $target_make "${CTHREADS}" "CROSS_COMPILE='$CCACHE $ATF_COMPILER'"
[[ $(type -t atf_custom_postprocess) == function ]] && atf_custom_postprocess 2>&1