mirror of
https://github.com/lingble/meta-tegra.git
synced 2025-10-29 19:42:41 +00:00
arm-trusted-firmware: set DEBUG and LOG_LEVEL from bitbake
- this allows ability to modify these in other layers if needed Signed-off-by: Atharva Nandanwar <atharva.nandanwar@colorado.edu>
This commit is contained in:
committed by
Matt Madison
parent
98e065a4d9
commit
e9fe765b56
@@ -53,8 +53,11 @@ def generate_build_timestamp(d):
|
||||
BUILD_STRING ?= "${@generate_build_string(d)}"
|
||||
BUILDTIMESTAMP ?= "${@generate_build_timestamp(d)}"
|
||||
|
||||
ATF_DEBUG ?= "0"
|
||||
ATF_LOG_LEVEL ?= "20"
|
||||
EXTRA_OEMAKE = 'BUILD_BASE=${B} CROSS_COMPILE="${TARGET_PREFIX}" PLAT=tegra ${TARGET_SOC_OEMAKE} \
|
||||
DEBUG=0 LOG_LEVEL=20 V=1 TARGET_SOC=${TARGET_SOC} ${BUILDTIMESTAMP} ${BUILD_STRING} ${PACKAGECONFIG_CONFARGS}'
|
||||
DEBUG=${ATF_DEBUG} LOG_LEVEL=${ATF_LOG_LEVEL} V=1 TARGET_SOC=${TARGET_SOC} \
|
||||
${BUILDTIMESTAMP} ${BUILD_STRING} ${PACKAGECONFIG_CONFARGS}'
|
||||
|
||||
do_configure[noexec] = "1"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user