diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-11-10 17:57:56 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-11-23 12:12:00 +0000 |
commit | 69ed412751d165c68268be40017ce5a08f6c895d (patch) | |
tree | 01d0c9fcf9dff76ba14c7607513f985426ef2e20 /meta/conf/bitbake.conf | |
parent | 938abfa5709fe6dd9b33993243fc23ae34aede78 (diff) | |
download | poky-69ed412751d165c68268be40017ce5a08f6c895d.tar.gz |
bitbake.conf: Log events by default using BB_DEFAULT_EVENTLOG
By setting this, event data from during the build is saved out. This can
be used for analytic including toaster to allow builds to be examined
later. This will use some disk space but it is worth it for the ability
to look into what happened during the build. Users can set the value to
something else in local.conf to override if they wish.
(From OE-Core rev: 4719b68bb9e3cccb85aed55350e53a439360abcb)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r-- | meta/conf/bitbake.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 5bb007d62c..983987cf7e 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -934,6 +934,7 @@ BB_DEFAULT_UMASK ??= "022" | |||
934 | 934 | ||
935 | # Complete output from bitbake | 935 | # Complete output from bitbake |
936 | BB_CONSOLELOG ?= "${LOG_DIR}/cooker/${MACHINE}/${DATETIME}.log" | 936 | BB_CONSOLELOG ?= "${LOG_DIR}/cooker/${MACHINE}/${DATETIME}.log" |
937 | BB_DEFAULT_EVENTLOG ?= "${LOG_DIR}/eventlog/${DATETIME}.json" | ||
937 | 938 | ||
938 | # Setup our default hash policy | 939 | # Setup our default hash policy |
939 | BB_SIGNATURE_HANDLER ?= "OEBasicHash" | 940 | BB_SIGNATURE_HANDLER ?= "OEBasicHash" |