summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/bitbake.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index fab3dcccba..3f63a25025 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -93,7 +93,7 @@ VOLATILE_LOG_DIR ?= "yes"
93# Architecture-dependent build variables. 93# Architecture-dependent build variables.
94################################################################## 94##################################################################
95 95
96# Immediate expansion since there is no point in reapeatedly calling 96# Immediate expansion since there is no point in repeatedly calling
97# os.uname() throughout parsing 97# os.uname() throughout parsing
98BUILD_ARCH := "${@os.uname()[4]}" 98BUILD_ARCH := "${@os.uname()[4]}"
99BUILD_OS := "${@os.uname()[0].lower()}" 99BUILD_OS := "${@os.uname()[0].lower()}"