From c7713ebb7024fd73ae1d2650139ecc8e29c253ec Mon Sep 17 00:00:00 2001 From: Ricardo Pardini Date: Fri, 24 Jun 2022 19:45:24 +0200 Subject: [PATCH] armbian-next: atf: add `LOG_LEVEL=40` (up from default 20) and `BUILD_STRING="armbian"` to atf make invocation --- lib/functions/compilation/atf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/functions/compilation/atf.sh b/lib/functions/compilation/atf.sh index 707ed3da4a..16405c629a 100644 --- a/lib/functions/compilation/atf.sh +++ b/lib/functions/compilation/atf.sh @@ -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