From 7feab9401c36932d2a7e470cc1dba4513b32747f Mon Sep 17 00:00:00 2001 From: Jose Quaresma Date: Fri, 13 Sep 2024 14:54:13 +0100 Subject: [PATCH] lmp/bb-config: temporarily disable our custom logconfig Looks like bitbake is getting blocked just on the beginning when checking the sstate-mirror. Because we have custom log config we can't see the debug output on the default console and this change will make it possible. Signed-off-by: Jose Quaresma --- lmp/bb-config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lmp/bb-config.sh b/lmp/bb-config.sh index 81dbc0aa..a25778e5 100755 --- a/lmp/bb-config.sh +++ b/lmp/bb-config.sh @@ -136,7 +136,7 @@ DOCKER_MAX_DOWNLOAD_ATTEMPTS = "${DOCKER_MAX_DOWNLOAD_ATTEMPTS}" MFGTOOL_FLASH_IMAGE = "${MFGTOOL_FLASH_IMAGE}" # Bitbake custom logconfig -BB_LOGCONFIG = "${PWD}/bb_logconfig.json" +#BB_LOGCONFIG = "${PWD}/bb_logconfig.json" # Custom repo for OP-TEE OPTEE_OS_REPO ?= "git://git.codelinaro.org/clo/foundriesio/optee_os.git"