diff options
| -rw-r--r-- | meta/conf/bitbake.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index dd2df8a552..52a36d788b 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
| @@ -928,7 +928,7 @@ SHELL[unexport] = "1" | |||
| 928 | TRANSLATED_TARGET_ARCH ??= "${@d.getVar('TARGET_ARCH').replace("_", "-")}" | 928 | TRANSLATED_TARGET_ARCH ??= "${@d.getVar('TARGET_ARCH').replace("_", "-")}" |
| 929 | 929 | ||
| 930 | # Set a default umask to use for tasks for determinism | 930 | # Set a default umask to use for tasks for determinism |
| 931 | BB_DEFAULT_UMASK = "022" | 931 | BB_DEFAULT_UMASK ??= "022" |
| 932 | 932 | ||
| 933 | # Complete output from bitbake | 933 | # Complete output from bitbake |
| 934 | BB_CONSOLELOG ?= "${LOG_DIR}/cooker/${MACHINE}/${DATETIME}.log" | 934 | BB_CONSOLELOG ?= "${LOG_DIR}/cooker/${MACHINE}/${DATETIME}.log" |
