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 2a3cf6f8aa..516a30c963 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
| @@ -924,7 +924,7 @@ SHELL[unexport] = "1" | |||
| 924 | TRANSLATED_TARGET_ARCH ??= "${@d.getVar('TARGET_ARCH').replace("_", "-")}" | 924 | TRANSLATED_TARGET_ARCH ??= "${@d.getVar('TARGET_ARCH').replace("_", "-")}" |
| 925 | 925 | ||
| 926 | # Set a default umask to use for tasks for determinism | 926 | # Set a default umask to use for tasks for determinism |
| 927 | BB_DEFAULT_UMASK = "022" | 927 | BB_DEFAULT_UMASK ??= "022" |
| 928 | 928 | ||
| 929 | # Complete output from bitbake | 929 | # Complete output from bitbake |
| 930 | BB_CONSOLELOG ?= "${LOG_DIR}/cooker/${MACHINE}/${DATETIME}.log" | 930 | BB_CONSOLELOG ?= "${LOG_DIR}/cooker/${MACHINE}/${DATETIME}.log" |
