mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-05-30 00:21:17 +00:00
arm/trusted-firmware-a: do verbose builds
Verbose builds are useful when looking for compile problems, and as the logs go directly to files we can simply turn them on by default. Change-Id: I91c6314e331a5024543138ea77a111b1d59cf371 Signed-off-by: Ross Burton <ross.burton@arm.com>
This commit is contained in:
@@ -71,6 +71,8 @@ do_configure[noexec] = "1"
|
||||
# We need openssl for fiptool
|
||||
DEPENDS_append = " dtc-native openssl-native"
|
||||
|
||||
EXTRA_OEMAKE += "V=1"
|
||||
|
||||
# Add platform parameter
|
||||
EXTRA_OEMAKE += "BUILD_BASE=${B} PLAT=${TFA_PLATFORM}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user